Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsLongStressCase.hpp93 type = glu::getDataTypeMatrix(ValCols, ValRows); in set()
/external/deqp/framework/opengl/
DgluShaderUtil.hpp260 DataType getDataTypeMatrix (int numCols, int numRows);
DgluShaderUtil.cpp1025 DataType getDataTypeMatrix (int numCols, int numRows) in getDataTypeMatrix() function
/external/deqp/modules/gles3/functional/
Des3fShaderMatrixTests.cpp1425 …resultType = getDataTypeMatrix(getDataTypeMatrixNumColumns(m_in1.dataType), getDataTypeMatrixNumRo… in init()
1429 …resultType = getDataTypeMatrix(getDataTypeScalarSize(m_in1.dataType), getDataTypeScalarSize(m_in0.… in init()
1433 …resultType = getDataTypeMatrix(getDataTypeMatrixNumRows(m_in0.dataType), getDataTypeMatrixNumColum… in init()
1914 …tIn(inputType == INPUTTYPE_DYNAMIC ? INPUTTYPE_UNIFORM : inputType, getDataTypeMatrix(otherCols, n… in init()
Des3fUniformApiTests.cpp602 …return glu::getDataTypeMatrix(glu::getDataTypeMatrixNumRows(original), glu::getDataTypeMatrixNumCo… in getDataTypeTransposedMatrix()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderMatrixTests.cpp1687 …resultType = getDataTypeMatrix(getDataTypeMatrixNumColumns(m_in1.dataType), getDataTypeMatrixNumRo… in setupShader()
1691 …resultType = getDataTypeMatrix(getDataTypeScalarSize(m_in1.dataType), getDataTypeScalarSize(m_in0.… in setupShader()
1695 …resultType = getDataTypeMatrix(getDataTypeMatrixNumRows(m_in0.dataType), getDataTypeMatrixNumColum… in setupShader()
2102 …tIn(inputType == INPUTTYPE_DYNAMIC ? INPUTTYPE_UNIFORM : inputType, getDataTypeMatrix(otherCols, n… in init()
/external/deqp/modules/gles31/functional/
Des31fSeparateShaderTests.cpp129 return getDataTypeMatrix(numCols, numRows); in randomType()
Des31fProgramUniformTests.cpp553 …return glu::getDataTypeMatrix(glu::getDataTypeMatrixNumRows(original), glu::getDataTypeMatrixNumCo… in getDataTypeTransposedMatrix()