Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawInvertedDepthRangesTests.cpp438 const float depthClamped = de::clamp(depth + depthBias, 0.0f, 1.0f); in generateReferenceImage() local
439 const float depthFinal = depthClamped * m_params.maxDepth + (1.0f - depthClamped) * m_params.minDepth; in generateReferenceImage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawInvertedDepthRangesTests.cpp438 const float depthClamped = de::clamp(depth + depthBias, 0.0f, 1.0f); in generateReferenceImage() local
439 const float depthFinal = depthClamped * m_params.maxDepth + (1.0f - depthClamped) * m_params.minDepth; in generateReferenceImage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/
H A DvktMultiViewRenderTests.cpp3545 const float depthClamped = de::clamp(color.x(), 0.0f, 1.0f); in imageData() local
3546 color.x() = depthClamped * depthMax + (1.0f - depthClamped) * depthMin; in imageData()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/
H A DvktMultiViewRenderTests.cpp3653 const float depthClamped = de::clamp(color.x(), 0.0f, 1.0f); in imageData() local
3654 color.x() = depthClamped * depthMax + (1.0f - depthClamped) * depthMin; in imageData()

Completed in 18 milliseconds