Home | History | Annotate | Download | only in unique_objects

Lines Matching refs:QueueBindSparse

309 VKAPI_ATTR VkResult VKAPI_CALL QueueBindSparse(VkQueue queue, uint32_t bindInfoCount, const VkBindSparseInfo* pBindInfo, VkFence fence)
380 VkResult result = get_dispatch_table(unique_objects_device_table_map, queue)->QueueBindSparse(queue, bindInfoCount, (const VkBindSparseInfo*)local_pBindInfo, fence);
2227 if (!strcmp(name, "QueueBindSparse"))
2228 return (PFN_vkVoidFunction) QueueBindSparse;