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

1 2

  /external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutCase.cpp 298 : glu::getDataTypeMatrixNumRows(basicType);
339 : glu::getDataTypeMatrixNumRows(basicType);
413 const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(basicType)
462 const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(elemBasicType)
549 : glu::getDataTypeMatrixNumRows(elemBasicType);
550 const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(elemBasicType)
655 const int numVecs = isMatrix ? (entry.isRowMajor ? glu::getDataTypeMatrixNumRows(entry.type) : glu::getDataTypeMatrixNumColumns(entry.type)) : 1;
777 compareFuncs.insert(glu::getDataTypeFloatVec(glu::getDataTypeMatrixNumRows(basicType)));
899 const int numRows = glu::getDataTypeMatrixNumRows(basicType);
932 const int numRows = glu::getDataTypeMatrixNumRows(basicType)
    [all...]
  /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...]
  /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/framework/opengl/
gluShaderUtil.cpp 744 int getDataTypeMatrixNumRows (DataType dataType)
816 return getDataTypeMatrixNumRows(dataType);
gluVarTypeUtil.hpp 356 basicType = getDataTypeFloatVec(getDataTypeMatrixNumRows(basicType));
401 basicType = getDataTypeFloatVec(getDataTypeMatrixNumRows(basicType));
gluShaderUtil.hpp 244 int getDataTypeMatrixNumRows (DataType dataType);
gluShaderLibrary.cpp     [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 331 const int vecSize = glu::getDataTypeMatrixNumRows(output.varType.getBasicType());
613 int numRows = glu::getDataTypeMatrixNumRows(basicType);
    [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...]
es31fSeparateShaderTests.cpp 246 int rows = getDataTypeMatrixNumRows(basicType);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ubo/
vktUniformBlockCase.cpp 376 : glu::getDataTypeMatrixNumRows(basicType);
439 : glu::getDataTypeMatrixNumRows(basicType);
440 int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(basicType)
489 : glu::getDataTypeMatrixNumRows(elemBasicType);
490 int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(elemBasicType)
580 int numVecs = isMatrix ? (entry.isRowMajor ? glu::getDataTypeMatrixNumRows(entry.type) : glu::getDataTypeMatrixNumColumns(entry.type)) : 1;
691 compareFuncs.insert(glu::getDataTypeFloatVec(glu::getDataTypeMatrixNumRows(basicType)));
987 int numRows = glu::getDataTypeMatrixNumRows(entry.type);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderMatrixTests.cpp     [all...]
vktShaderRenderIndexingTests.cpp 889 int numRows = getDataTypeMatrixNumRows(varType);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktShaderLibrary.cpp 625 const DataType vecType = isMatrix ? glu::getDataTypeFloatVec(getDataTypeMatrixNumRows(basicType)) : basicType;
647 const DataType vecType = isDataTypeMatrix(basicType) ? glu::getDataTypeFloatVec(getDataTypeMatrixNumRows(basicType)) : basicType;
664 const int numComps = isDataTypeMatrix(basicType) ? getDataTypeMatrixNumRows(basicType) : scalarSize;
    [all...]
  /external/deqp/modules/gles2/performance/
es2pShaderOperatorTests.cpp     [all...]
  /external/deqp/modules/gles3/performance/
es3pShaderOperatorTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderExecutor.cpp 235 const int vecSize = glu::getDataTypeMatrixNumRows(output.varType.getBasicType());
659 int numRows = glu::getDataTypeMatrixNumRows(basicType);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineSpecConstantTests.cpp     [all...]

Completed in 702 milliseconds

1 2