Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DQueue.cpp79 uint32_t alignedBytesPerRow, in UploadTextureDataAligningBytesPerRowAndOffset() argument
128 alignedRowsPerImage, imageAdditionalStride, alignedBytesPerRow, in UploadTextureDataAligningBytesPerRowAndOffset()
334 uint32_t alignedBytesPerRow = writeSizePixel.width / blockInfo.width * blockInfo.byteSize; in WriteTextureImpl() local
339 Align(alignedBytesPerRow, optimalBytesPerRowAlignment); in WriteTextureImpl()
344 GetDevice(), data, alignedBytesPerRow, optimallyAlignedBytesPerRow, in WriteTextureImpl()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DQueueTests.cpp288 uint32_t alignedBytesPerRow = Align(bytesPerRow, bytesPerTexel); in DoTest() local
297 (alignedBytesPerRow / bytesPerTexel) * (mipSize.height - 1) + mipSize.width; in DoTest()