Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsLongStressCase.hpp101 type = glu::getDataTypeMatrix(ValCols, ValRows); in set()
/external/deqp/framework/opengl/
DgluShaderUtil.hpp274 DataType getDataTypeMatrix(int numCols, int numRows);
DgluShaderUtil.cpp980 DataType getDataTypeMatrix(int numCols, int numRows) in getDataTypeMatrix() function
/external/deqp/modules/gles3/functional/
Des3fShaderMatrixTests.cpp1720getDataTypeMatrix(getDataTypeMatrixNumColumns(m_in1.dataType), getDataTypeMatrixNumRows(m_in0.data… in init()
1724 …resultType = getDataTypeMatrix(getDataTypeScalarSize(m_in1.dataType), getDataTypeScalarSize(m_in0.… in init()
1729getDataTypeMatrix(getDataTypeMatrixNumRows(m_in0.dataType), getDataTypeMatrixNumColumns(m_in0.data… in init()
2312getDataTypeMatrix(otherCols, numCols /* rows */), precision); in init()
Des3fUniformApiTests.cpp618 …return glu::getDataTypeMatrix(glu::getDataTypeMatrixNumRows(original), glu::getDataTypeMatrixNumCo… in getDataTypeTransposedMatrix()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderMatrixTests.cpp1999getDataTypeMatrix(getDataTypeMatrixNumColumns(m_in1.dataType), getDataTypeMatrixNumRows(m_in0.data… in setupShader()
2003 …resultType = getDataTypeMatrix(getDataTypeScalarSize(m_in1.dataType), getDataTypeScalarSize(m_in0.… in setupShader()
2008getDataTypeMatrix(getDataTypeMatrixNumRows(m_in0.dataType), getDataTypeMatrixNumColumns(m_in0.data… in setupShader()
2497getDataTypeMatrix(otherCols, numCols /* rows */), precision); in init()
/external/deqp/modules/gles31/functional/
Des31fSeparateShaderTests.cpp130 return getDataTypeMatrix(numCols, numRows); in randomType()
Des31fProgramUniformTests.cpp564 …return glu::getDataTypeMatrix(glu::getDataTypeMatrixNumRows(original), glu::getDataTypeMatrixNumCo… in getDataTypeTransposedMatrix()