Home
last modified time | relevance | path

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

123

/external/mesa3d/src/mesa/state_tracker/
Dst_cache.h37 struct pipe_depth_stencil_alpha_state;
54 const struct pipe_depth_stencil_alpha_state *depth_stencil);
Dst_context.h99 struct pipe_depth_stencil_alpha_state depth_stencil;
Dst_atom_depth.c98 struct pipe_depth_stencil_alpha_state *dsa = &st->state.depth_stencil; in update_depth_stencil_alpha()
/external/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.h64 struct pipe_depth_stencil_alpha_state *depth_stencil;
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_blend.c111 const struct pipe_depth_stencil_alpha_state *depth_stencil) in llvmpipe_create_depth_stencil_state()
113 struct pipe_depth_stencil_alpha_state *state; in llvmpipe_create_depth_stencil_state()
Dlp_context.h62 const struct pipe_depth_stencil_alpha_state *depth_stencil;
/external/mesa3d/src/gallium/drivers/noop/
Dnoop_state.c55 const struct pipe_depth_stencil_alpha_state *state) in noop_create_dsa_state()
57 struct pipe_depth_stencil_alpha_state *nstate = CALLOC_STRUCT(pipe_depth_stencil_alpha_state); in noop_create_dsa_state()
/external/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_program.h44 struct pipe_depth_stencil_alpha_state depthstencil;
/external/mesa3d/src/gallium/drivers/r300/
Dr300_hyperz.c232 struct pipe_depth_stencil_alpha_state *dsa) in r300_dsa_writes_depth_stencil()
249 struct pipe_depth_stencil_alpha_state *dsa) in r300_dsa_alpha_test_enabled()
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h45 struct pipe_depth_stencil_alpha_state;
158 const struct pipe_depth_stencil_alpha_state *);
Dp_state.h244 struct pipe_depth_stencil_alpha_state struct
/external/mesa3d/src/gallium/drivers/trace/
Dtr_dump_state.h56 void trace_dump_depth_stencil_alpha_state(const struct pipe_depth_stencil_alpha_state *state);
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_stateobj.h32 struct pipe_depth_stencil_alpha_state pipe;
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_stateobj.h30 struct pipe_depth_stencil_alpha_state pipe;
/external/mesa3d/src/gallium/state_trackers/vega/
Drenderer.c83 struct pipe_depth_stencil_alpha_state dsa;
125 struct pipe_depth_stencil_alpha_state dsa;
734 struct pipe_depth_stencil_alpha_state dsa; in renderer_scissor_begin()
974 struct pipe_depth_stencil_alpha_state *dsa; in renderer_polygon_stencil_begin()
1050 struct pipe_depth_stencil_alpha_state dsa; in renderer_polygon_stencil()
1100 struct pipe_depth_stencil_alpha_state dsa; in renderer_polygon_fill_begin()
1215 struct pipe_depth_stencil_alpha_state *dsa = &renderer->g3d.dsa; in update_clip_state()
1217 memset(dsa, 0, sizeof(struct pipe_depth_stencil_alpha_state)); in update_clip_state()
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_cache.h114 struct pipe_depth_stencil_alpha_state state;
Dcso_context.h60 const struct pipe_depth_stencil_alpha_state *dsa );
/external/mesa3d/src/gallium/auxiliary/util/
Du_dump.h123 const struct pipe_depth_stencil_alpha_state *state);
Du_blit.c60 struct pipe_depth_stencil_alpha_state dsa_keep_depthstencil;
61 struct pipe_depth_stencil_alpha_state dsa_write_depthstencil;
62 struct pipe_depth_stencil_alpha_state dsa_write_depth;
63 struct pipe_depth_stencil_alpha_state dsa_write_stencil;
/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_state.h32 struct pipe_depth_stencil_alpha_state pipe;
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_depthstencil.c74 const struct pipe_depth_stencil_alpha_state *templ) in svga_create_depth_stencil_state()
/external/mesa3d/src/gallium/tests/graw/
Dtri-gs.c246 struct pipe_depth_stencil_alpha_state depthstencil; in init()
Dshader-leak.c241 struct pipe_depth_stencil_alpha_state depthstencil; in init()
/external/mesa3d/src/gallium/state_trackers/xorg/
Dxorg_renderer.c73 struct pipe_depth_stencil_alpha_state dsa; in renderer_init_state()
78 memset(&dsa, 0, sizeof(struct pipe_depth_stencil_alpha_state)); in renderer_init_state()

123