/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ssbo/ |
H A D | vktSSBOLayoutCase.cpp | 339 …isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) : glu::getDataTypeMatrixNumRows(basicType… in computeStd140BaseAlignment() 382 …isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) : glu::getDataTypeMatrixNumRows(basicType… in computeStd430BaseAlignment() 421 …isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) : glu::getDataTypeMatrixNumRows(basicType… in computeRelaxedBlockBaseAlignment() 513 …isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) : glu::getDataTypeMatrixNumRows(basicType… in computeReferenceLayout() 516 …isRowMajor ? glu::getDataTypeMatrixNumRows(basicType) : glu::getDataTypeMatrixNumColumns(basicType… in computeReferenceLayout() 572 … glu::getDataTypeMatrixNumRows(elemBasicType); in computeReferenceLayout() 574 … const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(elemBasicType) : in computeReferenceLayout() 673 … glu::getDataTypeMatrixNumRows(elemBasicType); in computeReferenceLayout() 674 … const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(elemBasicType) : in computeReferenceLayout() 795 …const int numVecs = isMatrix ? (entry.isRowMajor ? glu::getDataTypeMatrixNumRows(entr… in generateValue() [all …]
|
/aosp_15_r20/external/deqp/modules/glshared/ |
H A D | glsUniformBlockCase.cpp | 406 …isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) : glu::getDataTypeMatrixNumRows(basicType… in computeStd140BaseAlignment() 474 …isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) : glu::getDataTypeMatrixNumRows(basicType… in computeStd140Layout() 476 …isRowMajor ? glu::getDataTypeMatrixNumRows(basicType) : glu::getDataTypeMatrixNumColumns(basicType… in computeStd140Layout() 526 glu::getDataTypeMatrixNumRows(elemBasicType); in computeStd140Layout() 527 int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(elemBasicType) : in computeStd140Layout() 625 …int numVecs = isMatrix ? (entry.isRowMajor ? glu::getDataTypeMatrixNumRows(entry.type… in generateValue() 784 compareFuncs.insert(glu::getDataTypeFloatVec(glu::getDataTypeMatrixNumRows(basicType))); in getCompareDependencies() 1008 int numRows = glu::getDataTypeMatrixNumRows(entry.type); in generateValueSrc() 1368 int numRows = glu::getDataTypeMatrixNumRows(dstEntry.type); in copyUniformData() 1935 …mVecs = isMatrix ? (uniform.isRowMajor ? glu::getDataTypeMatrixNumRows(uniform.t… in checkLayoutBounds() [all …]
|
H A D | glsShaderExecUtil.cpp | 347 … const int vecSize = glu::getDataTypeMatrixNumRows(output.varType.getBasicType()); in generateFragShaderOutputDecl() 644 int numRows = glu::getDataTypeMatrixNumRows(basicType); in execute() 1037 … const glu::DataType vecType = glu::getDataTypeFloatVec(glu::getDataTypeMatrixNumRows(basicType)); in computeVarLayout()
|
/aosp_15_r20/external/deqp/external/openglcts/modules/common/ |
H A D | glcUniformBlockCase.cpp | 399 …isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) : glu::getDataTypeMatrixNumRows(basicType… in computeStd140BaseAlignment() 464 …isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) : glu::getDataTypeMatrixNumRows(basicType… in computeStd140Layout() 466 …isRowMajor ? glu::getDataTypeMatrixNumRows(basicType) : glu::getDataTypeMatrixNumColumns(basicType… in computeStd140Layout() 514 glu::getDataTypeMatrixNumRows(elemBasicType); in computeStd140Layout() 515 … int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(elemBasicType) : in computeStd140Layout() 608 …int numVecs = isMatrix ? (entry.isRowMajor ? glu::getDataTypeMatrixNumRows(entry.type… in generateValue() 877 int numRows = glu::getDataTypeMatrixNumRows(entry.type); in generateValueSrc() 1238 int numRows = glu::getDataTypeMatrixNumRows(dstEntry.type); in copyUniformData() 1806 …mVecs = isMatrix ? (uniform.isRowMajor ? glu::getDataTypeMatrixNumRows(uniform.t… in checkLayoutBounds() 1810 … glu::getDataTypeMatrixNumRows(uniform.type)) : in checkLayoutBounds()
|
H A D | glcShaderLibraryCase.cpp | 429 int numRows = getDataTypeMatrixNumRows(dataType); in execute() 1034 int numRows = getDataTypeMatrixNumRows(dataType); in dumpValues()
|
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fSSBOLayoutCase.cpp | 363 …isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) : glu::getDataTypeMatrixNumRows(basicType… in computeStd140BaseAlignment() 406 …isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) : glu::getDataTypeMatrixNumRows(basicType… in computeStd430BaseAlignment() 478 …isRowMajor ? glu::getDataTypeMatrixNumRows(basicType) : glu::getDataTypeMatrixNumColumns(basicType… in computeReferenceLayout() 526 … const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(elemBasicType) : in computeReferenceLayout() 618 … glu::getDataTypeMatrixNumRows(elemBasicType); in computeReferenceLayout() 619 … const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(elemBasicType) : in computeReferenceLayout() 727 …const int numVecs = isMatrix ? (entry.isRowMajor ? glu::getDataTypeMatrixNumRows(entr… in generateValue() 896 compareFuncs.insert(glu::getDataTypeFloatVec(glu::getDataTypeMatrixNumRows(basicType))); in getCompareDependencies() 1021 const int numRows = glu::getDataTypeMatrixNumRows(basicType); in generateImmMatrixSrc() 1591 const int numRows = glu::getDataTypeMatrixNumRows(dstEntry.type); in copyBufferVarData() [all …]
|
H A D | es31fProgramUniformTests.cpp | 195 return glu::isDataTypeMatrix(t) && glu::getDataTypeMatrixNumRows(t) == N; in dataTypeIsMatrixWithNRows() 564 …return glu::getDataTypeMatrix(glu::getDataTypeMatrixNumRows(original), glu::getDataTypeMatrixNumCo… in getDataTypeTransposedMatrix() 571 const int rows = glu::getDataTypeMatrixNumRows(original.type); in getTransposeMatrix()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ubo/ |
H A D | vktUniformBlockCase.cpp | 414 …isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) : glu::getDataTypeMatrixNumRows(basicType… in computeStd140BaseAlignment() 457 …isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) : glu::getDataTypeMatrixNumRows(basicType… in computeStd430BaseAlignment() 496 …isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) : glu::getDataTypeMatrixNumRows(basicType… in computeRelaxedBlockBaseAlignment() 590 …isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) : glu::getDataTypeMatrixNumRows(basicType… in computeReferenceLayout() 593 …isRowMajor ? glu::getDataTypeMatrixNumRows(basicType) : glu::getDataTypeMatrixNumColumns(basicType… in computeReferenceLayout() 649 … glu::getDataTypeMatrixNumRows(elemBasicType); in computeReferenceLayout() 651 … const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(elemBasicType) : in computeReferenceLayout() 752 …int numVecs = isMatrix ? (entry.isRowMajor ? glu::getDataTypeMatrixNumRows(entry.type… in generateValue() 975 compareFuncs.insert(glu::getDataTypeFloatVec(glu::getDataTypeMatrixNumRows(basicType))); in getCompareDependencies() 1338 int numRows = glu::getDataTypeMatrixNumRows(entry.type); in generateValueSrc()
|
/aosp_15_r20/external/deqp/modules/gles2/functional/ |
H A D | es2fDefaultVertexAttributeTests.cpp | 326 …ectorSize = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_dataTyp… in genVertexSource() 333 …const int components = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_data… in genVertexSource() 420 …const int components = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_data… in computeColor()
|
/aosp_15_r20/external/deqp/modules/gles3/functional/ |
H A D | es3fDefaultVertexAttributeTests.cpp | 402 …ectorSize = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_dataTyp… in genVertexSource() 409 …const int components = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_data… in genVertexSource() 497 …const int components = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_data… in computeColor()
|
H A D | es3fShaderMatrixTests.cpp | 1720 …getDataTypeMatrix(getDataTypeMatrixNumColumns(m_in1.dataType), getDataTypeMatrixNumRows(m_in0.data… in init() 1729 …getDataTypeMatrix(getDataTypeMatrixNumRows(m_in0.dataType), getDataTypeMatrixNumColumns(m_in0.data… in init() 1760 resultType = getDataTypeFloatVec(matNdx == 0 ? getDataTypeMatrixNumRows(matrixType) : in init() 2259 int numRows = getDataTypeMatrixNumRows(matType); in init()
|
H A D | es3fInstancedRenderingTests.cpp | 522 int numRows = glu::getDataTypeMatrixNumRows(m_rgbAttrType); in setupVarAttribPointer()
|
H A D | es3fUniformApiTests.cpp | 191 return glu::isDataTypeMatrix(t) && glu::getDataTypeMatrixNumRows(t) == N; in dataTypeIsMatrixWithNRows() 618 …return glu::getDataTypeMatrix(glu::getDataTypeMatrixNumRows(original), glu::getDataTypeMatrixNumCo… in getDataTypeTransposedMatrix() 625 const int rows = glu::getDataTypeMatrixNumRows(original.type); in getTransposeMatrix()
|
H A D | es3fShaderIndexingTests.cpp | 922 int numRows = getDataTypeMatrixNumRows(varType); in createMatrixSubscriptCase()
|
/aosp_15_r20/external/deqp/framework/opengl/ |
H A D | gluVarTypeUtil.hpp | 501 basicType = getDataTypeFloatVec(getDataTypeMatrixNumRows(basicType)); in isValidTypePath() 546 basicType = getDataTypeFloatVec(getDataTypeMatrixNumRows(basicType)); in getVarType()
|
H A D | gluShaderUtil.cpp | 984 int getDataTypeMatrixNumRows(DataType dataType) in getDataTypeMatrixNumRows() function 1192 return getDataTypeMatrixNumRows(dataType); in getDataTypeNumComponents()
|
H A D | gluShaderUtil.hpp | 396 int getDataTypeMatrixNumRows(DataType dataType);
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/util/ |
H A D | vktTypeComparisonUtil.cpp | 173 compareFuncs.insert(glu::getDataTypeFloatVec(glu::getDataTypeMatrixNumRows(basicType))); in getCompareDependencies()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ |
H A D | vktShaderLibrary.cpp | 641 …const DataType vecType = isMatrix ? glu::getDataTypeFloatVec(getDataTypeMatrixNumRows(basicType)… in computeStd140Layout() 664 …isDataTypeMatrix(basicType) ? glu::getDataTypeFloatVec(getDataTypeMatrixNumRows(basicType)) : basi… in computeStd430Layout() 681 …const int numComps = isDataTypeMatrix(basicType) ? getDataTypeMatrixNumRows(basicType) : sca… in copyToLayout() 1019 …isDataTypeMatrix(basicType) ? getDataTypeMatrixNumRows(basicType) : getDataTypeScalarSize(basicTyp… in getVertexAttributeDescriptions()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderMatrixTests.cpp | 1999 …getDataTypeMatrix(getDataTypeMatrixNumColumns(m_in1.dataType), getDataTypeMatrixNumRows(m_in0.data… in setupShader() 2008 …getDataTypeMatrix(getDataTypeMatrixNumRows(m_in0.dataType), getDataTypeMatrixNumColumns(m_in0.data… in setupShader() 2039 resultType = getDataTypeFloatVec(matNdx == 0 ? getDataTypeMatrixNumRows(matrixType) : in setupShader() 2444 int numRows = getDataTypeMatrixNumRows(matType); in init()
|
/aosp_15_r20/external/deqp/modules/gles3/performance/ |
H A D | es3pShaderOperatorTests.cpp | 1642 const int numRows = glu::getDataTypeMatrixNumRows(paramType); in generateSingleProgramData() 1791 int size = isMatrixReturn ? getDataTypeMatrixNumRows(finalResultDataType) : in generateSingleProgramData() 1901 const int size = glu::getDataTypeMatrixNumRows(paramType); in setGeneralUniforms()
|
/aosp_15_r20/external/deqp/modules/gles2/performance/ |
H A D | es2pShaderOperatorTests.cpp | 1634 const int numRows = glu::getDataTypeMatrixNumRows(paramType); in generateSingleProgramData() 1783 int size = isMatrixReturn ? getDataTypeMatrixNumRows(finalResultDataType) : in generateSingleProgramData() 1893 const int size = glu::getDataTypeMatrixNumRows(paramType); in setGeneralUniforms()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/ |
H A D | vktTransformFeedbackFuzzLayoutCase.cpp | 584 const int vecSize = glu::getDataTypeMatrixNumRows(basicType); in computeXfbLayout() 644 const int vecSize = glu::getDataTypeMatrixNumRows(elemBasicType); in computeXfbLayout() 1250 const int numRows = glu::getDataTypeMatrixNumRows(entry.type); in generateValueSrc()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/memory_model/ |
H A D | vktMemoryModelSharedLayoutCase.cpp | 227 …umElements = glu::getDataTypeMatrixNumColumns(basicType) * glu::getDataTypeMatrixNumRows(basicType… in generateSharedMemoryWrites()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderExecutor.cpp | 365 … const int vecSize = glu::getDataTypeMatrixNumRows(output.varType.getBasicType()); in generateFragShaderOutputDecl() 900 int numRows = glu::getDataTypeMatrixNumRows(basicType); in bindAttributes() 1758 …::getDataTypeVector(glu::getDataTypeScalarType(basicType), glu::getDataTypeMatrixNumRows(basicType… in computeVarLayout()
|