HomeSort by relevance Sort by last modified time
    Searched full:levelbounds (Results 1 - 2 of 2) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktSampleVerifierUtil.cpp 72 UVec2 levelBounds;
78 levelBounds[0] = 0;
82 levelBounds[0] = deCeilFloatToInt32(lodBounds[0] + 0.5f) - 1;
86 levelBounds[0] = deRoundFloatToInt32(q);
91 levelBounds[1] = 0;
95 levelBounds[1] = deFloorFloatToInt32(lodBounds[1] + 0.5f);
99 levelBounds[1] = deRoundFloatToInt32(q);
108 levelBounds[ndx] = deRoundFloatToInt32(q);
112 levelBounds[ndx] = lodBounds[ndx] < 0.0f ? 0 : deFloorFloatToInt32(lodBounds[ndx]);
117 return levelBounds;
    [all...]
vktSampleVerifier.cpp 833 const UVec2 levelBounds = calcLevelBounds(lodBounds, m_imParams.levels, m_samplerParams.mipmapFilter);
835 for (deUint32 level = levelBounds[0]; level <= levelBounds[1]; ++level)

Completed in 73 milliseconds