Home
last modified time | relevance | path

Searched refs:bind_sparse_batches (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_queue.c55 const VkBindSparseInfo *bind_sparse_batches; member
68 VkBindSparseInfo *bind_sparse_batches; member
91 u.bind_sparse_batch = &submit->bind_sparse_batches[batch_index]; in vn_queue_submission_count_batch_semaphores()
184 u.bind_sparse_batch = &submit->temp.bind_sparse_batches[batch_index]; in vn_queue_submission_filter_batch_wsi_semaphores()
238 memcpy(submit->temp.bind_sparse_batches, submit->bind_sparse_batches, in vn_queue_submission_setup_batches()
239 sizeof(submit->bind_sparse_batches[0]) * submit->batch_count); in vn_queue_submission_setup_batches()
240 submit->bind_sparse_batches = submit->temp.bind_sparse_batches; in vn_queue_submission_setup_batches()
286 const VkBindSparseInfo *bind_sparse_batches, in vn_queue_submission_prepare_bind_sparse()
282 vn_queue_submission_prepare_bind_sparse( struct vn_queue_submission *submit, VkQueue queue, uint32_t batch_count, const VkBindSparseInfo *bind_sparse_batches, VkFence fence) vn_queue_submission_prepare_bind_sparse() argument
[all...]

Completed in 2 milliseconds