Home
last modified time | relevance | path

Searched refs:getDataTypeMatrixNumRows (Results 1 – 25 of 33) sorted by relevance

12

/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.cpp332 : glu::getDataTypeMatrixNumRows(basicType); in computeStd140BaseAlignment()
373 : glu::getDataTypeMatrixNumRows(basicType); in computeStd430BaseAlignment()
410 : glu::getDataTypeMatrixNumRows(basicType); in computeRelaxedBlockBaseAlignment()
502 : glu::getDataTypeMatrixNumRows(basicType); in computeReferenceLayout()
504 const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(basicType) in computeReferenceLayout()
559 : glu::getDataTypeMatrixNumRows(elemBasicType); in computeReferenceLayout()
561 const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(elemBasicType) in computeReferenceLayout()
654 : glu::getDataTypeMatrixNumRows(elemBasicType); in computeReferenceLayout()
655 const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(elemBasicType) in computeReferenceLayout()
773 …const int numVecs = isMatrix ? (entry.isRowMajor ? glu::getDataTypeMatrixNumRows(entry.type) :… in generateValue()
[all …]
/external/deqp/modules/glshared/
DglsUniformBlockCase.cpp421 : glu::getDataTypeMatrixNumRows(basicType); in computeStd140BaseAlignment()
485 : glu::getDataTypeMatrixNumRows(basicType); in computeStd140Layout()
486 int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(basicType) in computeStd140Layout()
535 : glu::getDataTypeMatrixNumRows(elemBasicType); in computeStd140Layout()
536 int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(elemBasicType) in computeStd140Layout()
630 …int numVecs = isMatrix ? (entry.isRowMajor ? glu::getDataTypeMatrixNumRows(entry.type) : glu:… in generateValue()
741 compareFuncs.insert(glu::getDataTypeFloatVec(glu::getDataTypeMatrixNumRows(basicType))); in getCompareDependencies()
958 int numRows = glu::getDataTypeMatrixNumRows(entry.type); in generateValueSrc()
1288 int numRows = glu::getDataTypeMatrixNumRows(dstEntry.type); in copyUniformData()
1840 …int numVecs = isMatrix ? (uniform.isRowMajor ? glu::getDataTypeMatrixNumRows(uniform.type)… in checkLayoutBounds()
[all …]
DglsShaderExecUtil.cpp331 const int vecSize = glu::getDataTypeMatrixNumRows(output.varType.getBasicType()); in generateFragShaderOutputDecl()
613 int numRows = glu::getDataTypeMatrixNumRows(basicType); in execute()
941 …const glu::DataType vecType = glu::getDataTypeFloatVec(glu::getDataTypeMatrixNumRows(basicType)… in computeVarLayout()
/external/deqp/modules/gles2/functional/
Des2fDefaultVertexAttributeTests.cpp326 …const int vectorSize = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_da… in genVertexSource()
328 …const int components = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_da… in genVertexSource()
405 …const int components = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_… in computeColor()
Des2fShaderIndexingTests.cpp885 int matSize = getDataTypeMatrixNumRows(varType); in createMatrixSubscriptCase()
/external/deqp/external/openglcts/modules/common/
DglcUniformBlockCase.cpp392 …isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) : glu::getDataTypeMatrixNumRows(basicType… in computeStd140BaseAlignment()
457 …isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) : glu::getDataTypeMatrixNumRows(basicType… in computeStd140Layout()
459 …isRowMajor ? glu::getDataTypeMatrixNumRows(basicType) : glu::getDataTypeMatrixNumColumns(basicType… in computeStd140Layout()
507 glu::getDataTypeMatrixNumRows(elemBasicType); in computeStd140Layout()
508 int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(elemBasicType) : in computeStd140Layout()
601 int numVecs = isMatrix ? (entry.isRowMajor ? glu::getDataTypeMatrixNumRows(entry.type) : in generateValue()
870 int numRows = glu::getDataTypeMatrixNumRows(entry.type); in generateValueSrc()
1231 int numRows = glu::getDataTypeMatrixNumRows(dstEntry.type); in copyUniformData()
1797 int numVecs = isMatrix ? (uniform.isRowMajor ? glu::getDataTypeMatrixNumRows(uniform.type) : in checkLayoutBounds()
1801 glu::getDataTypeMatrixNumRows(uniform.type)) : in checkLayoutBounds()
DglcShaderLibraryCase.cpp429 int numRows = getDataTypeMatrixNumRows(dataType); in execute()
1034 int numRows = getDataTypeMatrixNumRows(dataType); in dumpValues()
/external/deqp/framework/opengl/
DgluVarTypeUtil.hpp356 basicType = getDataTypeFloatVec(getDataTypeMatrixNumRows(basicType)); in isValidTypePath()
401 basicType = getDataTypeFloatVec(getDataTypeMatrixNumRows(basicType)); in getVarType()
DgluShaderUtil.cpp1047 int getDataTypeMatrixNumRows (DataType dataType) in getDataTypeMatrixNumRows() function
1174 return getDataTypeMatrixNumRows(dataType); in getDataTypeNumComponents()
DgluShaderUtil.hpp347 int getDataTypeMatrixNumRows (DataType dataType);
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutCase.cpp378 : glu::getDataTypeMatrixNumRows(basicType); in computeStd140BaseAlignment()
419 : glu::getDataTypeMatrixNumRows(basicType); in computeStd430BaseAlignment()
493 const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(basicType) in computeReferenceLayout()
542 const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(elemBasicType) in computeReferenceLayout()
629 : glu::getDataTypeMatrixNumRows(elemBasicType); in computeReferenceLayout()
630 const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(elemBasicType) in computeReferenceLayout()
735 …const int numVecs = isMatrix ? (entry.isRowMajor ? glu::getDataTypeMatrixNumRows(entry.type) :… in generateValue()
857 compareFuncs.insert(glu::getDataTypeFloatVec(glu::getDataTypeMatrixNumRows(basicType))); in getCompareDependencies()
979 const int numRows = glu::getDataTypeMatrixNumRows(basicType); in generateImmMatrixSrc()
1515 const int numRows = glu::getDataTypeMatrixNumRows(dstEntry.type); in copyBufferVarData()
[all …]
Des31fProgramUniformTests.cpp215 return glu::isDataTypeMatrix(t) && glu::getDataTypeMatrixNumRows(t) == N; in dataTypeIsMatrixWithNRows()
553 …return glu::getDataTypeMatrix(glu::getDataTypeMatrixNumRows(original), glu::getDataTypeMatrixNumCo… in getDataTypeTransposedMatrix()
560 const int rows = glu::getDataTypeMatrixNumRows(original.type); in getTransposeMatrix()
/external/deqp/modules/gles3/functional/
Des3fDefaultVertexAttributeTests.cpp402 …const int vectorSize = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_da… in genVertexSource()
404 …const int components = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_da… in genVertexSource()
482 …const int components = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_… in computeColor()
Des3fShaderMatrixTests.cpp1425 … getDataTypeMatrix(getDataTypeMatrixNumColumns(m_in1.dataType), getDataTypeMatrixNumRows(m_in0.dat… in init()
1433 …resultType = getDataTypeMatrix(getDataTypeMatrixNumRows(m_in0.dataType), getDataTypeMatrixNumColum… in init()
1464 …resultType = getDataTypeFloatVec(matNdx == 0 ? getDataTypeMatrixNumRows(matrixType) : getDataTypeM… in init()
1873 int numRows = getDataTypeMatrixNumRows(matType); in init()
Des3fInstancedRenderingTests.cpp495 int numRows = glu::getDataTypeMatrixNumRows(m_rgbAttrType); in setupVarAttribPointer()
Des3fShaderIndexingTests.cpp810 int numRows = getDataTypeMatrixNumRows(varType); in createMatrixSubscriptCase()
Des3fUniformApiTests.cpp211 return glu::isDataTypeMatrix(t) && glu::getDataTypeMatrixNumRows(t) == N; in dataTypeIsMatrixWithNRows()
602 …return glu::getDataTypeMatrix(glu::getDataTypeMatrixNumRows(original), glu::getDataTypeMatrixNumCo… in getDataTypeTransposedMatrix()
609 const int rows = glu::getDataTypeMatrixNumRows(original.type); in getTransposeMatrix()
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockCase.cpp417 : glu::getDataTypeMatrixNumRows(basicType); in computeStd140BaseAlignment()
458 : glu::getDataTypeMatrixNumRows(basicType); in computeStd430BaseAlignment()
495 : glu::getDataTypeMatrixNumRows(basicType); in computeRelaxedBlockBaseAlignment()
589 : glu::getDataTypeMatrixNumRows(basicType); in computeReferenceLayout()
591 const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(basicType) in computeReferenceLayout()
646 : glu::getDataTypeMatrixNumRows(elemBasicType); in computeReferenceLayout()
648 const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(elemBasicType) in computeReferenceLayout()
743 …int numVecs = isMatrix ? (entry.isRowMajor ? glu::getDataTypeMatrixNumRows(entry.type) : glu:… in generateValue()
882 compareFuncs.insert(glu::getDataTypeFloatVec(glu::getDataTypeMatrixNumRows(basicType))); in getCompareDependencies()
1211 int numRows = glu::getDataTypeMatrixNumRows(entry.type); in generateValueSrc()
/external/deqp/external/vulkancts/modules/vulkan/
DvktShaderLibrary.cpp628 …const DataType vecType = isMatrix ? glu::getDataTypeFloatVec(getDataTypeMatrixNumRows(basicType))… in computeStd140Layout()
650 …cType = isDataTypeMatrix(basicType) ? glu::getDataTypeFloatVec(getDataTypeMatrixNumRows(basicType… in computeStd430Layout()
667 …const int numComps = isDataTypeMatrix(basicType) ? getDataTypeMatrixNumRows(basicType) : scalarSi… in copyToLayout()
1009 ? getDataTypeMatrixNumRows(basicType) in getVertexAttributeDescriptions()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderMatrixTests.cpp1687 … getDataTypeMatrix(getDataTypeMatrixNumColumns(m_in1.dataType), getDataTypeMatrixNumRows(m_in0.dat… in setupShader()
1695 …resultType = getDataTypeMatrix(getDataTypeMatrixNumRows(m_in0.dataType), getDataTypeMatrixNumColum… in setupShader()
1726 …resultType = getDataTypeFloatVec(matNdx == 0 ? getDataTypeMatrixNumRows(matrixType) : getDataTypeM… in setupShader()
2061 int numRows = getDataTypeMatrixNumRows(matType); in init()
DvktShaderRenderIndexingTests.cpp931 int numRows = getDataTypeMatrixNumRows(varType); in createMatrixSubscriptCase()
/external/deqp/modules/gles2/performance/
Des2pShaderOperatorTests.cpp1556 const int numRows = glu::getDataTypeMatrixNumRows(paramType); in generateSingleProgramData()
1701 …int size = isMatrixReturn ? getDataTypeMatrixNumRows(finalResultDataType) : getDataTypeScalarSize(… in generateSingleProgramData()
1809 const int size = glu::getDataTypeMatrixNumRows(paramType); in setGeneralUniforms()
/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/
DvktTransformFeedbackFuzzLayoutCase.cpp585 const int vecSize = glu::getDataTypeMatrixNumRows(basicType); in computeXfbLayout()
645 const int vecSize = glu::getDataTypeMatrixNumRows(elemBasicType); in computeXfbLayout()
1218 const int numRows = glu::getDataTypeMatrixNumRows(entry.type); in generateValueSrc()
/external/deqp/modules/gles3/performance/
Des3pShaderOperatorTests.cpp1564 const int numRows = glu::getDataTypeMatrixNumRows(paramType); in generateSingleProgramData()
1709 …int size = isMatrixReturn ? getDataTypeMatrixNumRows(finalResultDataType) : getDataTypeScalarSize(… in generateSingleProgramData()
1817 const int size = glu::getDataTypeMatrixNumRows(paramType); in setGeneralUniforms()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp344 const int vecSize = glu::getDataTypeMatrixNumRows(output.varType.getBasicType()); in generateFragShaderOutputDecl()
819 int numRows = glu::getDataTypeMatrixNumRows(basicType); in bindAttributes()
1644 …::getDataTypeVector(glu::getDataTypeScalarType(basicType), glu::getDataTypeMatrixNumRows(basicType… in computeVarLayout()

12