Searched refs:crValues (Results 1 – 1 of 1) sorted by relevance
/external/deqp/framework/common/ |
D | tcuTexture.cpp | 2004 static const float crValues[16] = { 0.0f, 1.0f, 0.0f, 0.0f, in sampleCubic1D() local 2008 static const tcu::Mat4 crBasis(crValues); in sampleCubic1D() 2087 static const float crValues[16] = { 0.0f, 1.0f, 0.0f, 0.0f, in sampleCubic2D() local 2091 static const tcu::Mat4 crBasis(crValues); in sampleCubic2D() 2268 static const float crValues[16] = { 0.0f, 1.0f, 0.0f, 0.0f, in sampleCubic3D() local 2272 static const tcu::Mat4 crBasis(crValues); in sampleCubic3D()
|