Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cCullDistanceTests.cpp2504 glw::GLint sum_hash = in executeRenderTest() local
2508 sum_hash = (sum_hash < 65536) ? sum_hash : 65535; /* clamping to short */ in executeRenderTest()
2511 if (std::abs(vertex_color_red_value - sum_hash) > 4 /* precision 4/65536 */) in executeRenderTest()
2514 << "should have culldistance hash sum " << sum_hash in executeRenderTest()

Completed in 4 milliseconds