Home
last modified time | relevance | path

Searched refs:getDataTypeMatrixNumRows (Results 1 - 25 of 45) sorted by relevance

12

/third_party/vk-gl-cts/external/openglcts/modules/common/
H A 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(unifor in checkLayoutBounds()
[all...]
H A DglcShaderLibraryCase.cpp429 int numRows = getDataTypeMatrixNumRows(dataType); in execute()
1034 int numRows = getDataTypeMatrixNumRows(dataType); in dumpValues()
/third_party/vk-gl-cts/modules/glshared/
H A 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::getDataTypeMatrixNumColumns(entry.type)) : 1; 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(unifor in checkLayoutBounds()
[all...]
H A 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()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutCase.cpp334 : glu::getDataTypeMatrixNumRows(basicType); in computeStd140BaseAlignment()
375 : glu::getDataTypeMatrixNumRows(basicType); in computeStd430BaseAlignment()
412 : glu::getDataTypeMatrixNumRows(basicType); in computeRelaxedBlockBaseAlignment()
504 : glu::getDataTypeMatrixNumRows(basicType); in computeReferenceLayout()
506 const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(basicType) in computeReferenceLayout()
561 : glu::getDataTypeMatrixNumRows(elemBasicType); in computeReferenceLayout()
563 const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(elemBasicType) in computeReferenceLayout()
656 : glu::getDataTypeMatrixNumRows(elemBasicType); in computeReferenceLayout()
657 const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(elemBasicType) in computeReferenceLayout()
775 const int numVecs = isMatrix ? (entry.isRowMajor ? glu::getDataTypeMatrixNumRows(entr in generateValue()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/
H A DvktSSBOLayoutCase.cpp334 : glu::getDataTypeMatrixNumRows(basicType); in computeStd140BaseAlignment()
375 : glu::getDataTypeMatrixNumRows(basicType); in computeStd430BaseAlignment()
412 : glu::getDataTypeMatrixNumRows(basicType); in computeRelaxedBlockBaseAlignment()
504 : glu::getDataTypeMatrixNumRows(basicType); in computeReferenceLayout()
506 const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(basicType) in computeReferenceLayout()
561 : glu::getDataTypeMatrixNumRows(elemBasicType); in computeReferenceLayout()
563 const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(elemBasicType) in computeReferenceLayout()
656 : glu::getDataTypeMatrixNumRows(elemBasicType); in computeReferenceLayout()
657 const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(elemBasicType) in computeReferenceLayout()
775 const int numVecs = isMatrix ? (entry.isRowMajor ? glu::getDataTypeMatrixNumRows(entr in generateValue()
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fDefaultVertexAttributeTests.cpp326 const int vectorSize = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_dataType)) : (glu::isDataTypeVector(m_dataType)) ? (glu::getDataTypeScalarSize(m_dataType)) : (-1); in genVertexSource()
328 const int components = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_dataType)) : (glu::getDataTypeScalarSize(m_dataType)); in genVertexSource()
405 const int components = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_dataType)) : (glu::getDataTypeScalarSize(m_dataType)); in computeColor()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fDefaultVertexAttributeTests.cpp402 const int vectorSize = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_dataType)) : (glu::isDataTypeVector(m_dataType)) ? (glu::getDataTypeScalarSize(m_dataType)) : (-1); in genVertexSource()
404 const int components = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_dataType)) : (glu::getDataTypeScalarSize(m_dataType)); in genVertexSource()
482 const int components = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_dataType)) : (glu::getDataTypeScalarSize(m_dataType)); in computeColor()
H A Des3fShaderMatrixTests.cpp1426 resultType = getDataTypeMatrix(getDataTypeMatrixNumColumns(m_in1.dataType), getDataTypeMatrixNumRows(m_in0.dataType)); in init()
1434 resultType = getDataTypeMatrix(getDataTypeMatrixNumRows(m_in0.dataType), getDataTypeMatrixNumColumns(m_in0.dataType)); in init()
1465 resultType = getDataTypeFloatVec(matNdx == 0 ? getDataTypeMatrixNumRows(matrixType) : getDataTypeMatrixNumColumns(matrixType)); in init()
1888 int numRows = getDataTypeMatrixNumRows(matType); in init()
H A Des3fInstancedRenderingTests.cpp495 int numRows = glu::getDataTypeMatrixNumRows(m_rgbAttrType); in setupVarAttribPointer()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/
H A 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::getDataTypeMatrixNumColumns(entry.type)) : 1; in generateValue()
882 compareFuncs.insert(glu::getDataTypeFloatVec(glu::getDataTypeMatrixNumRows(basicType))); in getCompareDependencies()
1211 int numRows = glu::getDataTypeMatrixNumRows(entr in generateValueSrc()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ubo/
H A 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::getDataTypeMatrixNumColumns(entry.type)) : 1; in generateValue()
882 compareFuncs.insert(glu::getDataTypeFloatVec(glu::getDataTypeMatrixNumRows(basicType))); in getCompareDependencies()
1211 int numRows = glu::getDataTypeMatrixNumRows(entr in generateValueSrc()
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A 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) : glu::getDataTypeMatrixNumColumns(entry.type)) : 1; 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(dstEntr in copyBufferVarData()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/
H A DvktTypeComparisonUtil.cpp158 compareFuncs.insert(glu::getDataTypeFloatVec(glu::getDataTypeMatrixNumRows(basicType))); in getCompareDependencies()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/util/
H A DvktTypeComparisonUtil.cpp158 compareFuncs.insert(glu::getDataTypeFloatVec(glu::getDataTypeMatrixNumRows(basicType))); in getCompareDependencies()
/third_party/vk-gl-cts/framework/opengl/
H A DgluVarTypeUtil.hpp362 basicType = getDataTypeFloatVec(getDataTypeMatrixNumRows(basicType)); in isValidTypePath()
407 basicType = getDataTypeFloatVec(getDataTypeMatrixNumRows(basicType)); in getVarType()
H A DgluShaderUtil.cpp1049 int getDataTypeMatrixNumRows (DataType dataType) in getDataTypeMatrixNumRows() function
1176 return getDataTypeMatrixNumRows(dataType); in getDataTypeNumComponents()
H A DgluShaderUtil.hpp350 int getDataTypeMatrixNumRows (DataType dataType);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktShaderLibrary.cpp628 const DataType vecType = isMatrix ? glu::getDataTypeFloatVec(getDataTypeMatrixNumRows(basicType)) : basicType; in computeStd140Layout()
650 const DataType vecType = isDataTypeMatrix(basicType) ? glu::getDataTypeFloatVec(getDataTypeMatrixNumRows(basicType)) : basicType; in computeStd430Layout()
667 const int numComps = isDataTypeMatrix(basicType) ? getDataTypeMatrixNumRows(basicType) : scalarSize; in copyToLayout()
1009 ? getDataTypeMatrixNumRows(basicType) in getVertexAttributeDescriptions()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktShaderLibrary.cpp628 const DataType vecType = isMatrix ? glu::getDataTypeFloatVec(getDataTypeMatrixNumRows(basicType)) : basicType; in computeStd140Layout()
650 const DataType vecType = isDataTypeMatrix(basicType) ? glu::getDataTypeFloatVec(getDataTypeMatrixNumRows(basicType)) : basicType; in computeStd430Layout()
667 const int numComps = isDataTypeMatrix(basicType) ? getDataTypeMatrixNumRows(basicType) : scalarSize; in copyToLayout()
1009 ? getDataTypeMatrixNumRows(basicType) in getVertexAttributeDescriptions()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/
H A DvktMemoryModelSharedLayoutCase.cpp227 numElements = glu::getDataTypeMatrixNumColumns(basicType) * glu::getDataTypeMatrixNumRows(basicType); in generateSharedMemoryWrites()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory_model/
H A DvktMemoryModelSharedLayoutCase.cpp227 numElements = glu::getDataTypeMatrixNumColumns(basicType) * glu::getDataTypeMatrixNumRows(basicType); in generateSharedMemoryWrites()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderMatrixTests.cpp1683 resultType = getDataTypeMatrix(getDataTypeMatrixNumColumns(m_in1.dataType), getDataTypeMatrixNumRows(m_in0.dataType)); in setupShader()
1691 resultType = getDataTypeMatrix(getDataTypeMatrixNumRows(m_in0.dataType), getDataTypeMatrixNumColumns(m_in0.dataType)); in setupShader()
1722 resultType = getDataTypeFloatVec(matNdx == 0 ? getDataTypeMatrixNumRows(matrixType) : getDataTypeMatrixNumColumns(matrixType)); in setupShader()
2078 int numRows = getDataTypeMatrixNumRows(matType); in init()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderMatrixTests.cpp1686 resultType = getDataTypeMatrix(getDataTypeMatrixNumColumns(m_in1.dataType), getDataTypeMatrixNumRows(m_in0.dataType)); in setupShader()
1694 resultType = getDataTypeMatrix(getDataTypeMatrixNumRows(m_in0.dataType), getDataTypeMatrixNumColumns(m_in0.dataType)); in setupShader()
1725 resultType = getDataTypeFloatVec(matNdx == 0 ? getDataTypeMatrixNumRows(matrixType) : getDataTypeMatrixNumColumns(matrixType)); in setupShader()
2060 int numRows = getDataTypeMatrixNumRows(matType); in init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
H A 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()

Completed in 54 milliseconds

12