Home
last modified time | relevance | path

Searched refs:GetPhysicalDeviceQueueFamilyProperties (Results 1 – 21 of 21) sorted by relevance

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanInfo.cpp170 vkFunctions.GetPhysicalDeviceQueueFamilyProperties(physicalDevice, &count, nullptr); in GatherDeviceInfo()
173 vkFunctions.GetPhysicalDeviceQueueFamilyProperties(physicalDevice, &count, in GatherDeviceInfo()
DVulkanFunctions.cpp63 GET_INSTANCE_PROC(GetPhysicalDeviceQueueFamilyProperties); in LoadInstanceProcs()
DVulkanFunctions.h62 PFN_vkGetPhysicalDeviceQueueFamilyProperties GetPhysicalDeviceQueueFamilyProperties = member
/third_party/flutter/engine/flutter/vulkan/
Dvulkan_device.cc257 vk.GetPhysicalDeviceQueueFamilyProperties(physical_device_, &count, nullptr); in GetQueueFamilyProperties()
262 vk.GetPhysicalDeviceQueueFamilyProperties(physical_device_, &count, in GetQueueFamilyProperties()
Dvulkan_proc_table.h102 DEFINE_PROC(GetPhysicalDeviceQueueFamilyProperties);
Dvulkan_proc_table.cc81 ACQUIRE_PROC(GetPhysicalDeviceQueueFamilyProperties, handle); in SetupInstanceProcAddresses()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/
DVulkanExternalHelper.cpp66 std::vector<VkQueueFamilyProperties> GetPhysicalDeviceQueueFamilyProperties( in GetPhysicalDeviceQueueFamilyProperties() function
220 GetPhysicalDeviceQueueFamilyProperties(mPhysicalDevice); in initialize()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanInfo.cpp163 vkFunctions.GetPhysicalDeviceQueueFamilyProperties(physicalDevice, &count, nullptr); in GatherDeviceInfo()
166 vkFunctions.GetPhysicalDeviceQueueFamilyProperties(physicalDevice, &count, in GatherDeviceInfo()
DVulkanFunctions.cpp74 GET_INSTANCE_PROC(GetPhysicalDeviceQueueFamilyProperties); in LoadInstanceProcs()
DVulkanFunctions.h65 PFN_vkGetPhysicalDeviceQueueFamilyProperties GetPhysicalDeviceQueueFamilyProperties = member
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
DDevice.cpp110 auto properties = GetPhysicalDeviceQueueFamilyProperties(driver, device); in GetComputeQueueFamilyIndex()
122 Device::GetPhysicalDeviceQueueFamilyProperties( in GetPhysicalDeviceQueueFamilyProperties() function in Device
DDevice.hpp150 GetPhysicalDeviceQueueFamilyProperties(
/third_party/skia/tests/
DVkPriorityExtensionTest.cpp124 ACQUIRE_VK_PROC(GetPhysicalDeviceQueueFamilyProperties, inst, VK_NULL_HANDLE); in DEF_GPUTEST()
/third_party/flutter/skia/tests/
DVkPriorityExtensionTest.cpp124 ACQUIRE_VK_PROC(GetPhysicalDeviceQueueFamilyProperties, inst, VK_NULL_HANDLE); in DEF_GPUTEST()
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common.c61 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/
DVulkanHelper.cpp63 std::vector<VkQueueFamilyProperties> GetPhysicalDeviceQueueFamilyProperties( in GetPhysicalDeviceQueueFamilyProperties() function
290 GetPhysicalDeviceQueueFamilyProperties(mPhysicalDevice); in initialize()
/third_party/flutter/skia/tools/gpu/vk/
DVkTestUtils.cpp528 ACQUIRE_VK_PROC(GetPhysicalDeviceQueueFamilyProperties, inst, VK_NULL_HANDLE); in CreateVkBackendContext()
/third_party/skia/tools/gpu/vk/
DVkTestUtils.cpp543 ACQUIRE_VK_PROC(GetPhysicalDeviceQueueFamilyProperties, inst, VK_NULL_HANDLE); in CreateVkBackendContext()
/third_party/flutter/skia/src/gpu/vk/
DGrVkInterface.cpp40 ACQUIRE_PROC(GetPhysicalDeviceQueueFamilyProperties, instance, VK_NULL_HANDLE); in GrVkInterface()
/third_party/skia/src/gpu/vk/
DGrVkInterface.cpp40 ACQUIRE_PROC(GetPhysicalDeviceQueueFamilyProperties, instance, VK_NULL_HANDLE); in GrVkInterface()
/third_party/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp425 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()