Searched refs:GetPhysicalDeviceFeatures (Results 1 – 16 of 16) sorted by relevance
/third_party/flutter/engine/flutter/vulkan/ |
D | vulkan_device.cc | 217 bool VulkanDevice::GetPhysicalDeviceFeatures( in GetPhysicalDeviceFeatures() function in vulkan::VulkanDevice 222 vk.GetPhysicalDeviceFeatures(physical_device_, features); in GetPhysicalDeviceFeatures() 233 if (!GetPhysicalDeviceFeatures(&features)) { in GetPhysicalDeviceFeaturesSkia()
|
D | vulkan_device.h | 45 bool GetPhysicalDeviceFeatures(VkPhysicalDeviceFeatures* features) const;
|
D | vulkan_proc_table.h | 101 DEFINE_PROC(GetPhysicalDeviceFeatures);
|
D | vulkan_proc_table.cc | 80 ACQUIRE_PROC(GetPhysicalDeviceFeatures, handle); in SetupInstanceProcAddresses()
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | VulkanFunctions.cpp | 58 GET_INSTANCE_PROC(GetPhysicalDeviceFeatures); in LoadInstanceProcs()
|
D | VulkanInfo.cpp | 154 vkFunctions.GetPhysicalDeviceFeatures(physicalDevice, &info.features); in GatherDeviceInfo()
|
D | VulkanFunctions.h | 56 PFN_vkGetPhysicalDeviceFeatures GetPhysicalDeviceFeatures = nullptr; member
|
/third_party/flutter/skia/tests/ |
D | VkPriorityExtensionTest.cpp | 125 ACQUIRE_VK_PROC(GetPhysicalDeviceFeatures, inst, VK_NULL_HANDLE); in DEF_GPUTEST()
|
/third_party/skia/tests/ |
D | VkPriorityExtensionTest.cpp | 125 ACQUIRE_VK_PROC(GetPhysicalDeviceFeatures, inst, VK_NULL_HANDLE); in DEF_GPUTEST()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | VulkanFunctions.cpp | 69 GET_INSTANCE_PROC(GetPhysicalDeviceFeatures); in LoadInstanceProcs()
|
D | VulkanInfo.cpp | 263 vkFunctions.GetPhysicalDeviceFeatures(physicalDevice, &info.features); in GatherDeviceInfo()
|
D | VulkanFunctions.h | 59 PFN_vkGetPhysicalDeviceFeatures GetPhysicalDeviceFeatures = nullptr; member
|
/third_party/skia/tools/gpu/vk/ |
D | VkTestUtils.cpp | 544 ACQUIRE_VK_PROC(GetPhysicalDeviceFeatures, inst, VK_NULL_HANDLE); in CreateVkBackendContext()
|
/third_party/flutter/skia/tools/gpu/vk/ |
D | VkTestUtils.cpp | 529 ACQUIRE_VK_PROC(GetPhysicalDeviceFeatures, inst, VK_NULL_HANDLE); in CreateVkBackendContext()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkInterface.cpp | 36 ACQUIRE_PROC(GetPhysicalDeviceFeatures, instance, VK_NULL_HANDLE); in GrVkInterface()
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkInterface.cpp | 36 ACQUIRE_PROC(GetPhysicalDeviceFeatures, instance, VK_NULL_HANDLE); in GrVkInterface()
|