Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkImage.cpp546 int bufferRowPitchBytes = bufferExtent.width * bytesPerBlock; in copy() local
547 int bufferSlicePitchBytes = bufferExtent.height * bufferRowPitchBytes; in copy()
559 int srcRowPitchBytes = bufferIsSource ? bufferRowPitchBytes : imageRowPitchBytes; in copy()
560 int dstRowPitchBytes = bufferIsSource ? imageRowPitchBytes : bufferRowPitchBytes; in copy()
566 (imageRowPitchBytes == bufferRowPitchBytes); in copy()