Searched refs:LodMode (Results 1 – 5 of 5) sorted by relevance
/external/deqp/framework/opengl/ |
D | gluTextureTestUtil.hpp | 110 enum LodMode enum 133 …ReferenceParams (TextureType texType_, const tcu::Sampler& sampler_, LodMode lodMode_ = LODMODE_EX… in ReferenceParams() 146 LodMode lodMode; 172 float computeLodFromDerivates (LodMode mode, float dudx, float dudy); 173 float computeLodFromDerivates (LodMode mode, float dudx, float dvdx, float dudy, float dvdy); 174 float computeLodFromDerivates (LodMode mode, float dudx, float dvdx, float dwdx, float dudy, flo… 176 float computeNonProjectedTriLod (LodMode mode, const tcu::IVec2& dstSize, deInt32 srcSize, const … 177 float computeNonProjectedTriLod (LodMode mode, const tcu::IVec2& dstSize, const tcu::IVec2& srcSi… 178 float computeNonProjectedTriLod (LodMode mode, const tcu::IVec2& dstSize, const tcu::IVec3& srcSi…
|
D | gluTextureTestUtil.cpp | 179 float computeLodFromDerivates (LodMode mode, float dudx, float dudy) in computeLodFromDerivates() 198 float computeNonProjectedTriLod (LodMode mode, const tcu::IVec2& dstSize, deInt32 srcSize, const tc… in computeNonProjectedTriLod() 210 float computeLodFromDerivates (LodMode mode, float dudx, float dvdx, float dudy, float dvdy) in computeLodFromDerivates() 236 float computeNonProjectedTriLod (LodMode mode, const tcu::IVec2& dstSize, const tcu::IVec2& srcSize… in computeNonProjectedTriLod() 250 float computeLodFromDerivates (LodMode mode, float dudx, float dvdx, float dwdx, float dudy, float … in computeLodFromDerivates() 277 float computeNonProjectedTriLod (LodMode mode, const tcu::IVec2& dstSize, const tcu::IVec3& srcSize… in computeNonProjectedTriLod() 309 static float computeProjectedTriLod (LodMode mode, const tcu::Vec3& u, const tcu::Vec3& projection,… in computeProjectedTriLod() 319 static float computeProjectedTriLod (LodMode mode, const tcu::Vec3& u, const tcu::Vec3& v, const tc… in computeProjectedTriLod() 331 static float computeProjectedTriLod (LodMode mode, const tcu::Vec3& u, const tcu::Vec3& v, const tc… in computeProjectedTriLod() 571 static float computeCubeLodFromDerivates (LodMode lodMode, const tcu::Vec3& coord, const tcu::Vec3&… in computeCubeLodFromDerivates()
|
/external/deqp/external/openglcts/modules/glesext/texture_shadow_lod/ |
D | esextcTextureShadowLodFunctionsTest.cpp | 196 static const glu::TextureTestUtil::LodMode DEFAULT_LOD_MODE = glu::TextureTestUtil::LODMODE_EXACT;
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureFunctionTests.cpp | 261 enum LodMode enum 272 float computeLodFromDerivates (LodMode mode, float dudx, float dudy) in computeLodFromDerivates() 293 float computeLodFromDerivates (LodMode mode, float dudx, float dvdx, float dudy, float dvdy) in computeLodFromDerivates() 321 float computeLodFromDerivates (LodMode mode, float dudx, float dvdx, float dwdx, float dudy, float … in computeLodFromDerivates() 352 static const LodMode DEFAULT_LOD_MODE = LODMODE_EXACT;
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderTextureFunctionTests.cpp | 243 static const glu::TextureTestUtil::LodMode DEFAULT_LOD_MODE = glu::TextureTestUtil::LODMODE_EXACT;
|