Searched refs:alignedBytesPerRow (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | Queue.cpp | 79 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/ |
D | QueueTests.cpp | 288 uint32_t alignedBytesPerRow = Align(bytesPerRow, bytesPerTexel); in DoTest() local 297 (alignedBytesPerRow / bytesPerTexel) * (mipSize.height - 1) + mipSize.width; in DoTest()
|