Home
last modified time | relevance | path

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

/third_party/mesa3d/src/vulkan/runtime/
Dvk_queue.c158 VK_MULTIALLOC_DECL(&ma, VkSparseBufferMemoryBindInfo, buffer_binds, in vk_queue_submit_alloc()
193 submit->buffer_binds = buffer_binds; in vk_queue_submit_alloc()
583 const VkSparseBufferMemoryBindInfo *buffer_binds; member
606 sparse_memory_bind_entry_count += info->buffer_binds[i].bindCount; in vk_queue_submit()
704 if (info->buffer_binds) in vk_queue_submit()
705 typed_memcpy(submit->buffer_binds, info->buffer_binds, info->buffer_bind_count); in vk_queue_submit()
710 submit->buffer_binds[i].pBinds = binds; in vk_queue_submit()
711 typed_memcpy(binds, info->buffer_binds[i].pBinds, in vk_queue_submit()
712 info->buffer_binds[i].bindCount); in vk_queue_submit()
714 sparse_memory_bind_entry_count += info->buffer_binds[i].bindCount; in vk_queue_submit()
[all …]
Dvk_queue.h215 VkSparseBufferMemoryBindInfo *buffer_binds; member
/third_party/mesa3d/src/amd/vulkan/
Dradv_device.c4989 VkSparseBufferMemoryBindInfo *buffer_binds; member
5020 VkResult result = radv_sparse_buffer_bind_memory(device, submission->buffer_binds + i); in radv_queue_submit_bind_sparse_memory()