Searched defs:depthstencil (Results 1 - 12 of 12) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/postprocess/
H A Dpp_private.h45 struct pipe_depth_stencil_alpha_state depthstencil; member in struct:pp_program
/external/mesa3d/src/gallium/tests/graw/
H A Dquad-sample.c364 struct pipe_depth_stencil_alpha_state depthstencil; local
366 memset(&depthstencil, 0, sizeof depthstencil);
367 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil);
H A Dshader-leak.c240 struct pipe_depth_stencil_alpha_state depthstencil; local
242 memset(&depthstencil, 0, sizeof depthstencil);
243 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil);
H A Dtri-gs.c245 struct pipe_depth_stencil_alpha_state depthstencil; local
247 memset(&depthstencil, 0, sizeof depthstencil);
248 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil);
H A Dtri-instanced.c296 struct pipe_depth_stencil_alpha_state depthstencil; local
298 memset(&depthstencil, 0, sizeof depthstencil);
299 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil);
H A Dfs-test.c449 struct pipe_depth_stencil_alpha_state depthstencil; local
451 memset(&depthstencil, 0, sizeof depthstencil);
452 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil);
H A Dgs-test.c540 struct pipe_depth_stencil_alpha_state depthstencil; local
542 memset(&depthstencil, 0, sizeof depthstencil);
543 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil);
H A Dvs-test.c438 struct pipe_depth_stencil_alpha_state depthstencil; local
440 memset(&depthstencil, 0, sizeof depthstencil);
441 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil);
/external/mesa3d/src/gallium/tests/trivial/
H A Dquad-tex.c71 struct pipe_depth_stencil_alpha_state depthstencil; member in struct:program
195 memset(&p->depthstencil, 0, sizeof(p->depthstencil));
311 cso_set_depth_stencil_alpha(p->cso, &p->depthstencil);
H A Dtri.c69 struct pipe_depth_stencil_alpha_state depthstencil; member in struct:program
150 memset(&p->depthstencil, 0, sizeof(p->depthstencil));
250 cso_set_depth_stencil_alpha(p->cso, &p->depthstencil);
/external/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_hw.h246 struct virgl_supported_format_mask depthstencil; member in struct:virgl_caps_v1
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_context.h1169 } depthstencil; member in struct:brw_context

Completed in 462 milliseconds