Home
last modified time | relevance | path

Searched refs:image_opaque_binds (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_queue.c162 image_opaque_binds, image_opaque_bind_count); in vk_queue_submit_alloc()
195 submit->image_opaque_binds = image_opaque_binds; in vk_queue_submit_alloc()
587 const VkSparseImageOpaqueMemoryBindInfo *image_opaque_binds; member
610 sparse_memory_bind_entry_count += info->image_opaque_binds[i].bindCount; in vk_queue_submit()
728 if (info->image_opaque_binds) in vk_queue_submit()
729 typed_memcpy(submit->image_opaque_binds, info->image_opaque_binds, in vk_queue_submit()
735 submit->image_opaque_binds[i].pBinds = binds; in vk_queue_submit()
736 typed_memcpy(binds, info->image_opaque_binds[i].pBinds, in vk_queue_submit()
737 info->image_opaque_binds[i].bindCount); in vk_queue_submit()
739 sparse_memory_bind_entry_count += info->image_opaque_binds[i].bindCount; in vk_queue_submit()
[all …]
Dvk_queue.h234 VkSparseImageOpaqueMemoryBindInfo *image_opaque_binds; member