Searched refs:buffer_binds (Results 1 – 3 of 3) sorted by relevance
158 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; member606 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 …]
215 VkSparseBufferMemoryBindInfo *buffer_binds; member
4989 VkSparseBufferMemoryBindInfo *buffer_binds; member5020 VkResult result = radv_sparse_buffer_bind_memory(device, submission->buffer_binds + i); in radv_queue_submit_bind_sparse_memory()