Home
last modified time | relevance | path

Searched defs:cso (Results 1 – 25 of 89) 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()
204 void *cso; in NineVertexShader9_GetVariant() local
261 void *cso; in NineVertexShader9_GetVariantProcessVertices() local
307 const DWORD *pFunction, void *cso ) in NineVertexShader9_new()
Dpixelshader9.c36 const DWORD *pFunction, void *cso ) in NinePixelShader9_ctor()
178 void *cso; in NinePixelShader9_GetVariant() local
258 const DWORD *pFunction, void *cso ) in NinePixelShader9_new()
Dnine_shader.h55 void *cso; /* out, pipe cso for bind_vs,fs_state */ member
127 void *cso; member
151 uint64_t key, void *cso, in nine_shader_variant_add()
185 void *cso; member
205 struct pipe_stream_output_info *so, void *cso) in nine_shader_variant_so_add()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_compute.c43 const struct pipe_compute_state *cso) in panfrost_create_compute_state()
83 panfrost_bind_compute_state(struct pipe_context *pipe, void *cso) in panfrost_bind_compute_state()
90 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.c38 const struct pipe_rasterizer_state *cso, in __fd6_setup_rasterizer_stateobj()
108 const struct pipe_rasterizer_state *cso) in fd6_rasterizer_state_create()
Dfd6_blend.c63 const struct pipe_blend_state *cso = &blend->base; in __fd6_setup_blend_variant() local
150 const struct pipe_blend_state *cso) in fd6_blend_state_create()
/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/a5xx/
Dfd5_texture.c79 const struct pipe_sampler_state *cso) in fd5_sampler_state_create()
130 const struct pipe_sampler_view *cso) in fd5_sampler_view_create()
Dfd5_rasterizer.c37 const struct pipe_rasterizer_state *cso) in fd5_rasterizer_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.c126 struct pipe_context *cso_get_pipe_context(struct cso_context *cso) in cso_get_pipe_context()
205 void *cso = cso_hash_iter_data(iter); in sanitize_hash() local
229 static void cso_init_vbuf(struct cso_context *cso, unsigned flags) in cso_init_vbuf()
453 struct cso_blend *cso = MALLOC(sizeof(struct cso_blend)); in cso_set_blend() local
512 struct cso_depth_stencil_alpha *cso = in cso_set_depth_stencil_alpha() local
579 struct cso_rasterizer *cso = MALLOC(sizeof(struct cso_rasterizer)); in cso_set_rasterizer() local
1048 struct cso_velements *cso = MALLOC(sizeof(struct cso_velements)); in cso_set_vertex_elements_direct() local
1221 struct cso_sampler *cso; in set_sampler() local
1251 struct cso_sampler *cso = set_sampler(ctx, shader_stage, idx, templ, size); in cso_set_sampler() local
1474 cso_save_state(struct cso_context *cso, unsigned state_mask) in cso_save_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/zink/
Dzink_state.c177 void *cso) in zink_bind_vertex_elements_state()
351 struct zink_blend_state *cso = CALLOC_STRUCT(zink_blend_state); in zink_create_blend_state() local
413 zink_bind_blend_state(struct pipe_context *pctx, void *cso) in zink_bind_blend_state()
487 struct zink_depth_stencil_alpha_state *cso = CALLOC_STRUCT(zink_depth_stencil_alpha_state); in zink_create_depth_stencil_alpha_state() local
520 zink_bind_depth_stencil_alpha_state(struct pipe_context *pctx, void *cso) in zink_bind_depth_stencil_alpha_state()
628 zink_bind_rasterizer_state(struct pipe_context *pctx, void *cso) in zink_bind_rasterizer_state()
/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/nouveau/nv50/
Dnv50_state.c118 const struct pipe_blend_state *cso) in nv50_blend_state_create()
226 const struct pipe_rasterizer_state *cso) in nv50_rasterizer_state_create()
362 const struct pipe_depth_stencil_alpha_state *cso) in nv50_zsa_state_create()
485 const struct pipe_sampler_state *cso) in nv50_sampler_state_create()
739 const struct pipe_shader_state *cso, in nv50_sp_state_create()
790 const struct pipe_shader_state *cso) in nv50_vp_state_create()
806 const struct pipe_shader_state *cso) in nv50_fp_state_create()
822 const struct pipe_shader_state *cso) in nv50_gp_state_create()
838 const struct pipe_compute_state *cso) in nv50_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()
306 const struct pipe_sampler_state *cso) in lima_create_sampler_state()
351 const struct pipe_sampler_view *cso) in lima_create_sampler_view()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
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()
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()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_rasterizer.c37 const struct pipe_rasterizer_state *cso) in fd4_rasterizer_state_create()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3dx_state.c89 const struct pipe_rasterizer_state *cso) in v3d_create_rasterizer_state()
131 const struct pipe_blend_state *cso) in v3d_create_blend_state()
175 const struct pipe_depth_stencil_alpha_state *cso) in v3d_create_depth_stencil_alpha_state()
487 struct pipe_framebuffer_state *cso = &v3d->framebuffer; in v3d_set_framebuffer_state() local
540 const struct pipe_sampler_state *cso, in v3d_upload_sampler_state_variant()
723 const struct pipe_sampler_state *cso) in v3d_create_sampler_state()
940 const struct pipe_sampler_view *cso = &so->base; in v3dX() local
1035 const struct pipe_sampler_view *cso) in v3d_create_sampler_view()

1234