Home
last modified time | relevance | path

Searched refs:pipe_depth_stencil_alpha_state (Results 1 – 25 of 101) sorted by relevance

12345

/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_zsa.h36 struct pipe_depth_stencil_alpha_state base;
45 fd2_zsa_stateobj(struct pipe_depth_stencil_alpha_state *zsa) in fd2_zsa_stateobj()
51 const struct pipe_depth_stencil_alpha_state *cso);
Dfd2_zsa.c37 const struct pipe_depth_stencil_alpha_state *cso) in fd2_zsa_state_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_zsa.h36 struct pipe_depth_stencil_alpha_state base;
46 fd3_zsa_stateobj(struct pipe_depth_stencil_alpha_state *zsa) in fd3_zsa_stateobj()
52 const struct pipe_depth_stencil_alpha_state *cso);
Dfd3_zsa.c37 const struct pipe_depth_stencil_alpha_state *cso) in fd3_zsa_state_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_zsa.h36 struct pipe_depth_stencil_alpha_state base;
48 fd5_zsa_stateobj(struct pipe_depth_stencil_alpha_state *zsa) in fd5_zsa_stateobj()
54 const struct pipe_depth_stencil_alpha_state *cso);
Dfd5_zsa.c37 const struct pipe_depth_stencil_alpha_state *cso) in fd5_zsa_state_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_zsa.h36 struct pipe_depth_stencil_alpha_state base;
47 fd4_zsa_stateobj(struct pipe_depth_stencil_alpha_state *zsa) in fd4_zsa_stateobj()
53 const struct pipe_depth_stencil_alpha_state *cso);
Dfd4_zsa.c37 const struct pipe_depth_stencil_alpha_state *cso) in fd4_zsa_state_create()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_zsa.h34 struct pipe_depth_stencil_alpha_state base;
51 etna_zsa_state(struct pipe_depth_stencil_alpha_state *zsa) in etna_zsa_state()
58 const struct pipe_depth_stencil_alpha_state *so);
Detnaviv_context.h157 struct pipe_depth_stencil_alpha_state *zsa;
Detnaviv_zsa.c39 const struct pipe_depth_stencil_alpha_state *so) in etna_zsa_state_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_zsa.h42 struct pipe_depth_stencil_alpha_state base;
59 fd6_zsa_stateobj(struct pipe_depth_stencil_alpha_state *zsa) in fd6_zsa_stateobj()
76 const struct pipe_depth_stencil_alpha_state *cso);
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_blend.c90 const struct pipe_depth_stencil_alpha_state *depth_stencil) in softpipe_create_depth_stencil_state()
102 softpipe->depth_stencil = (struct pipe_depth_stencil_alpha_state *)depth_stencil; in softpipe_bind_depth_stencil_state()
Dsp_context.h59 struct pipe_depth_stencil_alpha_state *depth_stencil;
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_blend.c110 const struct pipe_depth_stencil_alpha_state *depth_stencil) in llvmpipe_create_depth_stencil_state()
112 struct pipe_depth_stencil_alpha_state *state; in llvmpipe_create_depth_stencil_state()
Dlp_context.h66 const struct pipe_depth_stencil_alpha_state *depth_stencil;
/third_party/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_private.h47 struct pipe_depth_stencil_alpha_state depthstencil;
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_stateobj.h30 struct pipe_depth_stencil_alpha_state pipe;
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_stateobj.h32 struct pipe_depth_stencil_alpha_state pipe;
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_dump_state.h55 void trace_dump_depth_stencil_alpha_state(const struct pipe_depth_stencil_alpha_state *state);
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_cache.h124 struct pipe_depth_stencil_alpha_state state;
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_state.h121 struct pipe_depth_stencil_alpha_state base;
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_state.h34 struct pipe_depth_stencil_alpha_state pipe;
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_dump.h148 const struct pipe_depth_stencil_alpha_state *state);
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_pipe.c30 nine_convert_dsa_state(struct pipe_depth_stencil_alpha_state *dsa_state, in nine_convert_dsa_state()
33 struct pipe_depth_stencil_alpha_state dsa; in nine_convert_dsa_state()

12345