Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkImage.cpp167 int imageBytesPerTexel = bytesPerTexel(region.imageSubresource.aspectMask); in copy() local
171 imageBytesPerTexel; in copy()
174 … (region.bufferImageHeight * region.bufferRowLength) * imageBytesPerTexel; in copy()
200 copySize = region.imageExtent.width * imageBytesPerTexel; in copy()
216 copySize = region.imageExtent.width * imageBytesPerTexel; in copy()