Lines Matching defs:lod
452 static inline Vec4 sample (const tcu::Texture2D& tex, const Vec2& coord, float lod, const tcu::Sam… in sample()
453 static inline Vec4 sample (const tcu::TextureCube& tex, const Vec3& coord, float lod, const tcu::S… in sample()
454 static inline Vec4 sample (const tcu::Texture2DArray& tex, const Vec3& coord, float lod, const tcu:… in sample()
455 static inline Vec4 sample (const tcu::Texture3D& tex, const Vec3& coord, float lod, const tcu::Sam… in sample()
458 void computeReference (const typename TexTypeTcuClass<TexType>::t& texture, float lod, const tcu::S… in computeReference()
703 …const float lod = calculateLod(rend.texCoordScale, rend.region.size().asFloat(), rend.texture… in iterate() local
731 void Vertex2DTextureCase::setupShaderInputs (int textureNdx, float lod, const Grid& grid) const in setupShaderInputs()
778 void Vertex2DTextureCase::renderCell (int textureNdx, float lod, const Grid& grid) const in renderCell()
784 void Vertex2DTextureCase::computeReferenceCell (int textureNdx, float lod, const Grid& grid, tcu::S… in computeReferenceCell()
1038 …const float lod = calculateLod(rend.texCoordScale, rend.region.size().asFloat(), rend.texture… in iterate() local
1066 void VertexCubeTextureCase::setupShaderInputs (int textureNdx, float lod, const Grid& grid) const in setupShaderInputs()
1113 void VertexCubeTextureCase::renderCell (int textureNdx, float lod, const Grid& grid) const in renderCell()
1120 void VertexCubeTextureCase::computeReferenceCell (int textureNdx, float lod, const Grid& grid, tcu:… in computeReferenceCell()
1378 …const float lod = calculateLod(rend.texTransform, rend.region.size().asFloat(), rend.textureN… in iterate() local
1406 void Vertex2DArrayTextureCase::setupShaderInputs (int textureNdx, float lod, const Grid& grid) const in setupShaderInputs()
1453 void Vertex2DArrayTextureCase::renderCell (int textureNdx, float lod, const Grid& grid) const in renderCell()
1460 void Vertex2DArrayTextureCase::computeReferenceCell (int textureNdx, float lod, const Grid& grid, t… in computeReferenceCell()
1721 …const float lod = calculateLod(rend.texTransform, rend.region.size().asFloat(), rend.textureN… in iterate() local
1749 void Vertex3DTextureCase::setupShaderInputs (int textureNdx, float lod, const Grid& grid) const in setupShaderInputs()
1797 void Vertex3DTextureCase::renderCell (int textureNdx, float lod, const Grid& grid) const in renderCell()
1804 void Vertex3DTextureCase::computeReferenceCell (int textureNdx, float lod, const Grid& grid, tcu::S… in computeReferenceCell()