Home
last modified time | relevance | path

Searched refs:depthstencil (Results 1 – 14 of 14) sorted by relevance

/external/mesa3d/src/gallium/tests/graw/
Dtri-gs.c246 struct pipe_depth_stencil_alpha_state depthstencil; in init() local
248 memset(&depthstencil, 0, sizeof depthstencil); in init()
249 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil); in init()
Dshader-leak.c241 struct pipe_depth_stencil_alpha_state depthstencil; in init() local
243 memset(&depthstencil, 0, sizeof depthstencil); in init()
244 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil); in init()
Dtri-instanced.c297 struct pipe_depth_stencil_alpha_state depthstencil; in init() local
299 memset(&depthstencil, 0, sizeof depthstencil); in init()
300 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil); in init()
Dquad-sample.c368 struct pipe_depth_stencil_alpha_state depthstencil; in init() local
370 memset(&depthstencil, 0, sizeof depthstencil); in init()
371 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil); in init()
Dfs-test.c495 struct pipe_depth_stencil_alpha_state depthstencil; in init() local
497 memset(&depthstencil, 0, sizeof depthstencil); in init()
498 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil); in init()
Dvs-test.c446 struct pipe_depth_stencil_alpha_state depthstencil; in init() local
448 memset(&depthstencil, 0, sizeof depthstencil); in init()
449 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil); in init()
Dgs-test.c559 struct pipe_depth_stencil_alpha_state depthstencil; in init() local
561 memset(&depthstencil, 0, sizeof depthstencil); in init()
562 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil); in init()
/external/mesa3d/src/gallium/tests/trivial/
Dtri.c69 struct pipe_depth_stencil_alpha_state depthstencil; member
150 memset(&p->depthstencil, 0, sizeof(p->depthstencil)); in init_prog()
253 cso_set_depth_stencil_alpha(p->cso, &p->depthstencil); in draw()
Dquad-tex.c71 struct pipe_depth_stencil_alpha_state depthstencil; member
199 memset(&p->depthstencil, 0, sizeof(p->depthstencil)); in init_prog()
317 cso_set_depth_stencil_alpha(p->cso, &p->depthstencil); in draw()
/external/mesa3d/src/mesa/main/
Ddescrip.mms40 depthstencil.c \
115 depthstencil.obj,\
200 depthstencil.obj : depthstencil.c
/external/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_program.h44 struct pipe_depth_stencil_alpha_state depthstencil; member
Dpp_run.c170 cso_set_depth_stencil_alpha(p->cso, &p->depthstencil); in pp_filter_misc_state()
/external/mesa3d/src/gallium/docs/
Dd3d11ddi.txt167 ! Gallium merges depthstencil and rendertarget views into pipe_surface
/external/mesa3d/src/gallium/docs/source/
Dcontext.rst143 These are the means to use resources as color render targets or depthstencil