Searched refs:stencil_test (Results 1 – 16 of 16) sorted by relevance
/third_party/mesa3d/src/microsoft/vulkan/ |
D | dzn_pipeline.c | 1225 (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.back.compare_mask = 0; in translate_stencil_test() [all …]
|
D | dzn_cmd_buffer.c | 2498 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.front.compare_mask = compareMask; in dzn_CmdSetStencilCompareMask() 4507 cmdbuf->state.pipeline_variant.stencil_test.front.compare_mask = compareMask; in dzn_CmdSetStencilCompareMask() 4511 cmdbuf->state.zsa.stencil_test.back.compare_mask = compareMask; in dzn_CmdSetStencilCompareMask() 4512 cmdbuf->state.pipeline_variant.stencil_test.back.compare_mask = compareMask; in dzn_CmdSetStencilCompareMask() [all …]
|
D | dzn_private.h | 472 } stencil_test; member 509 } stencil_test; member 802 } stencil_test; member
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_state.h | 113 VkBool32 stencil_test; member
|
D | zink_pipeline.c | 214 … depth_stencil_state.stencilTestEnable = state->dyn_state1.depth_stencil_alpha_state->stencil_test; in zink_create_gfx_pipeline()
|
D | zink_draw.cpp | 650 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()
|
D | zink_state.c | 505 cso->hw_state.stencil_test = VK_TRUE; in zink_create_depth_stencil_alpha_state()
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
D | lima_draw.c | 653 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()
|
D | lima_gpu.h | 92 uint32_t stencil_test; member
|
D | lima_blit.c | 96 reload_render_state.stencil_test = 0x0000ffff; in lima_pack_blit_cmd()
|
/third_party/openGLES/extensions/QCOM/ |
D | QCOM_writeonly_rendering.txt | 71 GL enables: multisample, depth_test, stencil_test, blending, and color_logic_Op.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/QCOM/ |
D | QCOM_writeonly_rendering.txt | 71 GL enables: multisample, depth_test, stencil_test, blending, and color_logic_Op.
|
/third_party/vk-gl-cts/modules/gles2/performance/ |
D | es2pRedundantStateChangeTests.cpp | 211 ADD_TESTCASE(stencil_test, "Enable/Disable stencil test.", in init()
|
D | es2pStateChangeTests.cpp | 230 ADD_TESTCASE(stencil_test, "Enable/Disable stencil test.", in init()
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
D | es3pRedundantStateChangeTests.cpp | 211 ADD_TESTCASE(stencil_test, "Enable/Disable stencil test.", in init()
|
D | es3pStateChangeTests.cpp | 230 ADD_TESTCASE(stencil_test, "Enable/Disable stencil test.", in init()
|