/external/deqp/external/vulkancts/modules/vulkan/ssbo/ |
D | vktSSBOLayoutCase.cpp | 337 : glu::getDataTypeMatrixNumRows(basicType); in computeStd140BaseAlignment() 378 : glu::getDataTypeMatrixNumRows(basicType); in computeStd430BaseAlignment() 415 : glu::getDataTypeMatrixNumRows(basicType); in computeRelaxedBlockBaseAlignment() 507 : glu::getDataTypeMatrixNumRows(basicType); in computeReferenceLayout() 509 const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(basicType) in computeReferenceLayout() 564 : glu::getDataTypeMatrixNumRows(elemBasicType); in computeReferenceLayout() 566 const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(elemBasicType) in computeReferenceLayout() 659 : glu::getDataTypeMatrixNumRows(elemBasicType); in computeReferenceLayout() 660 const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(elemBasicType) in computeReferenceLayout() 778 …const int numVecs = isMatrix ? (entry.isRowMajor ? glu::getDataTypeMatrixNumRows(entry.type) :… in generateValue() [all …]
|
/external/deqp/modules/glshared/ |
D | glsUniformBlockCase.cpp | 426 : glu::getDataTypeMatrixNumRows(basicType); in computeStd140BaseAlignment() 489 : glu::getDataTypeMatrixNumRows(basicType); in computeStd140Layout() 490 int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(basicType) in computeStd140Layout() 539 : glu::getDataTypeMatrixNumRows(elemBasicType); in computeStd140Layout() 540 int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(elemBasicType) in computeStd140Layout() 629 …int numVecs = isMatrix ? (entry.isRowMajor ? glu::getDataTypeMatrixNumRows(entry.type) : glu:… in generateValue() 740 compareFuncs.insert(glu::getDataTypeFloatVec(glu::getDataTypeMatrixNumRows(basicType))); in getCompareDependencies() 955 int numRows = glu::getDataTypeMatrixNumRows(entry.type); in generateValueSrc() 1285 int numRows = glu::getDataTypeMatrixNumRows(dstEntry.type); in copyUniformData() 1837 …int numVecs = isMatrix ? (uniform.isRowMajor ? glu::getDataTypeMatrixNumRows(uniform.type)… in checkLayoutBounds() [all …]
|
D | glsShaderExecUtil.cpp | 331 const int vecSize = glu::getDataTypeMatrixNumRows(output.varType.getBasicType()); in generateFragShaderOutputDecl() 613 int numRows = glu::getDataTypeMatrixNumRows(basicType); in execute() 940 …const glu::DataType vecType = glu::getDataTypeFloatVec(glu::getDataTypeMatrixNumRows(basicType)… in computeVarLayout()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcUniformBlockCase.cpp | 397 …isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) : glu::getDataTypeMatrixNumRows(basicType… in computeStd140BaseAlignment() 462 …isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) : glu::getDataTypeMatrixNumRows(basicType… in computeStd140Layout() 464 …isRowMajor ? glu::getDataTypeMatrixNumRows(basicType) : glu::getDataTypeMatrixNumColumns(basicType… in computeStd140Layout() 512 glu::getDataTypeMatrixNumRows(elemBasicType); in computeStd140Layout() 513 int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(elemBasicType) : in computeStd140Layout() 606 int numVecs = isMatrix ? (entry.isRowMajor ? glu::getDataTypeMatrixNumRows(entry.type) : in generateValue() 875 int numRows = glu::getDataTypeMatrixNumRows(entry.type); in generateValueSrc() 1236 int numRows = glu::getDataTypeMatrixNumRows(dstEntry.type); in copyUniformData() 1802 int numVecs = isMatrix ? (uniform.isRowMajor ? glu::getDataTypeMatrixNumRows(uniform.type) : in checkLayoutBounds() 1806 glu::getDataTypeMatrixNumRows(uniform.type)) : in checkLayoutBounds()
|
D | glcShaderLibraryCase.cpp | 429 int numRows = getDataTypeMatrixNumRows(dataType); in execute() 1034 int numRows = getDataTypeMatrixNumRows(dataType); in dumpValues()
|
D | glcShaderIndexingTests.cpp | 930 int numRows = getDataTypeMatrixNumRows(varType); in createMatrixSubscriptCase()
|
/external/deqp/modules/gles2/functional/ |
D | es2fDefaultVertexAttributeTests.cpp | 326 …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()
|
D | es2fShaderIndexingTests.cpp | 840 int matSize = getDataTypeMatrixNumRows(varType); in createMatrixSubscriptCase()
|
/external/deqp/modules/gles31/functional/ |
D | es31fSSBOLayoutCase.cpp | 383 : glu::getDataTypeMatrixNumRows(basicType); in computeStd140BaseAlignment() 424 : glu::getDataTypeMatrixNumRows(basicType); in computeStd430BaseAlignment() 498 const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(basicType) in computeReferenceLayout() 547 const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(elemBasicType) in computeReferenceLayout() 634 : glu::getDataTypeMatrixNumRows(elemBasicType); in computeReferenceLayout() 635 const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(elemBasicType) in computeReferenceLayout() 740 …const int numVecs = isMatrix ? (entry.isRowMajor ? glu::getDataTypeMatrixNumRows(entry.type) :… in generateValue() 862 compareFuncs.insert(glu::getDataTypeFloatVec(glu::getDataTypeMatrixNumRows(basicType))); in getCompareDependencies() 984 const int numRows = glu::getDataTypeMatrixNumRows(basicType); in generateImmMatrixSrc() 1520 const int numRows = glu::getDataTypeMatrixNumRows(dstEntry.type); in copyBufferVarData() [all …]
|
D | es31fProgramUniformTests.cpp | 215 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/framework/opengl/ |
D | gluVarTypeUtil.hpp | 356 basicType = getDataTypeFloatVec(getDataTypeMatrixNumRows(basicType)); in isValidTypePath() 401 basicType = getDataTypeFloatVec(getDataTypeMatrixNumRows(basicType)); in getVarType()
|
D | gluShaderUtil.cpp | 1031 int getDataTypeMatrixNumRows (DataType dataType) in getDataTypeMatrixNumRows() function 1121 return getDataTypeMatrixNumRows(dataType); in getDataTypeNumComponents()
|
D | gluShaderUtil.hpp | 332 int getDataTypeMatrixNumRows (DataType dataType);
|
/external/deqp/modules/gles3/functional/ |
D | es3fDefaultVertexAttributeTests.cpp | 402 …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()
|
D | es3fShaderMatrixTests.cpp | 1425 … 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()
|
D | es3fInstancedRenderingTests.cpp | 495 int numRows = glu::getDataTypeMatrixNumRows(m_rgbAttrType); in setupVarAttribPointer()
|
D | es3fShaderIndexingTests.cpp | 810 int numRows = getDataTypeMatrixNumRows(varType); in createMatrixSubscriptCase()
|
D | es3fUniformApiTests.cpp | 211 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/ |
D | vktUniformBlockCase.cpp | 422 : glu::getDataTypeMatrixNumRows(basicType); in computeStd140BaseAlignment() 463 : glu::getDataTypeMatrixNumRows(basicType); in computeStd430BaseAlignment() 500 : glu::getDataTypeMatrixNumRows(basicType); in computeRelaxedBlockBaseAlignment() 594 : glu::getDataTypeMatrixNumRows(basicType); in computeReferenceLayout() 596 const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(basicType) in computeReferenceLayout() 651 : glu::getDataTypeMatrixNumRows(elemBasicType); in computeReferenceLayout() 653 const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(elemBasicType) in computeReferenceLayout() 748 …int numVecs = isMatrix ? (entry.isRowMajor ? glu::getDataTypeMatrixNumRows(entry.type) : glu:… in generateValue() 887 compareFuncs.insert(glu::getDataTypeFloatVec(glu::getDataTypeMatrixNumRows(basicType))); in getCompareDependencies() 1244 int numRows = glu::getDataTypeMatrixNumRows(entry.type); in generateValueSrc()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktShaderLibrary.cpp | 628 …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/ |
D | vktShaderRenderMatrixTests.cpp | 1687 … 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()
|
D | vktShaderRenderIndexingTests.cpp | 889 int numRows = getDataTypeMatrixNumRows(varType); in createMatrixSubscriptCase()
|
/external/deqp/modules/gles2/performance/ |
D | es2pShaderOperatorTests.cpp | 1556 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/modules/gles3/performance/ |
D | es3pShaderOperatorTests.cpp | 1564 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/ |
D | vktShaderExecutor.cpp | 343 const int vecSize = glu::getDataTypeMatrixNumRows(output.varType.getBasicType()); in generateFragShaderOutputDecl() 816 int numRows = glu::getDataTypeMatrixNumRows(basicType); in bindAttributes() 1618 …const glu::DataType vecType = glu::getDataTypeFloatVec(glu::getDataTypeMatrixNumRows(basicType)… in computeVarLayout()
|