Home
last modified time | relevance | path

Searched refs:splitIndex (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DUtilsD3D12.cpp206 const uint32_t splitIndex = copyLayer % copySplits.copySubresources.size(); in CopyBufferTo2DTextureWithCopySplit() local
209 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() local
327 copySplits.copySubresources[splitIndex]; in Copy2DTextureToBufferWithCopySplit()
328 const uint64_t bufferOffsetForNextLayer = bufferOffsetsForNextLayer[splitIndex]; in Copy2DTextureToBufferWithCopySplit()
336 bufferOffsetsForNextLayer[splitIndex] += in Copy2DTextureToBufferWithCopySplit()
/third_party/node/deps/npm/node_modules/cli-table3/src/
Dutils.js159 let splitIndex = 0;
167 let toAdd = split[splitIndex];
168 splitIndex++;