Searched refs:getDataTypeMatrix (Results 1 – 8 of 8) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsLongStressCase.hpp | 93 type = glu::getDataTypeMatrix(ValCols, ValRows); in set()
|
/external/deqp/framework/opengl/ |
D | gluShaderUtil.hpp | 269 DataType getDataTypeMatrix (int numCols, int numRows);
|
D | gluShaderUtil.cpp | 1041 DataType getDataTypeMatrix (int numCols, int numRows) in getDataTypeMatrix() function
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderMatrixTests.cpp | 1425 …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()
|
D | es3fUniformApiTests.cpp | 602 …return glu::getDataTypeMatrix(glu::getDataTypeMatrixNumRows(original), glu::getDataTypeMatrixNumCo… in getDataTypeTransposedMatrix()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderMatrixTests.cpp | 1687 …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/ |
D | es31fSeparateShaderTests.cpp | 129 return getDataTypeMatrix(numCols, numRows); in randomType()
|
D | es31fProgramUniformTests.cpp | 553 …return glu::getDataTypeMatrix(glu::getDataTypeMatrixNumRows(original), glu::getDataTypeMatrixNumCo… in getDataTypeTransposedMatrix()
|