Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultisampleResolveTests.cpp103 … DeviceInterface& vk, VkDevice device, VkBuffer buffer, VkDeviceMemory mem, VkDeviceSize memOffset) in bindBufferMemory() argument
105 VK_CHECK(vk.bindBufferMemory(device, buffer, mem, memOffset)); in bindBufferMemory()
108 …st DeviceInterface& vk, VkDevice device, VkImage image, VkDeviceMemory mem, VkDeviceSize memOffset) in bindImageMemory() argument
110 VK_CHECK(vk.bindImageMemory(device, image, mem, memOffset)); in bindImageMemory()
DvktRenderPassMultisampleTests.cpp118 … DeviceInterface& vk, VkDevice device, VkBuffer buffer, VkDeviceMemory mem, VkDeviceSize memOffset) in bindBufferMemory() argument
120 VK_CHECK(vk.bindBufferMemory(device, buffer, mem, memOffset)); in bindBufferMemory()
123 …st DeviceInterface& vk, VkDevice device, VkImage image, VkDeviceMemory mem, VkDeviceSize memOffset) in bindImageMemory() argument
125 VK_CHECK(vk.bindImageMemory(device, image, mem, memOffset)); in bindImageMemory()
DvktRenderPassTests.cpp286 … DeviceInterface& vk, VkDevice device, VkBuffer buffer, VkDeviceMemory mem, VkDeviceSize memOffset) in bindBufferMemory() argument
288 VK_CHECK(vk.bindBufferMemory(device, buffer, mem, memOffset)); in bindBufferMemory()
291 …st DeviceInterface& vk, VkDevice device, VkImage image, VkDeviceMemory mem, VkDeviceSize memOffset) in bindImageMemory() argument
293 VK_CHECK(vk.bindImageMemory(device, image, mem, memOffset)); in bindImageMemory()
/external/deqp/doc/testspecs/VK/
Dapitests.adoc261 * Straightforward mapping where allocation size matches object size and memOffset = 0