Home
last modified time | relevance | path

Searched refs:stencil_test (Results 1 - 14 of 14) sorted by relevance

/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_pipeline.c1225 (pipeline->zsa.stencil_test.dynamic_compare_mask || in translate_stencil_test()
1231 (pipeline->zsa.stencil_test.dynamic_compare_mask || in translate_stencil_test()
1234 if (front_test_uses_ref && pipeline->zsa.stencil_test.dynamic_compare_mask) in translate_stencil_test()
1235 pipeline->zsa.stencil_test.front.compare_mask = UINT32_MAX; in translate_stencil_test()
1237 pipeline->zsa.stencil_test.front.compare_mask = in_zsa->front.compareMask; in translate_stencil_test()
1239 pipeline->zsa.stencil_test.front.compare_mask = 0; in translate_stencil_test()
1241 if (back_test_uses_ref && pipeline->zsa.stencil_test.dynamic_compare_mask) in translate_stencil_test()
1242 pipeline->zsa.stencil_test.back.compare_mask = UINT32_MAX; in translate_stencil_test()
1244 pipeline->zsa.stencil_test.back.compare_mask = in_zsa->back.compareMask; in translate_stencil_test()
1246 pipeline->zsa.stencil_test in translate_stencil_test()
[all...]
H A Ddzn_cmd_buffer.c2498 gfx->zsa.stencil_test.front.uses_ref ? in dzn_cmd_buffer_update_zsa()
2499 cmdbuf->state.zsa.stencil_test.front.ref : in dzn_cmd_buffer_update_zsa()
2500 cmdbuf->state.zsa.stencil_test.back.ref; in dzn_cmd_buffer_update_zsa()
3707 if (gfx->zsa.stencil_test.enable && !gfx->zsa.stencil_test.dynamic_ref) { in dzn_CmdBindPipeline()
3708 cmdbuf->state.zsa.stencil_test.front.ref = gfx->zsa.stencil_test.front.ref; in dzn_CmdBindPipeline()
3709 cmdbuf->state.zsa.stencil_test.back.ref = gfx->zsa.stencil_test.back.ref; in dzn_CmdBindPipeline()
4506 cmdbuf->state.zsa.stencil_test in dzn_CmdSetStencilCompareMask()
[all...]
H A Ddzn_private.h472 } stencil_test; member
509 } stencil_test; member
802 } stencil_test; member
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_state.h113 VkBool32 stencil_test; member
H A Dzink_pipeline.c214 depth_stencil_state.stencilTestEnable = state->dyn_state1.depth_stencil_alpha_state->stencil_test; in zink_create_gfx_pipeline()
H A Dzink_state.c505 cso->hw_state.stencil_test = VK_TRUE; in zink_create_depth_stencil_alpha_state()
H A Dzink_draw.cpp650 VKCTX(CmdSetStencilTestEnableEXT)(batch->state->cmdbuf, dsa_state->hw_state.stencil_test); in zink_draw()
651 if (dsa_state->hw_state.stencil_test) { in zink_draw()
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_draw.c653 render->stencil_test = (stencil[0].writemask & 0xff) | (stencil[0].writemask & 0xff) << 8; in lima_pack_render_state()
661 render->stencil_test = (stencil[0].writemask & 0xff) | (stencil[1].writemask & 0xff) << 8; in lima_pack_render_state()
673 render->stencil_test = 0x0000ffff; in lima_pack_render_state()
700 render->stencil_test |= float_to_ubyte(ctx->zsa->base.alpha_ref_value) << 16; in lima_pack_render_state()
H A Dlima_gpu.h92 uint32_t stencil_test; member
H A Dlima_blit.c96 reload_render_state.stencil_test = 0x0000ffff; in lima_pack_blit_cmd()
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pRedundantStateChangeTests.cpp211 ADD_TESTCASE(stencil_test, "Enable/Disable stencil test.", in init()
H A Des3pStateChangeTests.cpp230 ADD_TESTCASE(stencil_test, "Enable/Disable stencil test.", in init()
/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pRedundantStateChangeTests.cpp211 ADD_TESTCASE(stencil_test, "Enable/Disable stencil test.", in init()
H A Des2pStateChangeTests.cpp230 ADD_TESTCASE(stencil_test, "Enable/Disable stencil test.", in init()

Completed in 25 milliseconds