Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsTextureTestUtil.cpp608 static float computeCubeLodFromDerivates (LodMode lodMode, const tcu::Vec3& coord, const tcu::Vec3&… in computeCubeLodFromDerivates() function
689 …const float lod = de::clamp(computeCubeLodFromDerivates(params.lodMode, coord, coordDx, coordDy… in sampleTextureCube()
945 …const float lod = de::clamp(computeCubeLodFromDerivates(params.lodMode, coord, coordDx, coordDy,… in sampleTextureCubeArray()