HomeSort by relevance Sort by last modified time
    Searched refs:pipe_depth_stencil_alpha_state (Results 26 - 50 of 82) sorted by null

12 3 4

  /external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_context.h 53 const struct pipe_depth_stencil_alpha_state *dsa );
  /external/mesa3d/src/gallium/drivers/ddebug/
dd_pipe.h 134 struct pipe_depth_stencil_alpha_state dsa;
  /external/mesa3d/src/mesa/state_tracker/
st_atom_depth.c 101 struct pipe_depth_stencil_alpha_state *dsa = &st->state.depth_stencil;
st_context.h 112 struct pipe_depth_stencil_alpha_state depth_stencil;
  /external/mesa3d/src/gallium/include/pipe/
p_context.h 49 struct pipe_depth_stencil_alpha_state;
208 const struct pipe_depth_stencil_alpha_state *);
p_state.h 296 struct pipe_depth_stencil_alpha_state struct
  /external/mesa3d/src/gallium/state_trackers/nine/
nine_pipe.c 30 nine_convert_dsa_state(struct pipe_depth_stencil_alpha_state *dsa_state,
33 struct pipe_depth_stencil_alpha_state dsa;
nine_state.h 308 struct pipe_depth_stencil_alpha_state dsa;
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_context.h 230 struct pipe_depth_stencil_alpha_state *zsa;
  /external/mesa3d/src/gallium/drivers/noop/
noop_state.c 54 const struct pipe_depth_stencil_alpha_state *state)
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_depthstencil.c 132 const struct pipe_depth_stencil_alpha_state *templ)
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_context.h 405 struct pipe_depth_stencil_alpha_state base;
  /external/mesa3d/src/gallium/drivers/virgl/
virgl_encode.h 188 const struct pipe_depth_stencil_alpha_state *dsa_state);
  /external/mesa3d/src/gallium/tests/graw/
shader-leak.c 240 struct pipe_depth_stencil_alpha_state depthstencil;
tri-gs.c 245 struct pipe_depth_stencil_alpha_state depthstencil;
tri-instanced.c 296 struct pipe_depth_stencil_alpha_state depthstencil;
graw_util.h 162 struct pipe_depth_stencil_alpha_state depthStencilAlpha;
quad-sample.c 364 struct pipe_depth_stencil_alpha_state depthstencil;
  /external/mesa3d/src/gallium/tests/trivial/
tri.c 69 struct pipe_depth_stencil_alpha_state depthstencil;
quad-tex.c 71 struct pipe_depth_stencil_alpha_state depthstencil;
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_renderer.c 112 struct pipe_depth_stencil_alpha_state dsa;
117 memset(&dsa, 0, sizeof(struct pipe_depth_stencil_alpha_state));
  /external/mesa3d/src/gallium/auxiliary/postprocess/
pp_mlaa.c 78 struct pipe_depth_stencil_alpha_state mstencil;
  /external/mesa3d/src/gallium/drivers/swr/
swr_state.cpp 165 const struct pipe_depth_stencil_alpha_state *depth_stencil)
167 struct pipe_depth_stencil_alpha_state *state;
169 state = (pipe_depth_stencil_alpha_state *)mem_dup(depth_stencil,
180 if (ctx->depth_stencil == (pipe_depth_stencil_alpha_state *)depth_stencil)
183 ctx->depth_stencil = (pipe_depth_stencil_alpha_state *)depth_stencil;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_tests.c 96 struct pipe_depth_stencil_alpha_state dsa = {{0}};
  /external/mesa3d/src/gallium/drivers/r300/
r300_context.h 98 struct pipe_depth_stencil_alpha_state dsa;

Completed in 769 milliseconds

12 3 4