Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkImage.cpp105 …int dstSlicePitchBytes = dst->slicePitchBytes(pRegion.dstSubresource.aspectMask, pRegion.dstSubres… in copyTo() local
124 (srcSlicePitchBytes == dstSlicePitchBytes); in copyTo()
140 …for(uint32_t z = 0; z < pRegion.extent.depth; z++, dstMem += dstSlicePitchBytes, srcMem += srcSlic… in copyTo()
177 int dstSlicePitchBytes = bufferIsSource ? imageSlicePitchBytes : bufferSlicePitchBytes; in copy() local
231 dstMemory += dstSlicePitchBytes; in copy()