/external/deqp/modules/gles3/scripts/ |
genutil.py | 643 def toMat4(self): return Mat4(float(self.x), 0.0, 0.0, 0.0, 0.0, float(self.y), 0.0, 0.0, 0.0, 0.0, float(self.z), 0.0, 0.0, 0.0, 0.0, float(self.w)); 814 class Mat4(Mat):
|
/external/deqp/modules/gles31/scripts/ |
genutil.py | 645 def toMat4(self): return Mat4(float(self.x), 0.0, 0.0, 0.0, 0.0, float(self.y), 0.0, 0.0, 0.0, 0.0, float(self.z), 0.0, 0.0, 0.0, 0.0, float(self.w)); 816 class Mat4(Mat):
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
vktShaderRender.cpp | 146 const std::vector<tcu::Mat4>& userAttribTransforms, 154 const std::vector<tcu::Mat4> getUserAttribTransforms (void) const { return m_userAttribTransforms; } 176 const std::vector<tcu::Mat4> m_userAttribTransforms; 193 const std::vector<tcu::Mat4>& userAttribTransforms, [all...] |
vktShaderRenderTextureFunctionTests.cpp | 576 m_userAttribTransforms.push_back(tcu::Mat4(baseCoordTrans)); 597 m_userAttribTransforms.push_back(tcu::Mat4(lodCoordTrans)); 620 m_userAttribTransforms.push_back(tcu::Mat4(gradDxTrans)); 621 m_userAttribTransforms.push_back(tcu::Mat4(gradDyTrans)); [all...] |
vktShaderRenderOperatorTests.cpp | 582 Mat4 attribMatrix; [all...] |
/external/deqp/framework/common/ |
tcuMatrix.hpp | 500 typedef Matrix4f Mat4;
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
vktShaderBuiltinPrecisionTests.cpp | 2686 ExprP<Matrix<T, Rows, 4> > mat4 (const ExprP<Vector<T, Rows> >& arg0, function in namespace:vkt::shaderexecutor::Functions [all...] |
/external/deqp/modules/glshared/ |
glsBuiltinPrecisionTests.cpp | 2707 ExprP<Matrix<T, Rows, 4> > mat4 (const ExprP<Vector<T, Rows> >& arg0, function in namespace:deqp::gls::BuiltinPrecisionTests::Functions [all...] |
/external/deqp/modules/gles3/functional/ |
es3fShaderTextureFunctionTests.cpp | 504 m_userAttribTransforms.push_back(tcu::Mat4(baseCoordTrans)); 523 m_userAttribTransforms.push_back(tcu::Mat4(lodCoordTrans)); 544 m_userAttribTransforms.push_back(tcu::Mat4(gradDxTrans)); 545 m_userAttribTransforms.push_back(tcu::Mat4(gradDyTrans)); [all...] |
es3fShaderOperatorTests.cpp | 857 Mat4 attribMatrix; [all...] |
/external/deqp/modules/gles2/functional/ |
es2fShaderOperatorTests.cpp | 576 Mat4 attribMatrix; [all...] |