Searched refs:offsetsOut (Results 1 – 6 of 6) sorted by relevance
79 int32_t *offsetsOut)104 offsetsOut[bufferIndex] = static_cast<int32_t>(writeOffset);107 ANGLE_CHECK_GL_ALLOC(contextMtl, offsetsOut[bufferIndex] == writeOffset);
43 int32_t *offsetsOut);
304 int32_t *offsetsOut, in getBufferOffsets() argument334 offsetsOut[bufferIndex] = static_cast<int32_t>(writeOffset); in getBufferOffsets()337 ASSERT(offsetsOut[bufferIndex] == writeOffset); in getBufferOffsets()
60 int32_t *offsetsOut,
894 void writeAtomicCounterBufferDriverUniformOffsets(uint32_t *offsetsOut, size_t offsetsSize);
4656 void ContextVk::writeAtomicCounterBufferDriverUniformOffsets(uint32_t *offsetsOut, in writeAtomicCounterBufferDriverUniformOffsets() argument4687 ASSERT(bufferIndex % 4 != 0 || offsetsOut[bufferIndex / 4] == 0); in writeAtomicCounterBufferDriverUniformOffsets()4689 offsetsOut[bufferIndex / 4] |= static_cast<uint8_t>(offsetDiff) << ((bufferIndex % 4) * 8); in writeAtomicCounterBufferDriverUniformOffsets()