Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/opengl/
H A DgluTextureTestUtil.cpp1437 // imageViewMinLodRel is used to calculate the image level to sample from, when VK_EXT_image_view_min_lod extension is enabled. in computeTextureLookupDiff()
1439 const float imageViewMinLodRel = sampleParams.imageViewMinLod - (float)sampleParams.baseLevel; in computeTextureLookupDiff() local
1441 const float imageViewMinLodRelMode = tcu::isSamplerMipmapModeLinear(sampleParams.sampler.minFilter) ? deFloatFloor(imageViewMinLodRel) : (float)deClamp32((int)deFloatCeil(imageViewMinLodRel + 0.5f) - 1, sampleParams.baseLevel, sampleParams.maxLevel); in computeTextureLookupDiff()
1657 // imageViewMinLodRel is used to calculate the image level to sample from, when VK_EXT_image_view_min_lod extension is enabled. in computeTextureLookupDiff()
1659 const float imageViewMinLodRel = sampleParams.imageViewMinLod - (float)sampleParams.baseLevel; in computeTextureLookupDiff() local
1661 const float imageViewMinLodRelMode = tcu::isSamplerMipmapModeLinear(sampleParams.sampler.minFilter) ? deFloatFloor(imageViewMinLodRel) : (float)deClamp32((int)deFloatCeil(imageViewMinLodRel + 0.5f) - 1, sampleParams.baseLevel, sampleParams.maxLevel); in computeTextureLookupDiff()
1852 // imageViewMinLodRel is used to calculate the image level to sample from, when VK_EXT_image_view_min_lod extension is enabled. in computeTextureLookupDiff()
1854 const float imageViewMinLodRel in computeTextureLookupDiff() local
[all...]

Completed in 7 milliseconds