Home
last modified time | relevance | path

Searched defs: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()
334 uint32_t alignedBytesPerRow = writeSizePixel.width / blockInfo.width * blockInfo.byteSize; in WriteTextureImpl() local
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DQueueTests.cpp288 uint32_t alignedBytesPerRow = Align(bytesPerRow, bytesPerTexel); in DoTest() local