Searched refs:depth_test (Results 1 – 9 of 9) sorted by relevance
/external/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 | 81 if (softpipe->quad.depth_test) in softpipe_destroy() 82 softpipe->quad.depth_test->destroy( softpipe->quad.depth_test ); in softpipe_destroy() 270 softpipe->quad.depth_test = sp_quad_depth_test_stage(softpipe); in softpipe_create_context()
|
D | sp_context.h | 166 struct quad_stage *depth_test; member
|
/external/mesa3d/src/gallium/tests/graw/ |
D | graw_util.h | 150 graw_util_default_state(struct graw_info *info, boolean depth_test) in graw_util_default_state() argument 165 depthStencilAlpha.depth.enabled = depth_test; in graw_util_default_state()
|
/external/deqp/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()
|
/external/deqp/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()
|
/external/vulkan-validation-layers/tests/ |
D | layer_validation_tests.cpp | 35917 VkBool32 depth_test; in TEST_F() member 35998 ds.depthTestEnable = test_case.depth_test; in TEST_F()
|