Home
last modified time | relevance | path

Searched defs:numCols (Results 1 – 25 of 59) sorted by relevance

123

/external/icu/icu4c/source/common/
Drbbitblb.cpp1155 int32_t numCols = fRB->fSetBuilder->getNumCharCategories(); in findDuplCharClassFrom() local
1202 int32_t numCols = fRB->fSetBuilder->getNumCharCategories(); in findDuplicateState() local
1241 int32_t numCols = firstRow->length(); in findDuplicateSafeState() local
1272 int32_t numCols = fRB->fSetBuilder->getNumCharCategories(); in removeState() local
1299 int32_t numCols = sd->length(); in removeSafeState() local
1339 int32_t numCols; in getTableSize() local
1561 int32_t numCols; in getSafeTableSize() local
/external/skia/gm/
Dsharedcorners.cpp45 constexpr int numCols = (1 + SK_ARRAY_COUNT(kJitters)) * 2; in onISize() local
Dwacky_yuv_formats.cpp795 int numCols = 2 * (kLastEnum_SkYUVColorSpace + 1); // opacity x #-color-spaces in onISize() local
1002 int numCols = 4; // (transparent, opaque) x (untagged, tagged) in onISize() local
/external/deqp/modules/gles3/functional/
Des3fPrimitiveRestartTests.cpp315 const int numCols = 4; in init() local
382 const int numCols = 4; in init() local
/external/angle/src/common/
Dmatrix_utils.h30 Matrix(const std::vector<T> &elements, const unsigned int numRows, const unsigned int numCols) in Matrix()
/external/deqp/framework/opengl/
DgluShaderUtil.cpp1043 DataType getDataTypeMatrix (int numCols, int numRows) in getDataTypeMatrix()
/external/eigen/Eigen/src/plugins/
DBlockMethods.h948 middleCols(Index startCol, NColsType numCols) in middleCols()
962 middleCols(Index startCol, NColsType numCols) const in middleCols()
/external/swiftshader/src/Pipeline/
DSpirvShaderArithmetic.cpp116 auto numCols = rhs.componentCount; in EmitOuterProduct() local
135 auto numCols = type.definition.word(3); in EmitTranspose() local
/external/deqp/modules/gles2/scripts/
Dgen-conversions.py99 def combineMat(numCols, numRows, comps): argument
Dgenutil.py596 def __init__ (self, numCols, numRows, scalars): argument
603 def identity (numCols, numRows): argument
620 def toMatrix (self, numCols, numRows): argument
/external/angle/src/compiler/translator/tree_ops/
DConvertUnsupportedConstructorsToFunctionCalls.cpp127 const uint8_t numCols = type.getNominalSize(); in AppendMatrixFromScalarArgument() local
/external/deqp/external/openglcts/modules/common/
DglcShaderLibraryCase.cpp428 int numCols = getDataTypeMatrixNumColumns(dataType); in execute() local
1035 int numCols = getDataTypeMatrixNumColumns(dataType); in dumpValues() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRBBITableBuilder.java903 int numCols = fRB.fSetBuilder.getNumCharCategories(); in findDuplCharClassFrom() local
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRBBITableBuilder.java904 int numCols = fRB.fSetBuilder.getNumCharCategories(); in findDuplCharClassFrom() local
/external/deqp/modules/gles3/scripts/
Dgen-conversions.py102 def combineMat(numCols, numRows, comps): argument
Dgenutil.py739 def __init__ (self, numCols, numRows, scalars): argument
746 def fromScalar (numCols, numRows, scalar): argument
754 def identity (numCols, numRows): argument
767 def toMatrix (self, numCols, numRows): argument
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemUtils.cpp897 const int numCols = dst.getWidth() >= 7 ? 7 : dst.getWidth(); in fillWithRandomColorTiles() local
930 const int numCols = dst.getWidth(); in fillWithUniqueColors() local
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/CMSIS/Include/
Darm_math.h1372 uint16_t numCols; /**< number of columns of the matrix. */ member
1383 uint16_t numCols; /**< number of columns of the matrix. */ member
1393 uint16_t numCols; /**< number of columns of the matrix. */ member
1403 uint16_t numCols; /**< number of columns of the matrix. */ member
1854 uint16_t numCols; /**< number of columns in the data table. */ member
1864 uint16_t numCols; /**< number of columns in the data table. */ member
1874 uint16_t numCols; /**< number of columns in the data table. */ member
1884 uint16_t numCols; /**< number of columns in the data table. */ member
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/CMSIS/Include/
Darm_math.h1372 uint16_t numCols; /**< number of columns of the matrix. */ member
1383 uint16_t numCols; /**< number of columns of the matrix. */ member
1393 uint16_t numCols; /**< number of columns of the matrix. */ member
1403 uint16_t numCols; /**< number of columns of the matrix. */ member
1854 uint16_t numCols; /**< number of columns in the data table. */ member
1864 uint16_t numCols; /**< number of columns in the data table. */ member
1874 uint16_t numCols; /**< number of columns in the data table. */ member
1884 uint16_t numCols; /**< number of columns in the data table. */ member
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DConstant.cpp1287 int numCols = children[1]->getAsConstantUnion()->getType().computeNumComponents(); in fold() local
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsScissorMultiViewportTests.cpp143 const int numCols = deCeilFloatToInt32(deFloatSqrt(static_cast<float>(numScissors))); in generateScissors() local
/external/deqp-deps/glslang/glslang/MachineIndependent/
DConstant.cpp1287 int numCols = children[1]->getAsConstantUnion()->getType().computeNumComponents(); in fold() local
/external/deqp/modules/gles31/scripts/
Dgenutil.py741 def __init__ (self, numCols, numRows, scalars): argument
748 def fromScalar (numCols, numRows, scalar): argument
756 def identity (numCols, numRows): argument
769 def toMatrix (self, numCols, numRows): argument
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.cpp1019 const int numCols = glu::getDataTypeMatrixNumColumns(basicType); in generateImmMatrixSrc() local
1057 const int numCols = glu::getDataTypeMatrixNumColumns(basicType); in generateImmMatrixSrc() local
1368 int numCols = glu::getDataTypeMatrixNumColumns(basicType); in generateWriteSrc() local
1537 const int numCols = glu::getDataTypeMatrixNumColumns(dstEntry.type); in copyBufferVarData() local
1748 const int numCols = glu::getDataTypeMatrixNumColumns(resEntry.type); in compareBufferVarData() local
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationPrimitiveDiscardTests.cpp116 const int numCols = intPow(numChoices, 6/2); // sqrt(numChoices**6) == sqrt(number of primitives) in genAttributes() local

123