/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | VulkanExtensions.cpp | 35 {InstanceExt::GetPhysicalDeviceProperties2, "VK_KHR_get_physical_device_properties2", member in dawn_native::vulkan::InstanceExt 89 case InstanceExt::GetPhysicalDeviceProperties2: 98 hasDependencies = HasDep(InstanceExt::GetPhysicalDeviceProperties2); 136 {DeviceExt::GetPhysicalDeviceProperties2, "VK_KHR_get_physical_device_properties2", 210 case DeviceExt::GetPhysicalDeviceProperties2: 211 hasDependencies = instanceExts[InstanceExt::GetPhysicalDeviceProperties2]; 215 HasDep(DeviceExt::GetPhysicalDeviceProperties2); 219 HasDep(DeviceExt::GetPhysicalDeviceProperties2); 224 HasDep(DeviceExt::GetPhysicalDeviceProperties2) && 237 HasDep(DeviceExt::GetPhysicalDeviceProperties2); [all...] |
H A D | VulkanExtensions.h | 28 GetPhysicalDeviceProperties2, member in dawn_native::vulkan::InstanceExt 78 GetPhysicalDeviceProperties2, member in dawn_native::vulkan::DeviceExt
|
H A D | VulkanFunctions.cpp | 107 GET_INSTANCE_PROC(GetPhysicalDeviceProperties2); in LoadInstanceProcs() 113 } else if (globalInfo.HasExt(InstanceExt::GetPhysicalDeviceProperties2)) { in LoadInstanceProcs() 115 GET_INSTANCE_PROC_VENDOR(GetPhysicalDeviceProperties2, KHR); in LoadInstanceProcs()
|
H A D | VulkanInfo.cpp | 218 // the extensions. DeviceExt::GetPhysicalDeviceProperties2 is guaranteed to be available in GatherDeviceInfo() 251 // If we have DeviceExt::GetPhysicalDeviceProperties2, use features2 and properties2 so in GatherDeviceInfo() 257 if (info.extensions[DeviceExt::GetPhysicalDeviceProperties2]) { in GatherDeviceInfo() 258 vkFunctions.GetPhysicalDeviceProperties2(physicalDevice, &properties2); in GatherDeviceInfo()
|
H A D | VulkanFunctions.h | 108 PFN_vkGetPhysicalDeviceProperties2 GetPhysicalDeviceProperties2 = nullptr; member
|
H A D | DeviceVk.cpp | 320 // if HasExt(DeviceExt::GetPhysicalDeviceProperties2) is true. in CreateDevice() 443 // When we have DeviceExt::GetPhysicalDeviceProperties2, use features2 so that features not in CreateDevice() 445 if (mDeviceInfo.HasExt(DeviceExt::GetPhysicalDeviceProperties2)) { in CreateDevice()
|
/third_party/mesa3d/src/vulkan/device-select-layer/ |
H A D | device_select_layer.c | 52 PFN_vkGetPhysicalDeviceProperties2 GetPhysicalDeviceProperties2; member 176 DEVSEL_GET_CB(GetPhysicalDeviceProperties2); in device_select_CreateInstance() 197 if (info->GetPhysicalDeviceProperties2 && properties->properties.apiVersion >= VK_API_VERSION_1_1) in get_device_properties() 198 info->GetPhysicalDeviceProperties2(device, properties); in get_device_properties()
|
/third_party/ffmpeg/libavutil/ |
H A D | vulkan_functions.h | 67 MACRO(1, 0, FF_VK_EXT_NO_FLAG, GetPhysicalDeviceProperties2) \
|
H A D | hwcontext_vulkan.c | 818 vk->GetPhysicalDeviceProperties2(devices[i], &prop[i]); in find_device() 1455 vk->GetPhysicalDeviceProperties2(hwctx->phys_dev, &p->props); in vulkan_device_init()
|
/third_party/vulkan-loader/loader/ |
H A D | loader_linux.c | 301 GetPhysDevProps2 = icd_term->dispatch.GetPhysicalDeviceProperties2; in linux_read_sorted_physical_devices() 404 GetPhysDevProps2 = icd_term->dispatch.GetPhysicalDeviceProperties2; in linux_sort_physical_device_groups()
|
H A D | terminator.c | 197 fpGetPhysicalDeviceProperties2 = icd_term->dispatch.GetPhysicalDeviceProperties2; in terminator_GetPhysicalDeviceProperties2()
|
H A D | loader_windows.c | 903 GetPhysDevProps2 = icd_phys_devs_array[i].icd_term->dispatch.GetPhysicalDeviceProperties2; in sort_physical_devices_with_same_luid()
|
H A D | trampoline.c | 2674 disp->GetPhysicalDeviceProperties2(unwrapped_phys_dev, pProperties); in vkGetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_physical_device.c | 127 pdevice->dispatch_table.GetPhysicalDeviceProperties2(physicalDevice, in vk_common_GetPhysicalDeviceProperties()
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkInterface.cpp | 175 ACQUIRE_PROC(GetPhysicalDeviceProperties2, instance, VK_NULL_HANDLE); in GrVkInterface() 184 ACQUIRE_PROC_SUFFIX(GetPhysicalDeviceProperties2, KHR, instance, VK_NULL_HANDLE); in GrVkInterface()
|
H A D | GrVkCaps.cpp | 671 GR_VK_CALL(vkInterface, GetPhysicalDeviceProperties2(physDev, &props)); in initGrCaps()
|
/third_party/vulkan-loader/loader/generated/ |
H A D | vk_loader_extensions.h | 234 PFN_vkGetPhysicalDeviceProperties2 GetPhysicalDeviceProperties2; member
|
H A D | vk_layer_dispatch_table.h | 61 PFN_vkGetPhysicalDeviceProperties2 GetPhysicalDeviceProperties2; member
|
H A D | vk_dispatch_table_helper.h | 773 table->GetPhysicalDeviceProperties2 = (PFN_vkGetPhysicalDeviceProperties2)gpa(instance, "vkGetPhysicalDeviceProperties2"); in layer_init_instance_dispatch_table()
|
H A D | vk_loader_extensions.c | 85 LOOKUP_GIPA(GetPhysicalDeviceProperties2); in loader_icd_init_entries() 1243 table->GetPhysicalDeviceProperties2 = (PFN_vkGetPhysicalDeviceProperties2)gpa(inst, "vkGetPhysicalDeviceProperties2"); in loader_init_instance_core_dispatch_table() 3024 if (!strcmp(name, "GetPhysicalDeviceProperties2")) return (void *)table->GetPhysicalDeviceProperties2; in loader_lookup_instance_dispatch_table() 12081 .GetPhysicalDeviceProperties2 = terminator_GetPhysicalDeviceProperties2,
|
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common.c | 82 WSI_GET_CB(GetPhysicalDeviceProperties2); in wsi_device_init() 93 GetPhysicalDeviceProperties2(pdevice, &pdp2); in wsi_device_init()
|
/third_party/mesa3d/src/amd/compiler/tests/ |
H A D | helpers.cpp | 54 ITEM(GetPhysicalDeviceProperties2)\
|
/third_party/vulkan-loader/tests/framework/layer/ |
H A D | vk_dispatch_table_helper.h | 758 table->GetPhysicalDeviceProperties2 = (PFN_vkGetPhysicalDeviceProperties2)gpa(instance, "vkGetPhysicalDeviceProperties2"); in layer_init_instance_dispatch_table()
|
/third_party/vulkan-loader/tests/ |
H A D | loader_layer_tests.cpp | 2014 // This test makes sure that any layer calling GetPhysicalDeviceProperties2 inside of CreateInstance 2016 TEST(LayerCreateInstance, GetPhysicalDeviceProperties2) { in TEST() 2042 layer.instance_dispatch_table.GetPhysicalDeviceProperties2(phys_dev, &props2); in TEST()
|