Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawImageObjectUtil.cpp82 vk::VkDeviceSize offsetDepthDst = d * depthPitch; in pack() local
85 dstRow = dstStart + offsetDepthDst; in pack()
133 vk::VkDeviceSize offsetDepthDst = d * (pixelSize * width * height); in unpack() local
136 dstRow = dstStart + offsetDepthDst; in unpack()