Home
last modified time | relevance | path

Searched refs:stencil_mask (Results 1 – 18 of 18) sorted by relevance

/third_party/mesa3d/src/intel/blorp/
Dblorp_clear.c686 uint8_t stencil_mask, uint8_t stencil_value) in blorp_clear_stencil_as_rgba() argument
696 if (stencil_mask != 0xff) in blorp_clear_stencil_as_rgba()
792 uint8_t stencil_mask, uint8_t stencil_value) in blorp_clear_depth_stencil() argument
799 stencil_mask, in blorp_clear_depth_stencil()
825 if (stencil_mask) { in blorp_clear_depth_stencil()
829 params.stencil_mask = stencil_mask; in blorp_clear_depth_stencil()
1043 params.stencil_mask = 0xff; in blorp_hiz_clear_depth_stencil()
1116 uint8_t stencil_mask, uint8_t stencil_value) in blorp_clear_attachments() argument
1157 if (stencil_mask) { in blorp_clear_attachments()
1161 params.stencil_mask = stencil_mask; in blorp_clear_attachments()
Dblorp.h206 uint8_t stencil_mask, uint8_t stencil_value);
241 uint8_t stencil_mask, uint8_t stencil_value);
Dblorp_priv.h212 uint8_t stencil_mask; member
Dblorp_genX_exec.h1210 ds.StencilWriteMask = params->stencil_mask; in blorp_emit_depth_stencil_state()
Dblorp_blit.c2234 params->stencil_mask = 0xff; in try_blorp_blit()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_depthstencil.c106 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()
Dsvga_state_rss.c163 EMIT_RS(svga, curr->stencil_mask, STENCILMASK); in emit_rss_vgpu9()
197 EMIT_RS(svga, curr->stencil_mask, STENCILMASK); in emit_rss_vgpu9()
Dsvga_context.h156 unsigned stencil_mask:8; member
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_clear.c608 uint8_t stencil_mask = clear_stencil && stencil_res ? 0xff : 0; in clear_depth_stencil() local
609 if (stencil_mask) { in clear_depth_stencil()
630 stencil_mask, stencil); in clear_depth_stencil()
643 if (stencil_mask) { in clear_depth_stencil()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_clear.c601 uint8_t stencil_mask = clear_stencil && stencil_res ? 0xff : 0; in clear_depth_stencil() local
602 if (stencil_mask) { in clear_depth_stencil()
616 stencil_mask, stencil); in clear_depth_stencil()
627 if (stencil_mask) { in clear_depth_stencil()
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.h134 void cso_set_sample_mask(struct cso_context *cso, unsigned stencil_mask);
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_blorp.c1429 uint8_t stencil_mask = 0; in brw_blorp_clear_depth_stencil() local
1445 stencil_mask = ctx->Stencil.WriteMask[0] & 0xff; in brw_blorp_clear_depth_stencil()
1457 assert((mask & BUFFER_BIT_DEPTH) || stencil_mask); in brw_blorp_clear_depth_stencil()
1465 stencil_mask, ctx->Stencil.Clear); in brw_blorp_clear_depth_stencil()
1473 if (stencil_mask) { in brw_blorp_clear_depth_stencil()
/third_party/vk-gl-cts/modules/gles2/performance/
Des2pStateChangeCallTests.cpp244 ADD_ARG_CASE1(stencil_mask, "Test cost of glStencilMask() calls", in init()
Des2pRedundantStateChangeTests.cpp852 ADD_TESTCASE(stencil_mask, "Change stencil mask.", in init()
Des2pStateChangeTests.cpp951 ADD_TESTCASE(stencil_mask, "Change stencil mask.", in init()
/third_party/vk-gl-cts/modules/gles3/performance/
Des3pStateChangeCallTests.cpp279 ADD_ARG_CASE1(stencil_mask, "Test cost of glStencilMask() calls", in init()
Des3pRedundantStateChangeTests.cpp926 ADD_TESTCASE(stencil_mask, "Change stencil mask.", in init()
Des3pStateChangeTests.cpp1035 ADD_TESTCASE(stencil_mask, "Change stencil mask.", in init()