Searched refs:LodMode (Results 1 – 4 of 4) 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; 169 float computeLodFromDerivates (LodMode mode, float dudx, float dudy); 170 float computeLodFromDerivates (LodMode mode, float dudx, float dvdx, float dudy, float dvdy); 171 float computeLodFromDerivates (LodMode mode, float dudx, float dvdx, float dwdx, float dudy, flo…
|
D | gluTextureTestUtil.cpp | 179 float computeLodFromDerivates (LodMode mode, float dudx, float dudy) in computeLodFromDerivates() 198 static float computeNonProjectedTriLod (LodMode mode, const tcu::IVec2& dstSize, deInt32 srcSize, c… in computeNonProjectedTriLod() 210 float computeLodFromDerivates (LodMode mode, float dudx, float dvdx, float dudy, float dvdy) in computeLodFromDerivates() 236 static float computeNonProjectedTriLod (LodMode mode, const tcu::IVec2& dstSize, const tcu::IVec2& … in computeNonProjectedTriLod() 250 float computeLodFromDerivates (LodMode mode, float dudx, float dvdx, float dwdx, float dudy, float … in computeLodFromDerivates() 277 static float computeNonProjectedTriLod (LodMode mode, const tcu::IVec2& dstSize, const tcu::IVec3& … 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/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;
|