Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DQueue.cpp80 uint32_t optimallyAlignedBytesPerRow, in UploadTextureDataAligningBytesPerRowAndOffset() argument
89 ComputeRequiredBytesInCopy(blockInfo, writeSizePixel, optimallyAlignedBytesPerRow, in UploadTextureDataAligningBytesPerRowAndOffset()
129 optimallyAlignedBytesPerRow, dataLayout.bytesPerRow); in UploadTextureDataAligningBytesPerRowAndOffset()
338 uint32_t optimallyAlignedBytesPerRow = in WriteTextureImpl() local
344 GetDevice(), data, alignedBytesPerRow, optimallyAlignedBytesPerRow, in WriteTextureImpl()
350 passDataLayout.bytesPerRow = optimallyAlignedBytesPerRow; in WriteTextureImpl()