/external/deqp/framework/opengl/ |
H A D | gluShaderUtil.cpp | 500 DataType getDataTypeFloatVec (int vecSize) argument 502 return getDataTypeVector(TYPE_FLOAT, vecSize); 505 DataType getDataTypeIntVec (int vecSize) argument 507 return getDataTypeVector(TYPE_INT, vecSize); 510 DataType getDataTypeUintVec (int vecSize) argument 512 return getDataTypeVector(TYPE_UINT, vecSize); 515 DataType getDataTypeBoolVec (int vecSize) argument 517 return getDataTypeVector(TYPE_BOOL, vecSize);
|
/external/eigen/Eigen/src/Core/ |
H A D | MapBase.h | 132 inline MapBase(PointerType dataPtr, Index vecSize) argument 134 m_rows(RowsAtCompileTime == Dynamic ? vecSize : Index(RowsAtCompileTime)), 135 m_cols(ColsAtCompileTime == Dynamic ? vecSize : Index(ColsAtCompileTime)) 138 eigen_assert(vecSize >= 0); 139 eigen_assert(dataPtr == 0 || SizeAtCompileTime == Dynamic || SizeAtCompileTime == vecSize); 229 inline MapBase(PointerType dataPtr, Index vecSize) : Base(dataPtr, vecSize) {} argument
|
/external/deqp/modules/gles31/functional/ |
H A D | es31fShaderIntegerFunctionTests.cpp | 918 const int vecSize = glu::getDataTypeScalarSize(baseType); local 919 const glu::DataType intType = vecSize == 1 ? glu::TYPE_INT : glu::getDataTypeIntVec(vecSize); 978 const int vecSize = glu::getDataTypeScalarSize(baseType); local 979 const glu::DataType intType = vecSize == 1 ? glu::TYPE_INT : glu::getDataTypeIntVec(vecSize); 1056 const int vecSize = glu::getDataTypeScalarSize(baseType); local 1057 const glu::DataType intType = vecSize == 1 ? glu::TYPE_INT : glu::getDataTypeIntVec(vecSize); 1128 for (int vecSize [all...] |
H A D | es31fShaderCommonFunctionTests.cpp | 869 const int vecSize = glu::getDataTypeScalarSize(baseType); local 870 const glu::DataType boolType = vecSize > 1 ? glu::getDataTypeBoolVec(vecSize) : glu::TYPE_BOOL; 952 const int vecSize = glu::getDataTypeScalarSize(baseType); local 953 const glu::DataType boolType = vecSize > 1 ? glu::getDataTypeBoolVec(vecSize) : glu::TYPE_BOOL; 1034 const int vecSize = glu::getDataTypeScalarSize(baseType); local 1035 const glu::DataType intType = outIsSigned ? (vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT) 1036 : (vecSize > 1113 const int vecSize = glu::getDataTypeScalarSize(baseType); local [all...] |
H A D | es31fSSBOLayoutCase.cpp | 382 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) local 384 const int vecAlign = deAlign32(getDataTypeByteAlignment(glu::getDataTypeFloatVec(vecSize)), vec4Alignment); 423 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) local 425 const int vecAlign = getDataTypeByteAlignment(glu::getDataTypeFloatVec(vecSize)); 633 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(elemBasicType) local 637 const glu::DataType vecType = glu::getDataTypeFloatVec(vecSize); 741 const int vecSize = scalarSize / numVecs; local 760 for (int compNdx = 0; compNdx < vecSize; compNdx++) 2551 const int vecSize = numComps*compSize; local 2561 maxOffset = de::max(maxOffset, vecSize); [all...] |
/external/deqp/modules/gles3/functional/ |
H A D | es3fShaderCommonFunctionTests.cpp | 792 const int vecSize = glu::getDataTypeScalarSize(baseType); local 793 const glu::DataType boolType = vecSize > 1 ? glu::getDataTypeBoolVec(vecSize) : glu::TYPE_BOOL; 873 const int vecSize = glu::getDataTypeScalarSize(baseType); local 874 const glu::DataType boolType = vecSize > 1 ? glu::getDataTypeBoolVec(vecSize) : glu::TYPE_BOOL; 952 const int vecSize = glu::getDataTypeScalarSize(baseType); local 953 const glu::DataType intType = outIsSigned ? (vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT) 954 : (vecSize > 1031 const int vecSize = glu::getDataTypeScalarSize(baseType); local [all...] |
/external/deqp/modules/glshared/ |
H A D | glsShaderExecUtil.cpp | 115 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType()); local 116 const glu::DataType intBaseType = vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT; 152 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType()); local 153 const glu::DataType intBaseType = vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT; 190 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType()); local 191 const glu::DataType intBaseType = vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT; 232 const int vecSize local 315 const int vecSize = glu::getDataTypeScalarSize(output.varType.getBasicType()); local 324 const int vecSize = glu::getDataTypeScalarSize(output.varType.getBasicType()); local 333 const int vecSize = glu::getDataTypeMatrixNumRows(output.varType.getBasicType()); local 385 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType()); local 497 const int vecSize = glu::getDataTypeScalarSize(basicType); local 742 const int vecSize = glu::getDataTypeScalarSize(basicType); local [all...] |
H A D | glsUniformBlockCase.cpp | 425 int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) local 428 return getDataTypeArrayStride(glu::getDataTypeFloatVec(vecSize)); 488 int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) local 492 int stride = getDataTypeArrayStride(glu::getDataTypeFloatVec(vecSize)); 538 int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(elemBasicType) local 542 int stride = getDataTypeArrayStride(glu::getDataTypeFloatVec(vecSize)); 630 int vecSize = scalarSize / numVecs; local 644 for (int compNdx = 0; compNdx < vecSize; compNdx++) 1841 int vecSize = numComps*compSize; local 1851 maxOffset = de::max(maxOffset, vecSize); [all...] |
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
H A D | entropy_coding.c | 690 WebRtc_Word16 vecSize; local 693 vecSize = UB_LPC_ORDER; 710 memcpy(&poly[1], ptrIO, sizeof(double) * vecSize); 711 WebRtcIsac_Poly2Rc(poly, vecSize, rc); 712 WebRtcIsac_Rc2Lar(rc, ptrIO, vecSize); 713 ptrIO += vecSize;
|
/external/clang/lib/Sema/ |
H A D | SemaType.cpp | 1738 llvm::APSInt vecSize(32); 1739 if (!ArraySize->isIntegerConstantExpr(vecSize, Context)) { 1748 unsigned vectorSize = static_cast<unsigned>(vecSize.getZExtValue()); 4689 llvm::APSInt vecSize(32); 4691 !sizeExpr->isIntegerConstantExpr(vecSize, S.Context)) { 4707 // vecSize is specified in bytes - convert to bits. 4708 unsigned vectorSize = static_cast<unsigned>(vecSize.getZExtValue() * 8); 4865 unsigned vecSize = typeSize * numElts; local 4866 if (vecSize != 64 && vecSize ! [all...] |