Home
last modified time | relevance | path

Searched refs:calcLevelLodBounds (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktSampleVerifierUtil.hpp48 tcu::Vec2 calcLevelLodBounds(const tcu::Vec2 &lodBounds, int level);
H A DvktSampleVerifierUtil.cpp118 Vec2 calcLevelLodBounds(const Vec2 &lodBounds, int level) in calcLevelLodBounds() function
H A DvktSampleVerifier.cpp753 const Vec2 levelLodBounds = calcLevelLodBounds(lodBounds, level); in verifySampleCubemapFace()