Searched refs:splitIndex (Results 1 – 2 of 2) sorted by relevance
206 const uint32_t splitIndex = copyLayer % copySplits.copySubresources.size(); in CopyBufferTo2DTextureWithCopySplit() local209 copySplits.copySubresources[splitIndex]; in CopyBufferTo2DTextureWithCopySplit()210 const uint64_t bufferOffsetForNextLayer = bufferOffsetsForNextLayer[splitIndex]; in CopyBufferTo2DTextureWithCopySplit()218 bufferOffsetsForNextLayer[splitIndex] += in CopyBufferTo2DTextureWithCopySplit()324 const uint32_t splitIndex = copyLayer % copySplits.copySubresources.size(); in Copy2DTextureToBufferWithCopySplit() local327 copySplits.copySubresources[splitIndex]; in Copy2DTextureToBufferWithCopySplit()328 const uint64_t bufferOffsetForNextLayer = bufferOffsetsForNextLayer[splitIndex]; in Copy2DTextureToBufferWithCopySplit()336 bufferOffsetsForNextLayer[splitIndex] += in Copy2DTextureToBufferWithCopySplit()
159 let splitIndex = 0;167 let toAdd = split[splitIndex];168 splitIndex++;