Home
last modified time | relevance | path

Searched refs:QueueBindSparse (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanFunctions.cpp280 GET_DEVICE_PROC(QueueBindSparse); in LoadDeviceProcs()
DVulkanFunctions.h257 PFN_vkQueueBindSparse QueueBindSparse = nullptr; member
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_bo.c753 VkResult ret = VKSCR(QueueBindSparse)(screen->queue_sparse, 1, &sparse, VK_NULL_HANDLE); in buffer_commit_single()
892 VkResult ret = VKSCR(QueueBindSparse)(screen->queue_sparse, 1, &sparse, VK_NULL_HANDLE); in texture_commit_single()
924 VkResult ret = VKSCR(QueueBindSparse)(screen->queue_sparse, 1, &sparse, VK_NULL_HANDLE); in texture_commit_miptail()
/third_party/vulkan-loader/loader/generated/
Dvk_layer_dispatch_table.h312 PFN_vkQueueBindSparse QueueBindSparse; member
Dvk_loader_extensions.c362 table->QueueBindSparse = (PFN_vkQueueBindSparse)gpa(dev, "vkQueueBindSparse"); in loader_init_device_dispatch_table()
1421 if (!strcmp(name, "QueueBindSparse")) return (void *)table->QueueBindSparse; in loader_lookup_device_dispatch_table()
Dvk_dispatch_table_helper.h448 table->QueueBindSparse = (PFN_vkQueueBindSparse) gpa(device, "vkQueueBindSparse"); in layer_init_device_dispatch_table()
/third_party/skia/src/gpu/vk/
DGrVkInterface.cpp66 ACQUIRE_PROC(QueueBindSparse, VK_NULL_HANDLE, device); in GrVkInterface()
/third_party/vulkan-loader/loader/
Dtrampoline.c1171 return disp->QueueBindSparse(queue, bindInfoCount, pBindInfo, fence); in vkQueueBindSparse()
/third_party/mesa3d/docs/relnotes/
D22.1.0.rst1732 - panvk: Drop QueueBindSparse