Searched refs:depth_test (Results 1 – 18 of 18) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_quad_pipe.c | 59 insert_stage_at_head( sp, sp->quad.depth_test ); in sp_build_quad_pipeline() 62 insert_stage_at_head( sp, sp->quad.depth_test ); in sp_build_quad_pipeline()
|
D | sp_context.c | 72 if (softpipe->quad.depth_test) in softpipe_destroy() 73 softpipe->quad.depth_test->destroy( softpipe->quad.depth_test ); in softpipe_destroy() 267 softpipe->quad.depth_test = sp_quad_depth_test_stage(softpipe); in softpipe_create_context()
|
D | sp_context.h | 151 struct quad_stage *depth_test; member
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
D | lima_blit.c | 64 .depth_test = 0x0000000e, in lima_pack_blit_cmd() 89 reload_render_state.depth_test |= 0x400; in lima_pack_blit_cmd() 91 reload_render_state.depth_test |= 0x801; in lima_pack_blit_cmd() 93 reload_render_state.depth_test |= 0x1000; in lima_pack_blit_cmd()
|
D | lima_draw.c | 621 render->depth_test = lima_calculate_depth_test(&ctx->zsa->base, rst); in lima_pack_render_state() 624 render->depth_test |= 0x10; /* don't clip depth near */ in lima_pack_render_state() 626 render->depth_test |= 0x20; /* don't clip depth far */ in lima_pack_render_state() 629 render->depth_test |= (fs->state.frag_depth_reg << 6); in lima_pack_render_state() 631 render->depth_test |= 0x801; in lima_pack_render_state()
|
D | lima_gpu.h | 88 uint32_t depth_test; member
|
/third_party/mesa3d/src/gallium/tests/graw/ |
D | graw_util.h | 148 graw_util_default_state(struct graw_info *info, boolean depth_test) in graw_util_default_state() argument 163 depthStencilAlpha.depth_enabled = depth_test; in graw_util_default_state()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_state.h | 107 VkBool32 depth_test; member
|
D | zink_pipeline.c | 209 depth_stencil_state.depthTestEnable = state->dyn_state1.depth_stencil_alpha_state->depth_test; in zink_create_gfx_pipeline()
|
D | zink_draw.cpp | 646 VKCTX(CmdSetDepthTestEnableEXT)(batch->state->cmdbuf, dsa_state->hw_state.depth_test); in zink_draw() 647 if (dsa_state->hw_state.depth_test) in zink_draw()
|
D | zink_state.c | 494 cso->hw_state.depth_test = VK_TRUE; in zink_create_depth_stencil_alpha_state()
|
/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/mesa3d/docs/relnotes/ |
D | 7.11.rst | 246 [bisected] piglit bugs/fdo23670-depth_test failed
|
/third_party/vk-gl-cts/modules/gles2/performance/ |
D | es2pRedundantStateChangeTests.cpp | 169 ADD_TESTCASE(depth_test, "Enable/Disable depth test.", in init()
|
D | es2pStateChangeTests.cpp | 183 ADD_TESTCASE(depth_test, "Enable/Disable depth test.", in init()
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
D | es3pRedundantStateChangeTests.cpp | 169 ADD_TESTCASE(depth_test, "Enable/Disable depth test.", in init()
|
D | es3pStateChangeTests.cpp | 183 ADD_TESTCASE(depth_test, "Enable/Disable depth test.", in init()
|