Searched refs:OutputVectorCounts (Results 1 – 1 of 1) sorted by relevance
361 ArrayRef<uint8_t> OutputVectorCounts = getOutputVectorCounts(); in parse() local374 for (uint32_t I = 0; I < OutputVectorCounts.size(); ++I) { in parse()379 maskDwordSize(static_cast<uint32_t>(OutputVectorCounts[I])); in parse()394 for (uint32_t I = 0; I < OutputVectorCounts.size(); ++I) { in parse()395 if (InputVectorCount == 0 || OutputVectorCounts[I] == 0) in parse()397 uint32_t NumDwords = mapTableSize(InputVectorCount, OutputVectorCounts[I]); in parse()415 OutputVectorCounts[0] > 0) { in parse()417 mapTableSize(PatchConstOrPrimVectorCount, OutputVectorCounts[0]); in parse()