Searched defs:vecSize (Results 1 – 3 of 3) sorted by relevance
76 size_t vecSize = (vertexLayout & kTextFormat_VertexLayoutBit) ? in VertexSize() local100 int vecSize = (vertexLayout & kTextFormat_VertexLayoutBit) ? in VertexStageCoordOffset() local120 int vecSize = (vertexLayout & kTextFormat_VertexLayoutBit) ? in VertexColorOffset() local143 int vecSize = (vertexLayout & kTextFormat_VertexLayoutBit) ? in VertexSizeAndOffsetsByIdx() local
1358 llvm::APSInt vecSize(32); in BuildExtVectorType() local3569 llvm::APSInt vecSize(32); in HandleVectorSizeAttr() local3690 unsigned vecSize = typeSize * numElts; in HandleNeonVectorTypeAttr() local
51 bool TParseContext::parseVectorFields(const TString& compString, int vecSize, TVectorFields& fields… in parseVectorFields()