Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/vk/
H A DGrVkInterface.h90 VkPtr<PFN_vkQueueBindSparse> fQueueBindSparse;
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DVulkanFunctions.h257 PFN_vkQueueBindSparse QueueBindSparse = nullptr;
/third_party/skia/third_party/externals/angle2/src/third_party/volk/
H A Dvolk.h224 PFN_vkQueueBindSparse vkQueueBindSparse;
640 extern PFN_vkQueueBindSparse vkQueueBindSparse;
H A Dvolk.c434 vkQueueBindSparse = (PFN_vkQueueBindSparse)load(context, "vkQueueBindSparse"); in volkGenLoadDevice()
835 table->vkQueueBindSparse = (PFN_vkQueueBindSparse)load(context, "vkQueueBindSparse"); in volkGenLoadDeviceTable()
1255 PFN_vkQueueBindSparse vkQueueBindSparse;
/third_party/vulkan-loader/loader/generated/
H A Dvk_layer_dispatch_table.h322 PFN_vkQueueBindSparse QueueBindSparse;
H A Dvk_dispatch_table_helper.h56 table->QueueBindSparse = (PFN_vkQueueBindSparse)gpa(device, "vkQueueBindSparse"); in layer_init_device_dispatch_table()
H A Dvk_loader_extensions.c353 table->QueueBindSparse = (PFN_vkQueueBindSparse)gpa(dev, "vkQueueBindSparse"); in loader_init_device_dispatch_table()
/third_party/glfw/deps/glad/
H A Dvulkan.h5094 typedef VkResult (GLAD_API_PTR *PFN_vkQueueBindSparse)(VkQueue queue, uint32_t bindInfoCount, const VkBindSparseInfo * pBindInfo, VkFence fence); typedef
5539 GLAD_API_CALL PFN_vkQueueBindSparse glad_vkQueueBindSparse;
5840 PFN_vkQueueBindSparse glad_vkQueueBindSparse = NULL;
5989 glad_vkQueueBindSparse = (PFN_vkQueueBindSparse) load(userptr, "vkQueueBindSparse"); in glad_vk_load_VK_VERSION_1_0()
/third_party/vulkan-loader/tests/framework/layer/
H A Dvk_dispatch_table_helper.h56 table->QueueBindSparse = (PFN_vkQueueBindSparse)gpa(device, "vkQueueBindSparse"); in layer_init_device_dispatch_table()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan.hpp10914 PFN_vkQueueBindSparse vkQueueBindSparse = 0;
11896 vkQueueBindSparse = PFN_vkQueueBindSparse( vkGetInstanceProcAddr( instance, "vkQueueBindSparse" ) );
13098 vkQueueBindSparse = PFN_vkQueueBindSparse( vkGetDeviceProcAddr( device, "vkQueueBindSparse" ) );
H A Dvulkan_raii.hpp714 vkQueueBindSparse = PFN_vkQueueBindSparse( vkGetDeviceProcAddr( device, "vkQueueBindSparse" ) ); in init()
1598 PFN_vkQueueBindSparse vkQueueBindSparse = 0;
H A Dvulkan_core.h3545 typedef VkResult (VKAPI_PTR *PFN_vkQueueBindSparse)(VkQueue queue, uint32_t bindInfoCount, const VkBindSparseInfo* pBindInfo, VkFence fence); typedef
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan.hpp16434 PFN_vkQueueBindSparse vkQueueBindSparse = 0;
17631 vkQueueBindSparse = PFN_vkQueueBindSparse( vkGetInstanceProcAddr( instance, "vkQueueBindSparse" ) );
18949 vkQueueBindSparse = PFN_vkQueueBindSparse( vkGetDeviceProcAddr( device, "vkQueueBindSparse" ) );
H A Dvulkan_raii.hpp705 vkQueueBindSparse = PFN_vkQueueBindSparse( vkGetDeviceProcAddr( device, "vkQueueBindSparse" ) ); in DeviceDispatcher()
1748 PFN_vkQueueBindSparse vkQueueBindSparse = 0;
[all...]
H A Dvulkan_core.h3959 typedef VkResult (VKAPI_PTR *PFN_vkQueueBindSparse)(VkQueue queue, uint32_t bindInfoCount, const VkBindSparseInfo* pBindInfo, VkFence fence); typedef
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h3452 typedef VkResult (VKAPI_PTR *PFN_vkQueueBindSparse)(VkQueue queue, uint32_t bindInfoCount, const VkBindSparseInfo* pBindInfo, VkFence fence); typedef
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h3809 typedef VkResult (VKAPI_PTR *PFN_vkQueueBindSparse)(VkQueue queue, uint32_t bindInfoCount, const VkBindSparseInfo* pBindInfo, VkFence fence); typedef
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h3594 typedef VkResult (VKAPI_PTR *PFN_vkQueueBindSparse)(VkQueue queue, uint32_t bindInfoCount, const VkBindSparseInfo* pBindInfo, VkFence fence); typedef

Completed in 386 milliseconds