/external/mesa3d/src/intel/blorp/ |
D | blorp_clear.c | 564 uint8_t stencil_mask, uint8_t stencil_value) in blorp_clear_stencil_as_rgba() argument 572 if (stencil_mask != 0xff) in blorp_clear_stencil_as_rgba() 667 uint8_t stencil_mask, uint8_t stencil_value) in blorp_clear_depth_stencil() argument 672 stencil_mask, in blorp_clear_depth_stencil() 697 if (stencil_mask) { in blorp_clear_depth_stencil() 701 params.stencil_mask = stencil_mask; in blorp_clear_depth_stencil() 913 params.stencil_mask = 0xff; in blorp_hiz_clear_depth_stencil() 985 uint8_t stencil_mask, uint8_t stencil_value) in blorp_clear_attachments() argument 1023 if (stencil_mask) { in blorp_clear_attachments() 1026 params.stencil_mask = stencil_mask; in blorp_clear_attachments()
|
D | blorp.h | 188 uint8_t stencil_mask, uint8_t stencil_value); 223 uint8_t stencil_mask, uint8_t stencil_value);
|
D | blorp_priv.h | 195 uint8_t stencil_mask; member
|
D | blorp_genX_exec.h | 1187 ds.StencilWriteMask = params->stencil_mask; in blorp_emit_depth_stencil_state()
|
D | blorp_blit.c | 2141 params->stencil_mask = 0xff; in try_blorp_blit()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_depthstencil.c | 106 ds->stencil_mask, in define_depth_stencil_state_object() 145 ds->stencil_mask = templ->stencil[0].valuemask & 0xff; in svga_create_depth_stencil_state() 164 ds->stencil_mask = templ->stencil[1].valuemask & 0xff; in svga_create_depth_stencil_state()
|
D | svga_state_rss.c | 163 EMIT_RS(svga, curr->stencil_mask, STENCILMASK); in emit_rss_vgpu9() 197 EMIT_RS(svga, curr->stencil_mask, STENCILMASK); in emit_rss_vgpu9()
|
D | svga_context.h | 156 unsigned stencil_mask:8; member
|
/external/mesa3d/src/gallium/drivers/iris/ |
D | iris_clear.c | 607 uint8_t stencil_mask = clear_stencil && stencil_res ? 0xff : 0; in clear_depth_stencil() local 608 if (stencil_mask) { in clear_depth_stencil() 629 stencil_mask, stencil); in clear_depth_stencil() 642 if (stencil_mask) { in clear_depth_stencil()
|
/external/mesa3d/src/gallium/auxiliary/cso_cache/ |
D | cso_context.h | 127 void cso_set_sample_mask(struct cso_context *cso, unsigned stencil_mask);
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_blorp.c | 1451 uint8_t stencil_mask = 0; in brw_blorp_clear_depth_stencil() local 1467 stencil_mask = ctx->Stencil.WriteMask[0] & 0xff; in brw_blorp_clear_depth_stencil() 1479 assert((mask & BUFFER_BIT_DEPTH) || stencil_mask); in brw_blorp_clear_depth_stencil() 1487 stencil_mask, ctx->Stencil.Clear); in brw_blorp_clear_depth_stencil() 1495 if (stencil_mask) { in brw_blorp_clear_depth_stencil()
|
/external/deqp/modules/gles2/performance/ |
D | es2pStateChangeCallTests.cpp | 244 ADD_ARG_CASE1(stencil_mask, "Test cost of glStencilMask() calls", in init()
|
D | es2pRedundantStateChangeTests.cpp | 852 ADD_TESTCASE(stencil_mask, "Change stencil mask.", in init()
|
D | es2pStateChangeTests.cpp | 951 ADD_TESTCASE(stencil_mask, "Change stencil mask.", in init()
|
/external/deqp/modules/gles3/performance/ |
D | es3pStateChangeCallTests.cpp | 279 ADD_ARG_CASE1(stencil_mask, "Test cost of glStencilMask() calls", in init()
|
D | es3pRedundantStateChangeTests.cpp | 926 ADD_TESTCASE(stencil_mask, "Change stencil mask.", in init()
|
D | es3pStateChangeTests.cpp | 1035 ADD_TESTCASE(stencil_mask, "Change stencil mask.", in init()
|