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.cpp135 … DeviceInterface& vk, VkDevice device, VkBuffer buffer, VkDeviceMemory mem, VkDeviceSize memOffset) in bindBufferMemory() argument
137 VK_CHECK(vk.bindBufferMemory(device, buffer, mem, memOffset)); in bindBufferMemory()
140 …st DeviceInterface& vk, VkDevice device, VkImage image, VkDeviceMemory mem, VkDeviceSize memOffset) in bindImageMemory() argument
142 VK_CHECK(vk.bindImageMemory(device, image, mem, memOffset)); in bindImageMemory()
DvktRenderPassMultisampleTests.cpp123 … DeviceInterface& vk, VkDevice device, VkBuffer buffer, VkDeviceMemory mem, VkDeviceSize memOffset) in bindBufferMemory() argument
125 VK_CHECK(vk.bindBufferMemory(device, buffer, mem, memOffset)); in bindBufferMemory()
128 …st DeviceInterface& vk, VkDevice device, VkImage image, VkDeviceMemory mem, VkDeviceSize memOffset) in bindImageMemory() argument
130 VK_CHECK(vk.bindImageMemory(device, image, mem, memOffset)); in bindImageMemory()
DvktRenderPassTests.cpp309 … DeviceInterface& vk, VkDevice device, VkBuffer buffer, VkDeviceMemory mem, VkDeviceSize memOffset) in bindBufferMemory() argument
311 VK_CHECK(vk.bindBufferMemory(device, buffer, mem, memOffset)); in bindBufferMemory()
314 …st DeviceInterface& vk, VkDevice device, VkImage image, VkDeviceMemory mem, VkDeviceSize memOffset) in bindImageMemory() argument
316 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