Searched refs:getDataTypeMatrixNumColumns (Results 1 - 25 of 27) sorted by relevance

12

/external/deqp/framework/opengl/
H A DgluVarTypeUtil.cpp142 TCU_CHECK(de::inBounds(ndx, 0, getDataTypeMatrixNumColumns(curType.getBasicType())));
H A DgluShaderUtil.cpp589 int getDataTypeMatrixNumColumns (DataType dataType) function in namespace:glu
613 return getDataTypeMatrixNumColumns(dataType);
H A DgluShaderUtil.hpp225 int getDataTypeMatrixNumColumns (DataType dataType);
H A DgluVarTypeUtil.hpp248 if (curComp.index+1 < getDataTypeMatrixNumColumns(parentType.getBasicType()))
H A DgluShaderLibrary.cpp1708 int numCols = getDataTypeMatrixNumColumns(dataType);
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutCase.cpp297 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType)
338 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType)
414 : glu::getDataTypeMatrixNumColumns(basicType);
463 : glu::getDataTypeMatrixNumColumns(elemBasicType);
548 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(elemBasicType)
551 : glu::getDataTypeMatrixNumColumns(elemBasicType);
655 const int numVecs = isMatrix ? (entry.isRowMajor ? glu::getDataTypeMatrixNumRows(entry.type) : glu::getDataTypeMatrixNumColumns(entry.type)) : 1;
900 const int numCols = glu::getDataTypeMatrixNumColumns(basicType);
1285 const int numCols = glu::getDataTypeMatrixNumColumns(dstEntry.type);
1495 const int numCols = glu::getDataTypeMatrixNumColumns(resEntr
[all...]
/external/deqp/modules/glshared/
H A DglsUniformBlockCase.cpp425 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);
1286 int numCols = glu::getDataTypeMatrixNumColumns(dstEntry.type);
1837 int numVecs = isMatrix ? (uniform.isRowMajor ? glu::getDataTypeMatrixNumRows(uniform.type) : glu::getDataTypeMatrixNumColumns(uniform.type)) : 1;
1838 int numComps = isMatrix ? (uniform.isRowMajor ? glu::getDataTypeMatrixNumColumns(unifor
[all...]
H A DglsShaderExecUtil.cpp332 const int numVecs = glu::getDataTypeMatrixNumColumns(output.varType.getBasicType());
357 const int numVecs = glu::getDataTypeMatrixNumColumns(output->varType.getBasicType());
614 int numCols = glu::getDataTypeMatrixNumColumns(basicType);
939 const int numVecs = glu::getDataTypeMatrixNumColumns(basicType);
975 const int numVecs = isMatrix ? glu::getDataTypeMatrixNumColumns(basicType) : 1;
1002 const int numVecs = isMatrix ? glu::getDataTypeMatrixNumColumns(basicType) : 1;
H A DglsShaderLibraryCase.cpp1217 int numCols = getDataTypeMatrixNumColumns(dataType);
/external/deqp/modules/gles3/functional/
H A Des3fInstancedRenderingTests.cpp478 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);
H A Des3fShaderMatrixTests.cpp1439 resultType = getDataTypeMatrix(getDataTypeMatrixNumColumns(m_in1.dataType), getDataTypeMatrixNumRows(m_in0.dataType));
1447 resultType = getDataTypeMatrix(getDataTypeMatrixNumRows(m_in0.dataType), getDataTypeMatrixNumColumns(m_in0.dataType));
1478 resultType = getDataTypeFloatVec(matNdx == 0 ? getDataTypeMatrixNumRows(matrixType) : getDataTypeMatrixNumColumns(matrixType));
1886 int numCols = getDataTypeMatrixNumColumns(matType);
H A Des3fShaderIndexingTests.cpp808 int numCols = getDataTypeMatrixNumColumns(varType);
H A Des3fUniformApiTests.cpp602 return glu::getDataTypeMatrix(glu::getDataTypeMatrixNumRows(original), glu::getDataTypeMatrixNumColumns(original));
610 const int cols = glu::getDataTypeMatrixNumColumns(original.type);
/external/deqp/modules/gles31/functional/
H A Des31fSSBOLayoutCase.cpp382 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);
1507 const int numCols = glu::getDataTypeMatrixNumColumns(dstEntry.type);
1717 const int numCols = glu::getDataTypeMatrixNumColumns(resEntr
[all...]
H A Des31fProgramInterfaceDefinitionUtil.cpp1023 return glu::getDataTypeMatrixNumColumns(type);
1080 numVectors = glu::getDataTypeMatrixNumColumns(type);
H A Des31fProgramUniformTests.cpp553 return glu::getDataTypeMatrix(glu::getDataTypeMatrixNumRows(original), glu::getDataTypeMatrixNumColumns(original));
561 const int cols = glu::getDataTypeMatrixNumColumns(original.type);
H A Des31fSeparateShaderTests.cpp247 int columns = getDataTypeMatrixNumColumns(basicType);
/external/deqp/external/vulkancts/modules/vulkan/ubo/
H A DvktUniformBlockCase.cpp371 int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType)
434 int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType)
437 : glu::getDataTypeMatrixNumColumns(basicType);
484 int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(elemBasicType)
487 : glu::getDataTypeMatrixNumColumns(elemBasicType);
576 int numVecs = isMatrix ? (entry.isRowMajor ? glu::getDataTypeMatrixNumRows(entry.type) : glu::getDataTypeMatrixNumColumns(entry.type)) : 1;
902 int numCols = glu::getDataTypeMatrixNumColumns(entry.type);
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderMatrixTests.cpp1701 resultType = getDataTypeMatrix(getDataTypeMatrixNumColumns(m_in1.dataType), getDataTypeMatrixNumRows(m_in0.dataType));
1709 resultType = getDataTypeMatrix(getDataTypeMatrixNumRows(m_in0.dataType), getDataTypeMatrixNumColumns(m_in0.dataType));
1740 resultType = getDataTypeFloatVec(matNdx == 0 ? getDataTypeMatrixNumRows(matrixType) : getDataTypeMatrixNumColumns(matrixType));
1787 padding += getDataTypeMatrixNumColumns(in.dataType);
2074 int numCols = getDataTypeMatrixNumColumns(matType);
H A DvktShaderRenderIndexingTests.cpp888 int numCols = getDataTypeMatrixNumColumns(varType);
/external/deqp/external/vulkancts/modules/vulkan/
H A DvktShaderLibrary.cpp145 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)
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp243 const int numVecs = glu::getDataTypeMatrixNumColumns(output.varType.getBasicType());
268 const int numVecs = glu::getDataTypeMatrixNumColumns(output->varType.getBasicType());
669 int numCols = glu::getDataTypeMatrixNumColumns(basicType);
1654 const int numVecs = glu::getDataTypeMatrixNumColumns(basicType);
1744 const int numVecs = isMatrix ? glu::getDataTypeMatrixNumColumns(basicType) : 1;
1771 const int numVecs = isMatrix ? glu::getDataTypeMatrixNumColumns(basicType) : 1;
/external/deqp/modules/gles2/performance/
H A Des2pShaderOperatorTests.cpp1557 const int numCols = glu::getDataTypeMatrixNumColumns(paramType);
1707 for (int i = 0; i < getDataTypeMatrixNumColumns(finalResultDataType); i++)
1810 DE_ASSERT(size == glu::getDataTypeMatrixNumColumns(paramType));
/external/deqp/modules/gles3/performance/
H A Des3pShaderOperatorTests.cpp1565 const int numCols = glu::getDataTypeMatrixNumColumns(paramType);
1715 for (int i = 0; i < getDataTypeMatrixNumColumns(finalResultDataType); i++)
1818 DE_ASSERT(size == glu::getDataTypeMatrixNumColumns(paramType));
/external/deqp/modules/gles2/functional/
H A Des2fShaderMatrixTests.cpp1181 DataType vecType = getDataTypeFloatVec(getDataTypeMatrixNumColumns(matType));

Completed in 609 milliseconds

12