Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTexture.cpp1937 static const tcu::Mat4 crBasis(crValues); in sampleCubic1D() local
1941 tcu::Vec4 wi = alpha * crBasis; in sampleCubic1D()
2020 static const tcu::Mat4 crBasis(crValues); in sampleCubic2D() local
2026 tcu::Vec4 wi = alpha * crBasis; in sampleCubic2D()
2027 tcu::Vec4 wj = beta * crBasis; in sampleCubic2D()
2201 static const tcu::Mat4 crBasis(crValues); in sampleCubic3D() local
2209 tcu::Vec4 wi = alpha * crBasis; in sampleCubic3D()
2210 tcu::Vec4 wj = beta * crBasis; in sampleCubic3D()
2211 tcu::Vec4 wk = gamma * crBasis; in sampleCubic3D()