Searched refs:depth_data (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_quad_depth_test.c | 45 struct depth_data { struct 61 get_depth_stencil_values( struct depth_data *data, in get_depth_stencil_values() argument 153 convert_quad_depth( struct depth_data *data, in convert_quad_depth() 236 convert_quad_stencil( struct depth_data *data, in convert_quad_stencil() 266 write_depth_stencil_values( struct depth_data *data, in write_depth_stencil_values() 354 do_stencil_test(struct depth_data *data, in do_stencil_test() 437 apply_stencil_op(struct depth_data *data, in apply_stencil_op() 538 struct depth_data *data, in depth_test_quad() 622 struct depth_data *data, in depth_stencil_test_quad() 787 struct depth_data data; in depth_test_quads_fallback()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcViewportArrayTests.cpp | 3080 T depth_data[16 * 2]; in setup16x2DepthsHelper() local 3087 depth_data[i * 2 + 0] = near; in setup16x2DepthsHelper() 3088 depth_data[i * 2 + 1] = T(1.0) - near; in setup16x2DepthsHelper() 3104 depthFunc.depthRangeIndexed(i, depth_data[i * 2 + 0], depth_data[i * 2 + 1]); in setup16x2DepthsHelper() 3110 depthFunc.depthRangeArray(0 /* first */, 16 /* count */, depth_data); in setup16x2DepthsHelper() 4222 GLfloat depth_data[16 * 2]; in checkResults() local 4228 depth_data[i * 2 + 0] = near; in checkResults() 4229 depth_data[i * 2 + 1] = 1.0f - near; in checkResults() 4234 const GLfloat expected_near = depth_data[i * 2 + 0]; in checkResults() 4235 const GLfloat expected_far = depth_data[i * 2 + 1]; in checkResults()
|