Lines Matching defs:buffer_binds
158 VK_MULTIALLOC_DECL(&ma, VkSparseBufferMemoryBindInfo, buffer_binds,
193 submit->buffer_binds = buffer_binds;
583 const VkSparseBufferMemoryBindInfo *buffer_binds;
606 sparse_memory_bind_entry_count += info->buffer_binds[i].bindCount;
704 if (info->buffer_binds)
705 typed_memcpy(submit->buffer_binds, info->buffer_binds, info->buffer_bind_count);
710 submit->buffer_binds[i].pBinds = binds;
711 typed_memcpy(binds, info->buffer_binds[i].pBinds,
712 info->buffer_binds[i].bindCount);
714 sparse_memory_bind_entry_count += info->buffer_binds[i].bindCount;
1251 .buffer_binds = pBindInfo[i].pBufferBinds,