Go to the source code of this file.
Functions | |
struct cso_blend * | st_cached_blend_state (struct st_context *st, const struct pipe_blend_state *blend) |
struct cso_sampler * | st_cached_sampler_state (struct st_context *st, const struct pipe_sampler_state *sampler) |
struct cso_depth_stencil_alpha * | st_cached_depth_stencil_alpha_state (struct st_context *st, const struct pipe_depth_stencil_alpha_state *depth_stencil) |
struct cso_rasterizer * | st_cached_rasterizer_state (struct st_context *st, const struct pipe_rasterizer_state *raster) |
struct cso_fragment_shader * | st_cached_fs_state (struct st_context *st, const struct pipe_shader_state *templ) |
struct cso_vertex_shader * | st_cached_vs_state (struct st_context *st, const struct pipe_shader_state *templ) |
struct cso_blend* st_cached_blend_state | ( | struct st_context * | st, | |
const struct pipe_blend_state * | blend | |||
) | [read] |
struct cso_depth_stencil_alpha* st_cached_depth_stencil_alpha_state | ( | struct st_context * | st, | |
const struct pipe_depth_stencil_alpha_state * | depth_stencil | |||
) | [read] |
struct cso_fragment_shader* st_cached_fs_state | ( | struct st_context * | st, | |
const struct pipe_shader_state * | templ | |||
) | [read] |
struct cso_rasterizer* st_cached_rasterizer_state | ( | struct st_context * | st, | |
const struct pipe_rasterizer_state * | raster | |||
) | [read] |
struct cso_sampler* st_cached_sampler_state | ( | struct st_context * | st, | |
const struct pipe_sampler_state * | sampler | |||
) | [read] |
struct cso_vertex_shader* st_cached_vs_state | ( | struct st_context * | st, | |
const struct pipe_shader_state * | templ | |||
) | [read] |