Searched refs:matNdx (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/glshared/
H A DglsShaderRenderCase.cpp591 for (int matNdx = 0; matNdx < DE_LENGTH_OF_ARRAY(matrices); matNdx++)
593 int loc = gl.getAttribLocation(program, matrices[matNdx].name);
598 int numRows = matrices[matNdx].numRows;
599 int numCols = matrices[matNdx].numCols;
/external/deqp/modules/gles2/functional/
H A Des2fShaderMatrixTests.cpp803 int matNdx = isDataTypeMatrix(m_in0.dataType) ? 0 : 1; local
804 DataType matrixType = matNdx == 0 ? m_in0.dataType : m_in1.dataType;
805 DataType otherType = matNdx == 0 ? m_in1.dataType : m_in0.dataType;
/external/deqp/modules/gles3/functional/
H A Des3fShaderMatrixTests.cpp1469 int matNdx = isDataTypeMatrix(m_in0.dataType) ? 0 : 1; local
1470 DataType matrixType = matNdx == 0 ? m_in0.dataType : m_in1.dataType;
1471 DataType otherType = matNdx == 0 ? m_in1.dataType : m_in0.dataType;
1478 resultType = getDataTypeFloatVec(matNdx == 0 ? getDataTypeMatrixNumRows(matrixType) : getDataTypeMatrixNumColumns(matrixType));

Completed in 87 milliseconds