Searched refs:DepthRangeParams (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fShaderBuiltinVarTests.cpp | 154 struct DepthRangeParams struct 156 DepthRangeParams (void) in DepthRangeParams() function 162 DepthRangeParams (float zNear_, float zFar_) in DepthRangeParams() function 175 DepthRangeEvaluator (const DepthRangeParams& params) in DepthRangeEvaluator() 189 const DepthRangeParams& m_params; 243 const DepthRangeParams cases[] = in iterate() 245 DepthRangeParams(0.0f, 1.0f), in iterate() 246 DepthRangeParams(1.5f, -1.0f), in iterate() 247 DepthRangeParams(0.7f, 0.3f) in iterate() 265 DepthRangeParams m_depthRang [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderBuiltinVarTests.cpp | 163 struct DepthRangeParams struct 165 DepthRangeParams (void) in DepthRangeParams() function 171 DepthRangeParams (float zNear_, float zFar_) in DepthRangeParams() function 184 DepthRangeEvaluator (const DepthRangeParams& params) in DepthRangeEvaluator() 198 const DepthRangeParams& m_params; 258 const DepthRangeParams cases[] = in iterate() 260 DepthRangeParams(0.0f, 1.0f), in iterate() 261 DepthRangeParams(1.5f, -1.0f), in iterate() 262 DepthRangeParams(0.7f, 0.3f) in iterate() 280 DepthRangeParams m_depthRang [all...] |
Completed in 5 milliseconds