Searched refs:vecSize (Results 1 - 16 of 16) sorted by relevance

/external/deqp/framework/opengl/
H A DgluShaderUtil.cpp499 DataType getDataTypeFloatVec (int vecSize) argument
501 return getDataTypeVector(TYPE_FLOAT, vecSize);
504 DataType getDataTypeIntVec (int vecSize) argument
506 return getDataTypeVector(TYPE_INT, vecSize);
509 DataType getDataTypeUintVec (int vecSize) argument
511 return getDataTypeVector(TYPE_UINT, vecSize);
514 DataType getDataTypeBoolVec (int vecSize) argument
516 return getDataTypeVector(TYPE_BOOL, vecSize);
H A DgluShaderUtil.hpp187 DataType getDataTypeFloatVec (int vecSize);
188 DataType getDataTypeIntVec (int vecSize);
189 DataType getDataTypeUintVec (int vecSize);
190 DataType getDataTypeBoolVec (int vecSize);
/external/eigen/Eigen/src/Core/
H A DMapBase.h132 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);
228 inline MapBase(PointerType dataPtr, Index vecSize) : Base(dataPtr, vecSize) {} argument
/external/deqp/modules/glshared/
H A DglsShaderExecUtil.cpp99 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType()); local
100 const glu::DataType intBaseType = vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT;
136 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType()); local
137 const glu::DataType intBaseType = vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT;
174 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType()); local
175 const glu::DataType intBaseType = vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT;
216 const int vecSize local
299 const int vecSize = glu::getDataTypeScalarSize(output.varType.getBasicType()); local
308 const int vecSize = glu::getDataTypeScalarSize(output.varType.getBasicType()); local
317 const int vecSize = glu::getDataTypeMatrixNumRows(output.varType.getBasicType()); local
369 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType()); local
481 const int vecSize = glu::getDataTypeScalarSize(basicType); local
726 const int vecSize = glu::getDataTypeScalarSize(basicType); local
[all...]
H A DglsUniformBlockCase.cpp425 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/deqp/modules/gles3/functional/
H A Des3fShaderDerivateTests.cpp1672 for (int vecSize = 1; vecSize <= 4; vecSize++)
1674 const glu::DataType dataType = vecSize > 1 ? glu::getDataTypeFloatVec(vecSize) : glu::TYPE_FLOAT;
1686 for (int vecSize = 1; vecSize <= 4; vecSize++)
1690 const glu::DataType dataType = vecSize > 1 ? glu::getDataTypeFloatVec(vecSize)
[all...]
H A Des3fShaderCommonFunctionTests.cpp792 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/gles31/functional/
H A Des31fShaderCommonFunctionTests.cpp823 const int vecSize = glu::getDataTypeScalarSize(baseType); local
824 const glu::DataType boolType = vecSize > 1 ? glu::getDataTypeBoolVec(vecSize) : glu::TYPE_BOOL;
906 const int vecSize = glu::getDataTypeScalarSize(baseType); local
907 const glu::DataType boolType = vecSize > 1 ? glu::getDataTypeBoolVec(vecSize) : glu::TYPE_BOOL;
988 const int vecSize = glu::getDataTypeScalarSize(baseType); local
989 const glu::DataType intType = outIsSigned ? (vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT)
990 : (vecSize >
1067 const int vecSize = glu::getDataTypeScalarSize(baseType); local
[all...]
H A Des31fShaderIntegerFunctionTests.cpp918 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 Des31fSSBOLayoutCase.cpp382 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/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dentropy_coding.c690 int16_t 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/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Dentropy_coding.c690 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/chromium_org/third_party/angle/src/compiler/translator/
H A DParseContext.h83 bool parseVectorFields(const TString&, int vecSize, TVectorFields&, const TSourceLoc& line);
H A DParseContext.cpp25 bool TParseContext::parseVectorFields(const TString& compString, int vecSize, TVectorFields& fields, const TSourceLoc& line) argument
97 if (fields.offsets[i] >= vecSize) {
/external/clang/lib/Sema/
H A DSemaType.cpp1711 llvm::APSInt vecSize(32);
1712 if (!ArraySize->isIntegerConstantExpr(vecSize, Context)) {
1721 unsigned vectorSize = static_cast<unsigned>(vecSize.getZExtValue());
4647 llvm::APSInt vecSize(32);
4649 !sizeExpr->isIntegerConstantExpr(vecSize, S.Context)) {
4665 // vecSize is specified in bytes - convert to bits.
4666 unsigned vectorSize = static_cast<unsigned>(vecSize.getZExtValue() * 8);
4827 unsigned vecSize = typeSize * numElts; local
4828 if (vecSize != 64 && vecSize !
[all...]
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 1574 milliseconds