Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkImage.cpp559 int srcRowPitchBytes = bufferIsSource ? bufferRowPitchBytes : imageRowPitchBytes; in copy() local
630 srcSliceMemory += srcRowPitchBytes; in copy()