Home
last modified time | relevance | path

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

/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_physical_device.c140 pdevice->dispatch_table.GetPhysicalDeviceQueueFamilyProperties2(physicalDevice, in vk_common_GetPhysicalDeviceQueueFamilyProperties()
153 pdevice->dispatch_table.GetPhysicalDeviceQueueFamilyProperties2(physicalDevice, in vk_common_GetPhysicalDeviceQueueFamilyProperties()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DVulkanFunctions.cpp110 GET_INSTANCE_PROC(GetPhysicalDeviceQueueFamilyProperties2); in LoadInstanceProcs()
118 GET_INSTANCE_PROC_VENDOR(GetPhysicalDeviceQueueFamilyProperties2, KHR); in LoadInstanceProcs()
H A DVulkanFunctions.h112 PFN_vkGetPhysicalDeviceQueueFamilyProperties2 GetPhysicalDeviceQueueFamilyProperties2 = member
/third_party/skia/src/gpu/vk/
H A DGrVkInterface.cpp178 ACQUIRE_PROC(GetPhysicalDeviceQueueFamilyProperties2, instance, VK_NULL_HANDLE); in GrVkInterface()
187 ACQUIRE_PROC_SUFFIX(GetPhysicalDeviceQueueFamilyProperties2, KHR, instance, VK_NULL_HANDLE); in GrVkInterface()
/third_party/vulkan-loader/loader/generated/
H A Dvk_loader_extensions.h237 PFN_vkGetPhysicalDeviceQueueFamilyProperties2 GetPhysicalDeviceQueueFamilyProperties2; member
H A Dvk_layer_dispatch_table.h64 PFN_vkGetPhysicalDeviceQueueFamilyProperties2 GetPhysicalDeviceQueueFamilyProperties2; member
H A Dvk_dispatch_table_helper.h778 table->GetPhysicalDeviceQueueFamilyProperties2 = in layer_init_instance_dispatch_table()
H A Dvk_loader_extensions.c88 LOOKUP_GIPA(GetPhysicalDeviceQueueFamilyProperties2); in loader_icd_init_entries()
1246 table->GetPhysicalDeviceQueueFamilyProperties2 = (PFN_vkGetPhysicalDeviceQueueFamilyProperties2)gpa(inst, "vkGetPhysicalDeviceQueueFamilyProperties2"); in loader_init_instance_core_dispatch_table()
3027 if (!strcmp(name, "GetPhysicalDeviceQueueFamilyProperties2")) return (void *)table->GetPhysicalDeviceQueueFamilyProperties2; in loader_lookup_instance_dispatch_table()
12084 .GetPhysicalDeviceQueueFamilyProperties2 = terminator_GetPhysicalDeviceQueueFamilyProperties2,
/third_party/vulkan-loader/loader/
H A Dterminator.c338 fpGetPhysicalDeviceQueueFamilyProperties2 = icd_term->dispatch.GetPhysicalDeviceQueueFamilyProperties2; in terminator_GetPhysicalDeviceQueueFamilyProperties2()
H A Dtrampoline.c2732 disp->GetPhysicalDeviceQueueFamilyProperties2(unwrapped_phys_dev, pQueueFamilyPropertyCount, pQueueFamilyProperties); in vkGetPhysicalDeviceQueueFamilyProperties2()
/third_party/vulkan-loader/tests/framework/layer/
H A Dvk_dispatch_table_helper.h763 table->GetPhysicalDeviceQueueFamilyProperties2 = in layer_init_instance_dispatch_table()

Completed in 37 milliseconds