HomeSort by relevance Sort by last modified time
    Searched refs:getDataTypeMatrixNumRows (Results 1 - 21 of 21) sorted by null

  /external/deqp/framework/opengl/
gluShaderUtil.cpp 525 int getDataTypeMatrixNumRows (DataType dataType)
579 return getDataTypeMatrixNumRows(dataType);
gluVarTypeUtil.hpp 356 basicType = getDataTypeFloatVec(getDataTypeMatrixNumRows(basicType));
401 basicType = getDataTypeFloatVec(getDataTypeMatrixNumRows(basicType));
gluShaderUtil.hpp 207 int getDataTypeMatrixNumRows (DataType dataType);
  /external/deqp/modules/gles2/functional/
es2fDefaultVertexAttributeTests.cpp 326 const int vectorSize = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_dataType)) : (glu::isDataTypeVector(m_dataType)) ? (glu::getDataTypeScalarSize(m_dataType)) : (-1);
328 const int components = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_dataType)) : (glu::getDataTypeScalarSize(m_dataType));
405 const int components = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_dataType)) : (glu::getDataTypeScalarSize(m_dataType));
es2fShaderIndexingTests.cpp 840 int matSize = getDataTypeMatrixNumRows(varType);
    [all...]
es2fUniformApiTests.cpp 151 return glu::isDataTypeMatrix(t) && glu::getDataTypeMatrixNumRows(t) == N;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fDefaultVertexAttributeTests.cpp 402 const int vectorSize = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_dataType)) : (glu::isDataTypeVector(m_dataType)) ? (glu::getDataTypeScalarSize(m_dataType)) : (-1);
404 const int components = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_dataType)) : (glu::getDataTypeScalarSize(m_dataType));
482 const int components = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_dataType)) : (glu::getDataTypeScalarSize(m_dataType));
es3fInstancedRenderingTests.cpp 495 int numRows = glu::getDataTypeMatrixNumRows(m_rgbAttrType);
es3fShaderMatrixTests.cpp     [all...]
es3fShaderIndexingTests.cpp 809 int numRows = getDataTypeMatrixNumRows(varType);
    [all...]
es3fUniformApiTests.cpp 211 return glu::isDataTypeMatrix(t) && glu::getDataTypeMatrixNumRows(t) == N;
602 return glu::getDataTypeMatrix(glu::getDataTypeMatrixNumRows(original), glu::getDataTypeMatrixNumColumns(original));
609 const int rows = glu::getDataTypeMatrixNumRows(original.type);
    [all...]
  /external/deqp/modules/glshared/
glsUniformBlockCase.cpp 426 : glu::getDataTypeMatrixNumRows(basicType);
489 : glu::getDataTypeMatrixNumRows(basicType);
490 int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(basicType)
539 : glu::getDataTypeMatrixNumRows(elemBasicType);
540 int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(elemBasicType)
629 int numVecs = isMatrix ? (entry.isRowMajor ? glu::getDataTypeMatrixNumRows(entry.type) : glu::getDataTypeMatrixNumColumns(entry.type)) : 1;
740 compareFuncs.insert(glu::getDataTypeFloatVec(glu::getDataTypeMatrixNumRows(basicType)));
955 int numRows = glu::getDataTypeMatrixNumRows(entry.type);
    [all...]
glsShaderExecUtil.cpp 317 const int vecSize = glu::getDataTypeMatrixNumRows(output.varType.getBasicType());
491 int numRows = glu::getDataTypeMatrixNumRows(basicType);
736 int numRows = glu::getDataTypeMatrixNumRows(basicType);
    [all...]
glsShaderLibraryCase.cpp 877 int numRows = getDataTypeMatrixNumRows(dataType);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fSSBOLayoutCase.cpp 383 : glu::getDataTypeMatrixNumRows(basicType);
424 : glu::getDataTypeMatrixNumRows(basicType);
498 const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(basicType)
547 const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(elemBasicType)
634 : glu::getDataTypeMatrixNumRows(elemBasicType);
635 const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(elemBasicType)
740 const int numVecs = isMatrix ? (entry.isRowMajor ? glu::getDataTypeMatrixNumRows(entry.type) : glu::getDataTypeMatrixNumColumns(entry.type)) : 1;
862 compareFuncs.insert(glu::getDataTypeFloatVec(glu::getDataTypeMatrixNumRows(basicType)));
984 const int numRows = glu::getDataTypeMatrixNumRows(basicType);
    [all...]
es31fProgramUniformTests.cpp 215 return glu::isDataTypeMatrix(t) && glu::getDataTypeMatrixNumRows(t) == N;
553 return glu::getDataTypeMatrix(glu::getDataTypeMatrixNumRows(original), glu::getDataTypeMatrixNumColumns(original));
560 const int rows = glu::getDataTypeMatrixNumRows(original.type);
    [all...]
es31fProgramInterfaceDefinitionUtil.cpp 754 numVectors = glu::getDataTypeMatrixNumRows(type);
    [all...]
es31fSeparateShaderTests.cpp 197 int rows = getDataTypeMatrixNumRows(basicType);
    [all...]
es31fProgramInterfaceQueryTestCase.cpp 640 const int numMajorElements = (columnMajor) ? (glu::getDataTypeMatrixNumRows(component.getVariableType()->getBasicType())) : (glu::getDataTypeMatrixNumColumns(component.getVariableType()->getBasicType()));
    [all...]
  /external/deqp/modules/gles2/performance/
es2pShaderOperatorTests.cpp     [all...]
  /external/deqp/modules/gles3/performance/
es3pShaderOperatorTests.cpp     [all...]

Completed in 840 milliseconds