Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySampling.cpp1182 void prepareRefZForFace(glw::GLfloat* refZs, glw::GLuint n_mipmaps, glw::GLuint face, glw::GLuint l… in prepareRefZForFace() argument
1197 refZs[0] = expected_base_depth_value - base_depth_step; in prepareRefZForFace()
1198 refZs[1] = expected_top_depth_value; in prepareRefZForFace()
1199 refZs[2] = expected_base_depth_value + base_depth_step; in prepareRefZForFace()
1202 refZs[3] = expected_top_depth_value - top_depth_step; in prepareRefZForFace()
1203 refZs[4] = expected_base_depth_value; in prepareRefZForFace()
1204 refZs[5] = expected_top_depth_value + top_depth_step; in prepareRefZForFace()
1207 refZs[6] = expected_base_depth_value - base_depth_step; in prepareRefZForFace()
1208 refZs[7] = expected_top_depth_value; in prepareRefZForFace()
1209 refZs[8] = expected_base_depth_value + base_depth_step; in prepareRefZForFace()