Searched refs:depthstencil (Results 1 - 11 of 11) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/postprocess/
H A Dpp_program.h44 struct pipe_depth_stencil_alpha_state depthstencil; member in struct:program
H A Dpp_run.c170 cso_set_depth_stencil_alpha(p->cso, &p->depthstencil);
/external/mesa3d/src/gallium/tests/graw/
H A Dshader-leak.c241 struct pipe_depth_stencil_alpha_state depthstencil; local
243 memset(&depthstencil, 0, sizeof depthstencil);
244 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil);
H A Dtri-gs.c246 struct pipe_depth_stencil_alpha_state depthstencil; local
248 memset(&depthstencil, 0, sizeof depthstencil);
249 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil);
H A Dtri-instanced.c297 struct pipe_depth_stencil_alpha_state depthstencil; local
299 memset(&depthstencil, 0, sizeof depthstencil);
300 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil);
H A Dquad-sample.c368 struct pipe_depth_stencil_alpha_state depthstencil; local
370 memset(&depthstencil, 0, sizeof depthstencil);
371 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil);
H A Dfs-test.c495 struct pipe_depth_stencil_alpha_state depthstencil; local
497 memset(&depthstencil, 0, sizeof depthstencil);
498 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil);
H A Dgs-test.c559 struct pipe_depth_stencil_alpha_state depthstencil; local
561 memset(&depthstencil, 0, sizeof depthstencil);
562 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil);
H A Dvs-test.c446 struct pipe_depth_stencil_alpha_state depthstencil; local
448 memset(&depthstencil, 0, sizeof depthstencil);
449 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil);
/external/mesa3d/src/gallium/tests/trivial/
H A Dtri.c69 struct pipe_depth_stencil_alpha_state depthstencil; member in struct:program
150 memset(&p->depthstencil, 0, sizeof(p->depthstencil));
253 cso_set_depth_stencil_alpha(p->cso, &p->depthstencil);
H A Dquad-tex.c71 struct pipe_depth_stencil_alpha_state depthstencil; member in struct:program
199 memset(&p->depthstencil, 0, sizeof(p->depthstencil));
317 cso_set_depth_stencil_alpha(p->cso, &p->depthstencil);

Completed in 4365 milliseconds