Searched refs:stencil_test (Results 1 – 13 of 13) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_state.h | 106 VkBool32 stencil_test; member
|
D | zink_pipeline.c | 172 … depth_stencil_state.stencilTestEnable = state->dyn_state1.depth_stencil_alpha_state->stencil_test; in zink_create_gfx_pipeline()
|
D | zink_draw.cpp | 653 VKCTX(CmdSetStencilTestEnableEXT)(batch->state->cmdbuf, dsa_state->hw_state.stencil_test); in zink_draw_vbo() 654 if (dsa_state->hw_state.stencil_test) { in zink_draw_vbo()
|
D | zink_state.c | 500 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 | 673 render->stencil_test = (stencil[0].writemask & 0xff) | (stencil[0].writemask & 0xff) << 8; in lima_pack_render_state() 681 render->stencil_test = (stencil[0].writemask & 0xff) | (stencil[1].writemask & 0xff) << 8; in lima_pack_render_state() 693 render->stencil_test = 0x0000ffff; in lima_pack_render_state() 709 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_job.c | 386 reload_render_state.stencil_test = 0x0000ffff; in lima_pack_reload_plbu_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()
|