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

1 2

  /external/deqp/framework/opengl/
gluVarTypeUtil.cpp 142 TCU_CHECK(de::inBounds(ndx, 0, getDataTypeMatrixNumColumns(curType.getBasicType())));
gluShaderUtil.cpp 772 int getDataTypeMatrixNumColumns (DataType dataType)
805 return getDataTypeMatrixNumColumns(dataType);
gluShaderUtil.hpp 245 int getDataTypeMatrixNumColumns (DataType dataType);
gluVarTypeUtil.hpp 248 if (curComp.index+1 < getDataTypeMatrixNumColumns(parentType.getBasicType()))
gluShaderLibrary.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutCase.cpp 294 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType)
335 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType)
372 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType)
459 : glu::getDataTypeMatrixNumColumns(basicType);
511 : glu::getDataTypeMatrixNumColumns(elemBasicType);
597 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(elemBasicType)
600 : glu::getDataTypeMatrixNumColumns(elemBasicType);
711 const int numVecs = isMatrix ? (entry.isRowMajor ? glu::getDataTypeMatrixNumRows(entry.type) : glu::getDataTypeMatrixNumColumns(entry.type)) : 1;
    [all...]
  /external/deqp/modules/glshared/
glsUniformBlockCase.cpp 425 int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType)
488 int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType)
491 : glu::getDataTypeMatrixNumColumns(basicType);
538 int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(elemBasicType)
541 : glu::getDataTypeMatrixNumColumns(elemBasicType);
629 int numVecs = isMatrix ? (entry.isRowMajor ? glu::getDataTypeMatrixNumRows(entry.type) : glu::getDataTypeMatrixNumColumns(entry.type)) : 1;
956 int numCols = glu::getDataTypeMatrixNumColumns(entry.type);
    [all...]
glsShaderExecUtil.cpp 332 const int numVecs = glu::getDataTypeMatrixNumColumns(output.varType.getBasicType());
357 const int numVecs = glu::getDataTypeMatrixNumColumns(output->varType.getBasicType());
614 int numCols = glu::getDataTypeMatrixNumColumns(basicType);
    [all...]
glsShaderLibraryCase.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fInstancedRenderingTests.cpp 478 int numSlots = isMatCase ? glu::getDataTypeMatrixNumColumns(m_rgbAttrType) : 1; // Matrix uses as many attribute slots as it has columns.
496 int numCols = glu::getDataTypeMatrixNumColumns(m_rgbAttrType);
es3fShaderMatrixTests.cpp     [all...]
es3fShaderIndexingTests.cpp 808 int numCols = getDataTypeMatrixNumColumns(varType);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fSSBOLayoutCase.cpp 382 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType)
423 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType)
499 : glu::getDataTypeMatrixNumColumns(basicType);
548 : glu::getDataTypeMatrixNumColumns(elemBasicType);
633 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(elemBasicType)
636 : glu::getDataTypeMatrixNumColumns(elemBasicType);
740 const int numVecs = isMatrix ? (entry.isRowMajor ? glu::getDataTypeMatrixNumRows(entry.type) : glu::getDataTypeMatrixNumColumns(entry.type)) : 1;
985 const int numCols = glu::getDataTypeMatrixNumColumns(basicType);
    [all...]
es31fProgramInterfaceDefinitionUtil.cpp 1023 return glu::getDataTypeMatrixNumColumns(type);
    [all...]
es31fProgramUniformTests.cpp 553 return glu::getDataTypeMatrix(glu::getDataTypeMatrixNumRows(original), glu::getDataTypeMatrixNumColumns(original));
561 const int cols = glu::getDataTypeMatrixNumColumns(original.type);
    [all...]
es31fSeparateShaderTests.cpp 247 int columns = getDataTypeMatrixNumColumns(basicType);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ubo/
vktUniformBlockCase.cpp 375 int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType)
438 int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType)
441 : glu::getDataTypeMatrixNumColumns(basicType);
488 int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(elemBasicType)
491 : glu::getDataTypeMatrixNumColumns(elemBasicType);
580 int numVecs = isMatrix ? (entry.isRowMajor ? glu::getDataTypeMatrixNumRows(entry.type) : glu::getDataTypeMatrixNumColumns(entry.type)) : 1;
988 int numCols = glu::getDataTypeMatrixNumColumns(entry.type);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderMatrixTests.cpp     [all...]
vktShaderRenderIndexingTests.cpp 888 int numCols = getDataTypeMatrixNumColumns(varType);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktShaderLibrary.cpp 145 return isDataTypeMatrix(valueType) ? getDataTypeMatrixNumColumns(valueType) : 1;
624 const int numVecs = isMatrix ? getDataTypeMatrixNumColumns(basicType) : 1;
646 const int numVecs = isDataTypeMatrix(basicType) ? getDataTypeMatrixNumColumns(basicType) : 1;
663 const int numVecs = isDataTypeMatrix(basicType) ? getDataTypeMatrixNumColumns(basicType) : 1;
1019 ? getDataTypeMatrixNumColumns(basicType)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderExecutor.cpp 236 const int numVecs = glu::getDataTypeMatrixNumColumns(output.varType.getBasicType());
261 const int numVecs = glu::getDataTypeMatrixNumColumns(output->varType.getBasicType());
662 int numCols = glu::getDataTypeMatrixNumColumns(basicType);
    [all...]
  /external/deqp/modules/gles2/performance/
es2pShaderOperatorTests.cpp     [all...]
  /external/deqp/modules/gles3/performance/
es3pShaderOperatorTests.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderMatrixTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineSpecConstantTests.cpp     [all...]

Completed in 732 milliseconds

1 2