Home
last modified time | relevance | path

Searched refs:GetPhysicalDeviceProperties (Results 1 – 25 of 32) sorted by relevance

12

/third_party/vulkan-loader/loader/
Dterminator.c43 if (NULL != icd_term->dispatch.GetPhysicalDeviceProperties) { in terminator_GetPhysicalDeviceProperties()
44 icd_term->dispatch.GetPhysicalDeviceProperties(phys_dev_term->phys_dev, pProperties); in terminator_GetPhysicalDeviceProperties()
209 … icd_term->dispatch.GetPhysicalDeviceProperties(phys_dev_term->phys_dev, &pProperties->properties); in terminator_GetPhysicalDeviceProperties2()
636 if (icd_term->dispatch.GetPhysicalDeviceProperties) { in terminator_GetPhysicalDeviceToolProperties()
637 icd_term->dispatch.GetPhysicalDeviceProperties(phys_dev_term->phys_dev, &properties); in terminator_GetPhysicalDeviceToolProperties()
Dloader_linux.c263 …icd_term->dispatch.GetPhysicalDeviceProperties(sorted_device_info[index].physical_device, &dev_pro… in linux_read_sorted_physical_devices()
365 …icd_term->dispatch.GetPhysicalDeviceProperties(sorted_group_term[group].internal_device_info[gpu].… in linux_sort_physical_device_groups()
/third_party/mesa3d/src/vulkan/device-select-layer/
Ddevice_select_layer.c51 PFN_vkGetPhysicalDeviceProperties GetPhysicalDeviceProperties; member
173 DEVSEL_GET_CB(GetPhysicalDeviceProperties); in device_select_CreateInstance()
195 info->GetPhysicalDeviceProperties(device, &properties->properties); in get_device_properties()
584 info->GetPhysicalDeviceProperties(physical_device, &properties.properties); in device_select_EnumeratePhysicalDeviceGroups()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanFunctions.cpp62 GET_INSTANCE_PROC(GetPhysicalDeviceProperties); in LoadInstanceProcs()
DVulkanInfo.cpp153 vkFunctions.GetPhysicalDeviceProperties(physicalDevice, &info.properties); in GatherDeviceInfo()
DVulkanFunctions.h61 PFN_vkGetPhysicalDeviceProperties GetPhysicalDeviceProperties = nullptr; member
/third_party/skia/tests/
DVkPriorityExtensionTest.cpp123 ACQUIRE_VK_PROC(GetPhysicalDeviceProperties, inst, VK_NULL_HANDLE); in DEF_GPUTEST()
/third_party/flutter/skia/tests/
DVkPriorityExtensionTest.cpp123 ACQUIRE_VK_PROC(GetPhysicalDeviceProperties, inst, VK_NULL_HANDLE); in DEF_GPUTEST()
/third_party/flutter/skia/src/gpu/vk/
DGrVkAMDMemoryAllocator.cpp24 GR_COPY_FUNCTION(GetPhysicalDeviceProperties); in GrVkAMDMemoryAllocator()
DGrVkInterface.cpp39 ACQUIRE_PROC(GetPhysicalDeviceProperties, instance, VK_NULL_HANDLE); in GrVkInterface()
DGrVkCaps.cpp268 GR_VK_CALL(vkInterface, GetPhysicalDeviceProperties(physDev, &properties)); in init()
/third_party/skia/src/gpu/vk/
DGrVkAMDMemoryAllocator.cpp39 GR_COPY_FUNCTION(GetPhysicalDeviceProperties); in Make()
DGrVkInterface.cpp39 ACQUIRE_PROC(GetPhysicalDeviceProperties, instance, VK_NULL_HANDLE); in GrVkInterface()
DGrVkCaps.cpp296 GR_VK_CALL(vkInterface, GetPhysicalDeviceProperties(physDev, &properties)); in init()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanFunctions.cpp73 GET_INSTANCE_PROC(GetPhysicalDeviceProperties); in LoadInstanceProcs()
DVulkanFunctions.h64 PFN_vkGetPhysicalDeviceProperties GetPhysicalDeviceProperties = nullptr; member
DVulkanInfo.cpp147 vkFunctions.GetPhysicalDeviceProperties(physicalDevice, &info.properties); in GatherDeviceInfo()
/third_party/vulkan-loader/loader/generated/
Dvk_loader_extensions.h218 PFN_vkGetPhysicalDeviceProperties GetPhysicalDeviceProperties; member
Dvk_layer_dispatch_table.h41 PFN_vkGetPhysicalDeviceProperties GetPhysicalDeviceProperties; member
/third_party/mesa3d/src/vulkan/runtime/
Dvk_pipeline_cache.c595 device->physical->dispatch_table.GetPhysicalDeviceProperties( in vk_pipeline_cache_create()
/third_party/flutter/skia/tools/gpu/vk/
DVkTestUtils.cpp527 ACQUIRE_VK_PROC(GetPhysicalDeviceProperties, inst, VK_NULL_HANDLE); in CreateVkBackendContext()
/third_party/skia/tools/gpu/vk/
DVkTestUtils.cpp542 ACQUIRE_VK_PROC(GetPhysicalDeviceProperties, inst, VK_NULL_HANDLE); in CreateVkBackendContext()
/third_party/vulkan-loader/tests/framework/layer/
Dtest_layer.cpp353 layer.instance_dispatch_table.GetPhysicalDeviceProperties(physicalDevice, pProperties); in test_vkGetPhysicalDeviceProperties()
Dwrap_objects.cpp392 phys_dev->inst->layer_disp.GetPhysicalDeviceProperties(vk_phys_dev, pProperties); in vkGetPhysicalDeviceProperties()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_screen.c1349 VKSCR(GetPhysicalDeviceProperties)(pdevs[i], &props); in choose_pdev()
1371 VKSCR(GetPhysicalDeviceProperties)(screen->pdev, &screen->info.props); in choose_pdev()

12