Searched refs:lodFracBounds (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktSampleVerifier.hpp | 150 const tcu::Vec2& lodFracBounds, 167 const tcu::Vec2& lodFracBounds, 228 void getMipmapStepBounds (const tcu::Vec2& lodFracBounds,
|
D | vktSampleVerifier.cpp | 462 void SampleVerifier::getMipmapStepBounds (const Vec2& lodFracBounds, in getMipmapStepBounds() argument 469 stepMin = deFloorFloatToInt32(lodFracBounds[0] * (float)mipmapSteps); in getMipmapStepBounds() 470 stepMax = deCeilFloatToInt32 (lodFracBounds[1] * (float)mipmapSteps); in getMipmapStepBounds() 483 const Vec2& lodFracBounds, in verifySampleFiltered() argument 502 getMipmapStepBounds(lodFracBounds, lodStepsMin, lodStepsMax); in verifySampleFiltered() 663 const Vec2 lodFracBounds = lodBounds - Vec2((float)level); in verifySampleTexelGridCoords() local 665 …, baseTexel[1], texelGridOffset[0], texelGridOffset[1], layer, level, lodFracBounds, m_samplerPara… in verifySampleTexelGridCoords()
|