| /external/deqp/framework/opengl/ |
| D | gluShaderUtil.cpp | 1005 DataType getDataTypeFloatVec (int vecSize) in getDataTypeFloatVec() 1010 DataType getDataTypeIntVec (int vecSize) in getDataTypeIntVec() 1015 DataType getDataTypeUintVec (int vecSize) in getDataTypeUintVec() 1020 DataType getDataTypeBoolVec (int vecSize) in getDataTypeBoolVec()
|
| /external/eigen/Eigen/src/Core/ |
| D | MapBase.h | 157 inline MapBase(PointerType dataPtr, Index vecSize) in MapBase() 280 EIGEN_DEVICE_FUNC inline MapBase(PointerType dataPtr, Index vecSize) : Base(dataPtr, vecSize) {} in MapBase()
|
| /external/deqp/modules/glshared/ |
| D | glsShaderExecUtil.cpp | 119 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType()); in generateVertexShader() local 157 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType()); in generateVertexShader() local 198 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType()); in generateGeometryShader() local 237 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType()); in generateGeometryShader() local 313 const int vecSize = glu::getDataTypeScalarSize(output.varType.getBasicType()); in generateFragShaderOutputDecl() local 322 const int vecSize = glu::getDataTypeScalarSize(output.varType.getBasicType()); in generateFragShaderOutputDecl() local 331 const int vecSize = glu::getDataTypeMatrixNumRows(output.varType.getBasicType()); in generateFragShaderOutputDecl() local 367 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType()); in generateFragShaderOutAssign() local 434 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType()); in generatePassthroughFragmentShader() local 603 const int vecSize = glu::getDataTypeScalarSize(basicType); in execute() local
|
| D | glsUniformBlockCase.cpp | 425 int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) in computeStd140BaseAlignment() local 488 int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) in computeStd140Layout() local 538 int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(elemBasicType) in computeStd140Layout() local 630 int vecSize = scalarSize / numVecs; in generateValue() local 1841 int vecSize = numComps*compSize; in checkLayoutBounds() local
|
| /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
| D | vktShaderExecutor.cpp | 226 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType()); in generateVertexShader() local 291 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType()); in generateVertexShader() local 325 const int vecSize = glu::getDataTypeScalarSize(output.varType.getBasicType()); in generateFragShaderOutputDecl() local 334 const int vecSize = glu::getDataTypeScalarSize(output.varType.getBasicType()); in generateFragShaderOutputDecl() local 343 const int vecSize = glu::getDataTypeMatrixNumRows(output.varType.getBasicType()); in generateFragShaderOutputDecl() local 384 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType()); in generateFragShaderOutAssign() local 408 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType()); in generatePassthroughFragmentShader() local 457 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType()); in generateGeometryShader() local 497 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType()); in generateGeometryShader() local 801 const int vecSize = glu::getDataTypeScalarSize(basicType); in bindAttributes() local
|
| D | vktShaderCommonFunctionTests.cpp | 427 for (int vecSize = 1; vecSize <= 4; vecSize++) in addFunctionCases() local 1079 const int vecSize = glu::getDataTypeScalarSize(baseType); in IsnanCase() local 1177 const int vecSize = glu::getDataTypeScalarSize(baseType); in IsinfCase() local 1250 const int vecSize = glu::getDataTypeScalarSize(baseType); in FloatBitsToUintIntCase() local 1352 const int vecSize = glu::getDataTypeScalarSize(baseType); in BitsToFloatCase() local 2076 const int vecSize = glu::getDataTypeScalarSize(baseType); in FrexpCase() local 2226 const int vecSize = glu::getDataTypeScalarSize(baseType); in LdexpCase() local 2452 for (int vecSize = 1; vecSize < 4; vecSize++) in init() local
|
| D | vktShaderIntegerFunctionTests.cpp | 295 for (int vecSize = 1; vecSize <= 4; vecSize++) in addFunctionCases() local 1147 const int vecSize = glu::getDataTypeScalarSize(baseType); in BitCountCase() local 1211 const int vecSize = glu::getDataTypeScalarSize(baseType); in FindLSBCase() local 1275 const int vecSize = glu::getDataTypeScalarSize(baseType); in findMSBCase() local
|
| /external/deqp/modules/gles3/functional/ |
| D | es3fShaderDerivateTests.cpp | 1785 for (int vecSize = 1; vecSize <= 4; vecSize++) in init() local 1799 for (int vecSize = 1; vecSize <= 4; vecSize++) in init() local 1829 for (int vecSize = 1; vecSize <= 4; vecSize++) in init() local 1863 for (int vecSize = 1; vecSize <= 4; vecSize++) in init() local 1895 for (int vecSize = 1; vecSize <= 4; vecSize++) in init() local
|
| D | es3fShaderCommonFunctionTests.cpp | 792 const int vecSize = glu::getDataTypeScalarSize(baseType); in IsnanCase() local 873 const int vecSize = glu::getDataTypeScalarSize(baseType); in IsinfCase() local 952 const int vecSize = glu::getDataTypeScalarSize(baseType); in FloatBitsToUintIntCase() local 1031 const int vecSize = glu::getDataTypeScalarSize(baseType); in BitsToFloatCase() local 1654 for (int vecSize = 1; vecSize <= 4; vecSize++) in addFunctionCases() local 1697 for (int vecSize = 1; vecSize < 4; vecSize++) in init() local
|
| /external/deqp/external/vulkancts/modules/vulkan/ssbo/ |
| D | vktSSBOLayoutCase.cpp | 336 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) in computeStd140BaseAlignment() local 377 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) in computeStd430BaseAlignment() local 414 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) in computeRelaxedBlockBaseAlignment() local 506 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) in computeReferenceLayout() local 563 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(elemBasicType) in computeReferenceLayout() local 658 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(elemBasicType) in computeReferenceLayout() local 779 const int vecSize = scalarSize / numVecs; in generateValue() local
|
| /external/deqp/modules/gles31/functional/ |
| D | es31fShaderCommonFunctionTests.cpp | 870 const int vecSize = glu::getDataTypeScalarSize(baseType); in IsnanCase() local 953 const int vecSize = glu::getDataTypeScalarSize(baseType); in IsinfCase() local 1035 const int vecSize = glu::getDataTypeScalarSize(baseType); in FloatBitsToUintIntCase() local 1114 const int vecSize = glu::getDataTypeScalarSize(baseType); in BitsToFloatCase() local 1743 const int vecSize = glu::getDataTypeScalarSize(baseType); in FrexpCase() local 1834 const int vecSize = glu::getDataTypeScalarSize(baseType); in LdexpCase() local 2142 for (int vecSize = 1; vecSize <= 4; vecSize++) in addFunctionCases() local 2206 for (int vecSize = 1; vecSize < 4; vecSize++) in init() local
|
| D | es31fShaderIntegerFunctionTests.cpp | 918 const int vecSize = glu::getDataTypeScalarSize(baseType); in BitCountCase() local 978 const int vecSize = glu::getDataTypeScalarSize(baseType); in FindLSBCase() local 1056 const int vecSize = glu::getDataTypeScalarSize(baseType); in FindMSBCase() local 1128 for (int vecSize = 1; vecSize <= 4; vecSize++) in addFunctionCases() local
|
| D | es31fSSBOLayoutCase.cpp | 382 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) in computeStd140BaseAlignment() local 423 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) in computeStd430BaseAlignment() local 633 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(elemBasicType) in computeReferenceLayout() local 741 const int vecSize = scalarSize / numVecs; in generateValue() local 2565 const int vecSize = numComps*compSize; in checkLayoutBounds() local
|
| /external/deqp/external/openglcts/modules/common/ |
| D | glcUniformBlockCase.cpp | 396 int vecSize = in computeStd140BaseAlignment() local 461 int vecSize = in computeStd140Layout() local 511 int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(elemBasicType) : in computeStd140Layout() local 609 int vecSize = scalarSize / numVecs; in generateValue() local 1810 int vecSize = numComps * compSize; in checkLayoutBounds() local
|
| /external/deqp/external/vulkancts/modules/vulkan/ubo/ |
| D | vktUniformBlockCase.cpp | 421 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) in computeStd140BaseAlignment() local 462 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) in computeStd430BaseAlignment() local 499 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) in computeRelaxedBlockBaseAlignment() local 593 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) in computeReferenceLayout() local 650 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(elemBasicType) in computeReferenceLayout() local 749 int vecSize = scalarSize / numVecs; in generateValue() local
|
| /external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
| D | vktShaderRenderDerivateTests.cpp | 1879 for (int vecSize = 1; vecSize <= 4; vecSize++) in init() local 1894 for (int vecSize = 1; vecSize <= 4; vecSize++) in init() local 1924 for (int vecSize = 1; vecSize <= 4; vecSize++) in init() local 1954 for (int vecSize = 1; vecSize <= 4; vecSize++) in init() local
|
| /external/deqp-deps/glslang/glslang/MachineIndependent/ |
| D | ParseContextBase.cpp | 471 …rseContextBase::parseSwizzleSelector(const TSourceLoc& loc, const TString& compString, int vecSize, in parseSwizzleSelector()
|
| /external/deqp/external/vulkancts/modules/vulkan/ |
| D | vktShaderLibrary.cpp | 629 const int vecSize = getDataTypeScalarSize(vecType); in computeStd140Layout() local 651 const int vecSize = getDataTypeScalarSize(vecType); in computeStd430Layout() local 1008 const int vecSize = isDataTypeMatrix(basicType) in getVertexAttributeDescriptions() local
|
| /external/deqp-deps/glslang/hlsl/ |
| D | hlslGrammar.cpp | 872 TIntermTyped* vecSize; in acceptVectorTemplateType() local
|
| D | hlslParseHelper.cpp | 782 const int vecSize = index->getType().getVectorSize(); in makeIntegerIndex() local 5007 const int vecSize = argValue->getType().getVectorSize(); in decomposeIntrinsic() local 5058 const int vecSize = argValue->getType().getVectorSize(); in decomposeIntrinsic() local
|
| /external/clang/lib/Sema/ |
| D | SemaType.cpp | 2302 llvm::APSInt vecSize(32); in BuildExtVectorType() local 6313 llvm::APSInt vecSize(32); in HandleVectorSizeAttr() local 6489 unsigned vecSize = typeSize * numElts; in HandleNeonVectorTypeAttr() local
|
| /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
| D | entropy_coding.c | 685 int16_t vecSize; in WebRtcIsac_Poly2LarUB() local
|
| /external/deqp-deps/glslang/SPIRV/ |
| D | GlslangToSpv.cpp | 3422 int vecSize = builder.getNumTypeComponents(nominalTypeId); in accessChainLoad() local 3454 int vecSize = builder.getNumTypeComponents(nominalTypeId); in accessChainStore() local
|
| /external/swiftshader/src/OpenGL/compiler/ |
| D | ParseHelper.cpp | 106 bool TParseContext::parseVectorFields(const TString& compString, int vecSize, TVectorFields& fields… in parseVectorFields()
|
| /external/spirv-llvm/lib/SPIRV/ |
| D | SPIRVReader.cpp | 1240 unsigned vecSize = CI->getOperand(1)->getType()->getVectorNumElements(); in expandOCLBuiltinWithScalarArg() local
|