Searched refs:arrayIndexEnd (Results 1 – 2 of 2) sorted by relevance
254 const size_t arrayIndexEnd = arrayIndexStart + varying.size();256 for (size_t arrayIndex = arrayIndexStart; arrayIndex < arrayIndexEnd; ++arrayIndex)
2268 uint32_t arrayIndexEnd = arrayIndexStart + info->arraySize; in writePendingDeclarations() local2270 for (uint32_t arrayIndex = arrayIndexStart; arrayIndex < arrayIndexEnd; ++arrayIndex) in writePendingDeclarations()2443 uint32_t arrayIndexEnd = info->arraySize; in writeTransformFeedbackEmulationOutput() local2449 arrayIndexEnd = arrayIndexStart + 1; in writeTransformFeedbackEmulationOutput()2454 arrayIndexEnd = 1; in writeTransformFeedbackEmulationOutput()2460 offsetForVerification += (arrayIndexEnd - arrayIndexStart) * info->rowCount * in writeTransformFeedbackEmulationOutput()2470 for (uint32_t arrayIndex = arrayIndexStart; arrayIndex < arrayIndexEnd; ++arrayIndex) in writeTransformFeedbackEmulationOutput()