Searched refs:depth_test (Results 1 - 10 of 10) sorted by relevance

/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_pipe.c57 insert_stage_at_head( sp, sp->quad.depth_test );
60 insert_stage_at_head( sp, sp->quad.depth_test );
H A Dsp_context.c108 if (softpipe->quad.depth_test)
109 softpipe->quad.depth_test->destroy( softpipe->quad.depth_test );
272 softpipe->quad.depth_test = sp_quad_depth_test_stage(softpipe);
H A Dsp_context.h153 struct quad_stage *depth_test; member in struct:softpipe_context::__anon12172
/external/mesa3d/src/gallium/tests/graw/
H A Dgraw_util.h150 graw_util_default_state(struct graw_info *info, boolean depth_test) argument
165 depthStencilAlpha.depth.enabled = depth_test;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_cc.c207 cc->cc2.depth_test = 1;
H A Dbrw_structs.h344 GLuint depth_test:1; member in struct:brw_cc_unit_state::__anon12622
/external/deqp/modules/gles2/performance/
H A Des2pRedundantStateChangeTests.cpp169 ADD_TESTCASE(depth_test, "Enable/Disable depth test.",
H A Des2pStateChangeTests.cpp183 ADD_TESTCASE(depth_test, "Enable/Disable depth test.",
/external/deqp/modules/gles3/performance/
H A Des3pRedundantStateChangeTests.cpp169 ADD_TESTCASE(depth_test, "Enable/Disable depth test.",
H A Des3pStateChangeTests.cpp183 ADD_TESTCASE(depth_test, "Enable/Disable depth test.",

Completed in 327 milliseconds