Home
last modified time | relevance | path

Searched defs:cso (Results 1 – 25 of 86) sorted by relevance

1234

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_tests.c70 util_set_framebuffer_cb0(struct cso_context *cso, struct pipe_context *ctx, in util_set_framebuffer_cb0()
89 util_set_blend_normal(struct cso_context *cso) in util_set_blend_normal()
98 util_set_dsa_disable(struct cso_context *cso) in util_set_dsa_disable()
106 util_set_rasterizer_normal(struct cso_context *cso) in util_set_rasterizer_normal()
119 util_set_max_viewport(struct cso_context *cso, struct pipe_resource *tex) in util_set_max_viewport()
138 util_set_interleaved_vertex_elements(struct cso_context *cso, in util_set_interleaved_vertex_elements()
155 util_set_passthrough_vertex_shader(struct cso_context *cso, in util_set_passthrough_vertex_shader()
173 util_set_common_states_and_clear(struct cso_context *cso, struct pipe_context *ctx, in util_set_common_states_and_clear()
188 util_draw_fullscreen_quad(struct cso_context *cso) in util_draw_fullscreen_quad()
201 util_draw_fullscreen_quad_fill(struct cso_context *cso, in util_draw_fullscreen_quad_fill()
[all …]
Du_draw_quad.c43 struct cso_context *cso, in util_draw_vertex_buffer()
78 util_draw_user_vertex_buffer(struct cso_context *cso, void *buffer, in util_draw_user_vertex_buffer()
/third_party/mesa3d/src/gallium/frontends/nine/
Dvertexshader9.c38 const DWORD *pFunction, void *cso ) in NineVertexShader9_ctor()
197 void *cso; in NineVertexShader9_GetVariant() local
254 void *cso; in NineVertexShader9_GetVariantProcessVertices() local
300 const DWORD *pFunction, void *cso ) in NineVertexShader9_new()
Dpixelshader9.c36 const DWORD *pFunction, void *cso ) in NinePixelShader9_ctor()
171 void *cso; in NinePixelShader9_GetVariant() local
251 const DWORD *pFunction, void *cso ) in NinePixelShader9_new()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_compute.c44 const struct pipe_compute_state *cso) in panfrost_create_compute_state()
84 panfrost_bind_compute_state(struct pipe_context *pipe, void *cso) in panfrost_bind_compute_state()
91 panfrost_delete_compute_state(struct pipe_context *pipe, void *cso) in panfrost_delete_compute_state()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_rasterizer.c39 const struct pipe_rasterizer_state *cso, in __fd6_setup_rasterizer_stateobj()
109 const struct pipe_rasterizer_state *cso) in fd6_rasterizer_state_create()
Dfd6_blend.c64 const struct pipe_blend_state *cso = &blend->base; in __fd6_setup_blend_variant() local
151 const struct pipe_blend_state *cso) in fd6_blend_state_create()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_state.c172 void *cso) in zink_bind_vertex_elements_state()
346 struct zink_blend_state *cso = CALLOC_STRUCT(zink_blend_state); in zink_create_blend_state() local
408 zink_bind_blend_state(struct pipe_context *pctx, void *cso) in zink_bind_blend_state()
482 struct zink_depth_stencil_alpha_state *cso = CALLOC_STRUCT(zink_depth_stencil_alpha_state); in zink_create_depth_stencil_alpha_state() local
515 zink_bind_depth_stencil_alpha_state(struct pipe_context *pctx, void *cso) in zink_bind_depth_stencil_alpha_state()
673 zink_bind_rasterizer_state(struct pipe_context *pctx, void *cso) in zink_bind_rasterizer_state()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_texture.c62 filter_mode(const struct pipe_sampler_state *cso) in filter_mode()
108 compare_mode(const struct pipe_sampler_state *cso) in compare_mode()
129 const struct pipe_sampler_state *cso) in nv30_sampler_state_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_texture.c79 const struct pipe_sampler_state *cso) in fd3_sampler_state_create()
150 const struct pipe_sampler_view *cso) in fd3_sampler_view_create()
Dfd3_zsa.c37 const struct pipe_depth_stencil_alpha_state *cso) in fd3_zsa_state_create()
Dfd3_rasterizer.c37 const struct pipe_rasterizer_state *cso) in fd3_rasterizer_state_create()
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.c125 struct pipe_context *cso_get_pipe_context(struct cso_context *cso) in cso_get_pipe_context()
204 void *cso = cso_hash_iter_data(iter); in sanitize_hash() local
228 static void cso_init_vbuf(struct cso_context *cso, unsigned flags) in cso_init_vbuf()
443 struct cso_blend *cso = MALLOC(sizeof(struct cso_blend)); in cso_set_blend() local
502 struct cso_depth_stencil_alpha *cso = in cso_set_depth_stencil_alpha() local
569 struct cso_rasterizer *cso = MALLOC(sizeof(struct cso_rasterizer)); in cso_set_rasterizer() local
1038 struct cso_velements *cso = MALLOC(sizeof(struct cso_velements)); in cso_set_vertex_elements_direct() local
1208 struct cso_sampler *cso; in cso_set_sampler() local
1438 cso_save_state(struct cso_context *cso, unsigned state_mask) in cso_save_state()
1487 cso_restore_state(struct cso_context *cso, unsigned unbind) in cso_restore_state()
[all …]
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_state.c95 const struct pipe_rasterizer_state *cso) in vc4_create_rasterizer_state()
157 const struct pipe_blend_state *cso) in vc4_create_blend_state()
208 const struct pipe_depth_stencil_alpha_state *cso) in vc4_create_depth_stencil_alpha_state()
419 struct pipe_framebuffer_state *cso = &vc4->framebuffer; in vc4_set_framebuffer_state() local
488 const struct pipe_sampler_state *cso) in vc4_create_sampler_state()
553 const struct pipe_sampler_view *cso) in vc4_create_sampler_view()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_rasterizer.c37 const struct pipe_rasterizer_state *cso) in fd2_rasterizer_state_create()
Dfd2_zsa.c37 const struct pipe_depth_stencil_alpha_state *cso) in fd2_zsa_state_create()
Dfd2_texture.c93 const struct pipe_sampler_state *cso) in fd2_sampler_state_create()
166 const struct pipe_sampler_view *cso) in fd2_sampler_view_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_rasterizer.c37 const struct pipe_rasterizer_state *cso) in fd5_rasterizer_state_create()
Dfd5_zsa.c37 const struct pipe_depth_stencil_alpha_state *cso) in fd5_zsa_state_create()
Dfd5_texture.c79 const struct pipe_sampler_state *cso) in fd5_sampler_state_create()
136 const struct pipe_sampler_view *cso) in fd5_sampler_view_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_rasterizer.c37 const struct pipe_rasterizer_state *cso) in fd4_rasterizer_state_create()
Dfd4_zsa.c37 const struct pipe_depth_stencil_alpha_state *cso) in fd4_zsa_state_create()
Dfd4_texture.c79 const struct pipe_sampler_state *cso) in fd4_sampler_state_create()
152 const struct pipe_sampler_view *cso) in fd4_sampler_view_create()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_state.c91 const struct pipe_blend_state *cso) in nvc0_blend_state_create()
213 const struct pipe_rasterizer_state *cso) in nvc0_rasterizer_state_create()
364 const struct pipe_depth_stencil_alpha_state *cso) in nvc0_zsa_state_create()
600 const struct pipe_shader_state *cso, unsigned type) in nvc0_sp_state_create()
651 const struct pipe_shader_state *cso) in nvc0_vp_state_create()
667 const struct pipe_shader_state *cso) in nvc0_fp_state_create()
683 const struct pipe_shader_state *cso) in nvc0_gp_state_create()
699 const struct pipe_shader_state *cso) in nvc0_tcp_state_create()
715 const struct pipe_shader_state *cso) in nvc0_tep_state_create()
731 const struct pipe_compute_state *cso) in nvc0_cp_state_create()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_state.c68 const struct pipe_depth_stencil_alpha_state *cso) in lima_create_depth_stencil_alpha_state()
98 const struct pipe_rasterizer_state *cso) in lima_create_rasterizer_state()
128 const struct pipe_blend_state *cso) in lima_create_blend_state()
302 const struct pipe_sampler_state *cso) in lima_create_sampler_state()
347 const struct pipe_sampler_view *cso) in lima_create_sampler_view()

1234