Lines Matching refs:getArraySize
527 entry.arraySize = type.getArraySize();
533 curOffset += stride*type.getArraySize();
551 entry.arraySize = type.getArraySize();
558 curOffset += numVecs*vecStride*type.getArraySize();
566 for (int elemNdx = 0; elemNdx < type.getArraySize(); elemNdx++)
592 const int topLevelArraySize = varType.getArraySize() == VarType::UNSIZED_ARRAY ? 0 : varType.getArraySize();
702 int numInstances = block.isArray() ? block.getArraySize() : 1;
966 src << "[" << block.getArraySize() << "]";
1128 const int arraySize = curType.getArraySize() == VarType::UNSIZED_ARRAY ? block.getLastUnsizedArraySize(instanceNdx) : curType.getArraySize();
1174 const int numInstances = isArray ? block.getArraySize() : 1;
1212 const int arraySize = curType.getArraySize() == VarType::UNSIZED_ARRAY ? block.getLastUnsizedArraySize(instanceNdx) : curType.getArraySize();
1257 const int numInstances = isArray ? block.getArraySize() : 1;
1308 bindingPoint += block.isArray() ? block.getArraySize() : 1;
1585 const int arraySize = curType.getArraySize() == VarType::UNSIZED_ARRAY ? block.getLastUnsizedArraySize(instanceNdx) : curType.getArraySize();
1618 const int numInstances = isArray ? block.getArraySize() : 1;
1870 const int numInstances = isArray ? block.getArraySize() : 1;
2243 const int numInst = block.isArray() ? block.getArraySize() : 1;
2443 int numInstances = isArray ? block.getArraySize() : 1;