Searched refs:resultDepth (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawInvertedDepthRangesTests.cpp | 609 auto& resultDepth = results.second; in iterate() local 645 const auto resValue = resultDepth.getPixDepth(x, y); in iterate() 656 log << tcu::TestLog::Image("Result", "Result", resultDepth) in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawInvertedDepthRangesTests.cpp | 609 auto& resultDepth = results.second; in iterate() local 645 const auto resValue = resultDepth.getPixDepth(x, y); in iterate() 656 log << tcu::TestLog::Image("Result", "Result", resultDepth) in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassTests.cpp | 4149 const float resultDepth = result.getPixDepth(x, y); 4157 if ((value && !depthsEqual(resultDepth, float(depthValues[1]) / 255.0f, epsilon)) 4158 || (!value && !depthsEqual(resultDepth, float(depthValues[0]) / 255.0f, epsilon)))
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassTests.cpp | 4135 const float resultDepth = result.getPixDepth(x, y); 4143 if ((value && !depthsEqual(resultDepth, float(depthValues[1]) / 255.0f, epsilon)) 4144 || (!value && !depthsEqual(resultDepth, float(depthValues[0]) / 255.0f, epsilon)))
|
Completed in 26 milliseconds