Searched refs:arrayIndexStart (Results 1 – 2 of 2) sorted by relevance
253 const size_t arrayIndexStart = varying.arrayIndex == GL_INVALID_INDEX ? 0 : varying.arrayIndex;254 const size_t arrayIndexEnd = arrayIndexStart + varying.size();256 for (size_t arrayIndex = arrayIndexStart; arrayIndex < arrayIndexEnd; ++arrayIndex)
2264 uint32_t arrayIndexStart = in writePendingDeclarations() local2268 uint32_t arrayIndexEnd = arrayIndexStart + info->arraySize; in writePendingDeclarations()2270 for (uint32_t arrayIndex = arrayIndexStart; arrayIndex < arrayIndexEnd; ++arrayIndex) in writePendingDeclarations()2442 uint32_t arrayIndexStart = 0; in writeTransformFeedbackEmulationOutput() local2448 arrayIndexStart = varying.info->arrayIndex; in writeTransformFeedbackEmulationOutput()2449 arrayIndexEnd = arrayIndexStart + 1; in writeTransformFeedbackEmulationOutput()2460 offsetForVerification += (arrayIndexEnd - arrayIndexStart) * info->rowCount * in writeTransformFeedbackEmulationOutput()2470 for (uint32_t arrayIndex = arrayIndexStart; arrayIndex < arrayIndexEnd; ++arrayIndex) in writeTransformFeedbackEmulationOutput()