Home
last modified time | relevance | path

Searched refs:levelLodBounds (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifierUtil.cpp122 Vec2 levelLodBounds; in calcLevelLodBounds() local
126 levelLodBounds[0] = lodBounds[0]; in calcLevelLodBounds()
130 levelLodBounds[0] = de::max(lodBounds[0], (float) level); in calcLevelLodBounds()
133 levelLodBounds[1] = de::min(lodBounds[1], (float) level + 1.0f); in calcLevelLodBounds()
135 return levelLodBounds; in calcLevelLodBounds()
DvktSampleVerifier.cpp839 const Vec2 levelLodBounds = calcLevelLodBounds(lodBounds, level); in verifySampleCubemapFace() local
841 if (verifySampleMipmapLevel(args, result, coord, levelLodBounds, level, report)) in verifySampleCubemapFace()