Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkImage.cpp170 …int bufferRowPitchBytes = ((region.bufferRowLength == 0) ? region.imageExtent.width : region.buffe… in copy() local
173 region.imageExtent.height * bufferRowPitchBytes : in copy()
178 int srcRowPitchBytes = bufferIsSource ? bufferRowPitchBytes : imageRowPitchBytes; in copy()
179 int dstRowPitchBytes = bufferIsSource ? imageRowPitchBytes : bufferRowPitchBytes; in copy()
184 (imageRowPitchBytes == bufferRowPitchBytes); in copy()