Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A 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()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A 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()

Completed in 3 milliseconds