Searched refs:bufferBeginIndex (Results 1 – 1 of 1) sorted by relevance
273 const uint32_t bufferBeginIndex = ref.beginIndex; in CopyHostDirectlyToBuffer() local274 const uint32_t bufferEndIndex = bufferBeginIndex + ref.count; in CopyHostDirectlyToBuffer()275 for (uint32_t bufferIdx = bufferBeginIndex; bufferIdx < bufferEndIndex; ++bufferIdx) { in CopyHostDirectlyToBuffer()