Home
last modified time | relevance | path

Searched refs:stencil_test (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_state.h106 VkBool32 stencil_test; member
Dzink_pipeline.c172 … depth_stencil_state.stencilTestEnable = state->dyn_state1.depth_stencil_alpha_state->stencil_test; in zink_create_gfx_pipeline()
Dzink_draw.cpp653 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()
Dzink_state.c500 cso->hw_state.stencil_test = VK_TRUE; in zink_create_depth_stencil_alpha_state()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_draw.c673 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()
Dlima_gpu.h92 uint32_t stencil_test; member
Dlima_job.c386 reload_render_state.stencil_test = 0x0000ffff; in lima_pack_reload_plbu_cmd()
/third_party/openGLES/extensions/QCOM/
DQCOM_writeonly_rendering.txt71 GL enables: multisample, depth_test, stencil_test, blending, and color_logic_Op.
/third_party/skia/third_party/externals/opengl-registry/extensions/QCOM/
DQCOM_writeonly_rendering.txt71 GL enables: multisample, depth_test, stencil_test, blending, and color_logic_Op.
/third_party/vk-gl-cts/modules/gles2/performance/
Des2pRedundantStateChangeTests.cpp211 ADD_TESTCASE(stencil_test, "Enable/Disable stencil test.", in init()
Des2pStateChangeTests.cpp230 ADD_TESTCASE(stencil_test, "Enable/Disable stencil test.", in init()
/third_party/vk-gl-cts/modules/gles3/performance/
Des3pRedundantStateChangeTests.cpp211 ADD_TESTCASE(stencil_test, "Enable/Disable stencil test.", in init()
Des3pStateChangeTests.cpp230 ADD_TESTCASE(stencil_test, "Enable/Disable stencil test.", in init()