/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | VulkanInfo.cpp | 170 vkFunctions.GetPhysicalDeviceQueueFamilyProperties(physicalDevice, &count, nullptr); in GatherDeviceInfo() 173 vkFunctions.GetPhysicalDeviceQueueFamilyProperties(physicalDevice, &count, in GatherDeviceInfo()
|
D | VulkanFunctions.cpp | 63 GET_INSTANCE_PROC(GetPhysicalDeviceQueueFamilyProperties); in LoadInstanceProcs()
|
D | VulkanFunctions.h | 62 PFN_vkGetPhysicalDeviceQueueFamilyProperties GetPhysicalDeviceQueueFamilyProperties = member
|
/third_party/flutter/engine/flutter/vulkan/ |
D | vulkan_device.cc | 257 vk.GetPhysicalDeviceQueueFamilyProperties(physical_device_, &count, nullptr); in GetQueueFamilyProperties() 262 vk.GetPhysicalDeviceQueueFamilyProperties(physical_device_, &count, in GetQueueFamilyProperties()
|
D | vulkan_proc_table.h | 102 DEFINE_PROC(GetPhysicalDeviceQueueFamilyProperties);
|
D | vulkan_proc_table.cc | 81 ACQUIRE_PROC(GetPhysicalDeviceQueueFamilyProperties, handle); in SetupInstanceProcAddresses()
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/ |
D | VulkanExternalHelper.cpp | 66 std::vector<VkQueueFamilyProperties> GetPhysicalDeviceQueueFamilyProperties( in GetPhysicalDeviceQueueFamilyProperties() function 220 GetPhysicalDeviceQueueFamilyProperties(mPhysicalDevice); in initialize()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | VulkanInfo.cpp | 163 vkFunctions.GetPhysicalDeviceQueueFamilyProperties(physicalDevice, &count, nullptr); in GatherDeviceInfo() 166 vkFunctions.GetPhysicalDeviceQueueFamilyProperties(physicalDevice, &count, in GatherDeviceInfo()
|
D | VulkanFunctions.cpp | 74 GET_INSTANCE_PROC(GetPhysicalDeviceQueueFamilyProperties); in LoadInstanceProcs()
|
D | VulkanFunctions.h | 65 PFN_vkGetPhysicalDeviceQueueFamilyProperties GetPhysicalDeviceQueueFamilyProperties = member
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/ |
D | Device.cpp | 110 auto properties = GetPhysicalDeviceQueueFamilyProperties(driver, device); in GetComputeQueueFamilyIndex() 122 Device::GetPhysicalDeviceQueueFamilyProperties( in GetPhysicalDeviceQueueFamilyProperties() function in Device
|
D | Device.hpp | 150 GetPhysicalDeviceQueueFamilyProperties(
|
/third_party/skia/tests/ |
D | VkPriorityExtensionTest.cpp | 124 ACQUIRE_VK_PROC(GetPhysicalDeviceQueueFamilyProperties, inst, VK_NULL_HANDLE); in DEF_GPUTEST()
|
/third_party/flutter/skia/tests/ |
D | VkPriorityExtensionTest.cpp | 124 ACQUIRE_VK_PROC(GetPhysicalDeviceQueueFamilyProperties, inst, VK_NULL_HANDLE); in DEF_GPUTEST()
|
/third_party/mesa3d/src/vulkan/wsi/ |
D | wsi_common.c | 61 WSI_GET_CB(GetPhysicalDeviceQueueFamilyProperties); in wsi_device_init() 76 GetPhysicalDeviceQueueFamilyProperties(pdevice, &wsi->queue_family_count, NULL); in wsi_device_init()
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
D | VulkanHelper.cpp | 63 std::vector<VkQueueFamilyProperties> GetPhysicalDeviceQueueFamilyProperties( in GetPhysicalDeviceQueueFamilyProperties() function 290 GetPhysicalDeviceQueueFamilyProperties(mPhysicalDevice); in initialize()
|
/third_party/flutter/skia/tools/gpu/vk/ |
D | VkTestUtils.cpp | 528 ACQUIRE_VK_PROC(GetPhysicalDeviceQueueFamilyProperties, inst, VK_NULL_HANDLE); in CreateVkBackendContext()
|
/third_party/skia/tools/gpu/vk/ |
D | VkTestUtils.cpp | 543 ACQUIRE_VK_PROC(GetPhysicalDeviceQueueFamilyProperties, inst, VK_NULL_HANDLE); in CreateVkBackendContext()
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkInterface.cpp | 40 ACQUIRE_PROC(GetPhysicalDeviceQueueFamilyProperties, instance, VK_NULL_HANDLE); in GrVkInterface()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkInterface.cpp | 40 ACQUIRE_PROC(GetPhysicalDeviceQueueFamilyProperties, instance, VK_NULL_HANDLE); in GrVkInterface()
|
/third_party/mesa3d/src/vulkan/overlay-layer/ |
D | overlay.cpp | 425 instance_data->pd_vtable.GetPhysicalDeviceQueueFamilyProperties(data->physical_device, in device_map_queues() 430 instance_data->pd_vtable.GetPhysicalDeviceQueueFamilyProperties(data->physical_device, in device_map_queues()
|