Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutCase.cpp339 …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 DglsUniformBlockCase.cpp406 …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 DglsShaderExecUtil.cpp347 … 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 DglcUniformBlockCase.cpp399 …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 DglcShaderLibraryCase.cpp429 int numRows = getDataTypeMatrixNumRows(dataType); in execute()
1034 int numRows = getDataTypeMatrixNumRows(dataType); in dumpValues()
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fSSBOLayoutCase.cpp363 …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 Des31fProgramUniformTests.cpp195 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 DvktUniformBlockCase.cpp414 …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 Des2fDefaultVertexAttributeTests.cpp326 …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 Des3fDefaultVertexAttributeTests.cpp402 …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 Des3fShaderMatrixTests.cpp1720 …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 Des3fInstancedRenderingTests.cpp522 int numRows = glu::getDataTypeMatrixNumRows(m_rgbAttrType); in setupVarAttribPointer()
H A Des3fUniformApiTests.cpp191 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 Des3fShaderIndexingTests.cpp922 int numRows = getDataTypeMatrixNumRows(varType); in createMatrixSubscriptCase()
/aosp_15_r20/external/deqp/framework/opengl/
H A DgluVarTypeUtil.hpp501 basicType = getDataTypeFloatVec(getDataTypeMatrixNumRows(basicType)); in isValidTypePath()
546 basicType = getDataTypeFloatVec(getDataTypeMatrixNumRows(basicType)); in getVarType()
H A DgluShaderUtil.cpp984 int getDataTypeMatrixNumRows(DataType dataType) in getDataTypeMatrixNumRows() function
1192 return getDataTypeMatrixNumRows(dataType); in getDataTypeNumComponents()
H A DgluShaderUtil.hpp396 int getDataTypeMatrixNumRows(DataType dataType);
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/util/
H A DvktTypeComparisonUtil.cpp173 compareFuncs.insert(glu::getDataTypeFloatVec(glu::getDataTypeMatrixNumRows(basicType))); in getCompareDependencies()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/
H A DvktShaderLibrary.cpp641 …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 DvktShaderRenderMatrixTests.cpp1999 …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 Des3pShaderOperatorTests.cpp1642 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 Des2pShaderOperatorTests.cpp1634 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 DvktTransformFeedbackFuzzLayoutCase.cpp584 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 DvktMemoryModelSharedLayoutCase.cpp227 …umElements = glu::getDataTypeMatrixNumColumns(basicType) * glu::getDataTypeMatrixNumRows(basicType… in generateSharedMemoryWrites()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp365 … 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()

12