Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/glshared/
DglsLongStressCase.hpp93 type = glu::getDataTypeMatrix(ValCols, ValRows); in set()
/third_party/vk-gl-cts/framework/opengl/
DgluShaderUtil.hpp272 DataType getDataTypeMatrix (int numCols, int numRows);
DgluShaderUtil.cpp1043 DataType getDataTypeMatrix (int numCols, int numRows) in getDataTypeMatrix() function
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
DvktShaderRenderMatrixTests.cpp1686 …resultType = getDataTypeMatrix(getDataTypeMatrixNumColumns(m_in1.dataType), getDataTypeMatrixNumRo… in setupShader()
1690 …resultType = getDataTypeMatrix(getDataTypeScalarSize(m_in1.dataType), getDataTypeScalarSize(m_in0.… in setupShader()
1694 …resultType = getDataTypeMatrix(getDataTypeMatrixNumRows(m_in0.dataType), getDataTypeMatrixNumColum… in setupShader()
2101 …tIn(inputType == INPUTTYPE_DYNAMIC ? INPUTTYPE_UNIFORM : inputType, getDataTypeMatrix(otherCols, n… in init()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fShaderMatrixTests.cpp1426 …resultType = getDataTypeMatrix(getDataTypeMatrixNumColumns(m_in1.dataType), getDataTypeMatrixNumRo… in init()
1430 …resultType = getDataTypeMatrix(getDataTypeScalarSize(m_in1.dataType), getDataTypeScalarSize(m_in0.… in init()
1434 …resultType = getDataTypeMatrix(getDataTypeMatrixNumRows(m_in0.dataType), getDataTypeMatrixNumColum… in init()
1929 …tIn(inputType == INPUTTYPE_DYNAMIC ? INPUTTYPE_UNIFORM : inputType, getDataTypeMatrix(otherCols, n… in init()
Des3fUniformApiTests.cpp602 …return glu::getDataTypeMatrix(glu::getDataTypeMatrixNumRows(original), glu::getDataTypeMatrixNumCo… in getDataTypeTransposedMatrix()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderMatrixTests.cpp1686 …resultType = getDataTypeMatrix(getDataTypeMatrixNumColumns(m_in1.dataType), getDataTypeMatrixNumRo… in setupShader()
1690 …resultType = getDataTypeMatrix(getDataTypeScalarSize(m_in1.dataType), getDataTypeScalarSize(m_in0.… in setupShader()
1694 …resultType = getDataTypeMatrix(getDataTypeMatrixNumRows(m_in0.dataType), getDataTypeMatrixNumColum… in setupShader()
2101 …tIn(inputType == INPUTTYPE_DYNAMIC ? INPUTTYPE_UNIFORM : inputType, getDataTypeMatrix(otherCols, n… in init()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fSeparateShaderTests.cpp129 return getDataTypeMatrix(numCols, numRows); in randomType()
Des31fProgramUniformTests.cpp553 …return glu::getDataTypeMatrix(glu::getDataTypeMatrixNumRows(original), glu::getDataTypeMatrixNumCo… in getDataTypeTransposedMatrix()