Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/glshared/
H A DglsFragmentOpUtil.cpp242 float yRatio = (0.5f + (float)(y - yFirst)) / height; in render() local
244 yRatio = 1.0f - yRatio; in render()
253 tcu::Vec4 color = triQuadInterpolate(quad.color, xRatio, yRatio); in render()
254 tcu::Vec4 color1 = triQuadInterpolate(quad.color1, xRatio, yRatio); in render()
255 float depth = triQuadInterpolate(quad.depth, xRatio, yRatio); in render()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/
H A DvktMultiViewRenderTests.cpp3060 const float yRatio = static_cast<float>(occlusionObjectMultiplierY[objectNdx]) / occlusionObjectDivisorFloat; in createVertexData() local
3061 const double areaRatio = static_cast<double>(xRatio) * static_cast<double>(yRatio); in createVertexData()
3069 const float occludedObjectVertexYCoord = m_vertexCoord[objectStart + vertexNdx][1] * yRatio; in createVertexData()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/
H A DvktMultiViewRenderTests.cpp3103 const float yRatio = static_cast<float>(occlusionObjectMultiplierY[objectNdx]) / occlusionObjectDivisorFloat; in createVertexData() local
3104 const double areaRatio = static_cast<double>(xRatio) * static_cast<double>(yRatio); in createVertexData()
3112 const float occludedObjectVertexYCoord = m_vertexCoord[objectStart + vertexNdx][1] * yRatio; in createVertexData()

Completed in 16 milliseconds