Home | History | Annotate | Download | only in functional

Lines Matching refs:getArraySize

532 			entry.arraySize				= type.getArraySize();
538 curOffset += stride*type.getArraySize();
556 entry.arraySize = type.getArraySize();
563 curOffset += numVecs*vecStride*type.getArraySize();
571 for (int elemNdx = 0; elemNdx < type.getArraySize(); elemNdx++)
597 const int topLevelArraySize = varType.getArraySize() == VarType::UNSIZED_ARRAY ? 0 : varType.getArraySize();
707 int numInstances = block.isArray() ? block.getArraySize() : 1;
971 src << "[" << block.getArraySize() << "]";
1133 const int arraySize = curType.getArraySize() == VarType::UNSIZED_ARRAY ? block.getLastUnsizedArraySize(instanceNdx) : curType.getArraySize();
1179 const int numInstances = isArray ? block.getArraySize() : 1;
1217 const int arraySize = curType.getArraySize() == VarType::UNSIZED_ARRAY ? block.getLastUnsizedArraySize(instanceNdx) : curType.getArraySize();
1262 const int numInstances = isArray ? block.getArraySize() : 1;
1308 bindingPoint += block.isArray() ? block.getArraySize() : 1;
1576 const int arraySize = curType.getArraySize() == VarType::UNSIZED_ARRAY ? block.getLastUnsizedArraySize(instanceNdx) : curType.getArraySize();
1609 const int numInstances = isArray ? block.getArraySize() : 1;
1861 const int numInstances = isArray ? block.getArraySize() : 1;
2234 const int numInst = block.isArray() ? block.getArraySize() : 1;
2434 int numInstances = isArray ? block.getArraySize() : 1;