Home
last modified time | relevance | path

Searched refs:referenceLod (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageSamplingInstance.cpp1507 const float referenceLod = de::clamp(m_samplerParams.mipLodBias + m_samplerLod, m_samplerParams.minLod, m_samplerParams.maxLod); in verifyImage() local
1509 const tcu::Vec2 lodBounds (referenceLod - lodError, referenceLod + lodError); in verifyImage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineImageSamplingInstance.cpp1501 const float referenceLod = de::clamp(m_samplerParams.mipLodBias + m_samplerLod, m_samplerParams.minLod, m_samplerParams.maxLod); in verifyImage() local
1503 const tcu::Vec2 lodBounds (referenceLod - lodError, referenceLod + lodError); in verifyImage()

Completed in 7 milliseconds