Searched refs:coordFormat (Results 1 – 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/ |
D | vktYCbCrUtil.cpp | 1451 tcu::Interval calculateUV (const tcu::FloatFormat& coordFormat, in calculateUV() argument 1455 return coordFormat.roundOut(coordFormat.roundOut(st, false) * tcu::Interval((double)size), false); in calculateUV() 1458 tcu::IVec2 calculateNearestIJRange (const tcu::FloatFormat& coordFormat, in calculateNearestIJRange() argument 1461 …const tcu::Interval ij (coordFormat.roundOut(coordFormat.roundOut(uv, false) - tcu::Interval(0.5),… in calculateNearestIJRange() 1463 …return tcu::IVec2(deRoundToInt32(ij.lo() - coordFormat.ulp(ij.lo(), 1)), deRoundToInt32(ij.hi() + … in calculateNearestIJRange() 1467 tcu::IVec2 calculateLinearIJRange (const tcu::FloatFormat& coordFormat, in calculateLinearIJRange() argument 1470 const tcu::Interval ij (coordFormat.roundOut(uv - tcu::Interval(0.5), false)); in calculateLinearIJRange() 1476 const tcu::FloatFormat& coordFormat, in calculateIJRange() argument 1480 return (filter == vk::VK_FILTER_LINEAR) ? calculateLinearIJRange(coordFormat, uv) in calculateIJRange() 1481 : calculateNearestIJRange(coordFormat, uv); in calculateIJRange() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrUtil.cpp | 1451 tcu::Interval calculateUV (const tcu::FloatFormat& coordFormat, in calculateUV() argument 1455 return coordFormat.roundOut(coordFormat.roundOut(st, false) * tcu::Interval((double)size), false); in calculateUV() 1458 tcu::IVec2 calculateNearestIJRange (const tcu::FloatFormat& coordFormat, in calculateNearestIJRange() argument 1461 …const tcu::Interval ij (coordFormat.roundOut(coordFormat.roundOut(uv, false) - tcu::Interval(0.5),… in calculateNearestIJRange() 1463 …return tcu::IVec2(deRoundToInt32(ij.lo() - coordFormat.ulp(ij.lo(), 1)), deRoundToInt32(ij.hi() + … in calculateNearestIJRange() 1467 tcu::IVec2 calculateLinearIJRange (const tcu::FloatFormat& coordFormat, in calculateLinearIJRange() argument 1470 const tcu::Interval ij (coordFormat.roundOut(uv - tcu::Interval(0.5), false)); in calculateLinearIJRange() 1476 const tcu::FloatFormat& coordFormat, in calculateIJRange() argument 1480 return (filter == vk::VK_FILTER_LINEAR) ? calculateLinearIJRange(coordFormat, uv) in calculateIJRange() 1481 : calculateNearestIJRange(coordFormat, uv); in calculateIJRange() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
D | vktSampleVerifier.cpp | 690 const FloatFormat coordFormat(-32, 32, 16, true); in verifySampleMipmapLevel() local 694 coordFormat, in verifySampleMipmapLevel() 711 coordFormat, in verifySampleMipmapLevel()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
D | vktSampleVerifier.cpp | 690 const FloatFormat coordFormat(-32, 32, 16, true); in verifySampleMipmapLevel() local 694 coordFormat, in verifySampleMipmapLevel() 711 coordFormat, in verifySampleMipmapLevel()
|