Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawImageObjectUtil.cpp83 vk::VkDeviceSize offsetDepthSrc = d * (pixelSize * width * height); in pack() local
84 srcRow = srcStart + offsetDepthSrc; in pack()
134 vk::VkDeviceSize offsetDepthSrc = d * depthPitch; in unpack() local
135 srcRow = srcStart + offsetDepthSrc; in unpack()