Home
last modified time | relevance | path

Searched defs:alignedBytesPerRow (Results 1 – 3 of 3) 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/m133/src/gpu/graphite/task/
DUploadTask.cpp64 size_t alignedBytesPerRow = in compute_combined_buffer_size() local
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DQueueTests.cpp288 uint32_t alignedBytesPerRow = Align(bytesPerRow, bytesPerTexel); in DoTest() local