Home
last modified time | relevance | path

Searched refs:EnumerateDeviceLayerProperties (Results 1 – 15 of 15) sorted by relevance

/third_party/flutter/engine/flutter/vulkan/
Dvulkan_utilities.cc67 if (VK_CALL_LOG_ERROR(vk.EnumerateDeviceLayerProperties( in InstanceOrDeviceLayersToEnable()
82 if (VK_CALL_LOG_ERROR(vk.EnumerateDeviceLayerProperties( in InstanceOrDeviceLayersToEnable()
Dvulkan_proc_table.h91 DEFINE_PROC(EnumerateDeviceLayerProperties);
Dvulkan_proc_table.cc77 ACQUIRE_PROC(EnumerateDeviceLayerProperties, handle); in SetupInstanceProcAddresses()
/third_party/skia/tests/
DVkPriorityExtensionTest.cpp184 GET_PROC_LOCAL(EnumerateDeviceLayerProperties, inst, VK_NULL_HANDLE); in DEF_GPUTEST()
187 !EnumerateDeviceLayerProperties) { in DEF_GPUTEST()
/third_party/flutter/skia/tests/
DVkPriorityExtensionTest.cpp184 GET_PROC_LOCAL(EnumerateDeviceLayerProperties, inst, VK_NULL_HANDLE); in DEF_GPUTEST()
187 !EnumerateDeviceLayerProperties) { in DEF_GPUTEST()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanInfo.cpp181 vkFunctions.EnumerateDeviceLayerProperties(physicalDevice, &count, nullptr); in GatherDeviceInfo()
187 result = vkFunctions.EnumerateDeviceLayerProperties(physicalDevice, &count, in GatherDeviceInfo()
DVulkanFunctions.cpp55 GET_INSTANCE_PROC(EnumerateDeviceLayerProperties); in LoadInstanceProcs()
DVulkanFunctions.h53 PFN_vkEnumerateDeviceLayerProperties EnumerateDeviceLayerProperties = nullptr; member
/third_party/flutter/skia/tools/gpu/vk/
DVkTestUtils.cpp227 GET_PROC_LOCAL(EnumerateDeviceLayerProperties, inst, VK_NULL_HANDLE); in init_device_extensions_and_layers()
230 !EnumerateDeviceLayerProperties) { in init_device_extensions_and_layers()
238 res = EnumerateDeviceLayerProperties(physDev, &layerCount, nullptr); in init_device_extensions_and_layers()
243 res = EnumerateDeviceLayerProperties(physDev, &layerCount, layers); in init_device_extensions_and_layers()
/third_party/skia/tools/gpu/vk/
DVkTestUtils.cpp240 GET_PROC_LOCAL(EnumerateDeviceLayerProperties, inst, VK_NULL_HANDLE); in init_device_extensions_and_layers()
243 !EnumerateDeviceLayerProperties) { in init_device_extensions_and_layers()
251 res = EnumerateDeviceLayerProperties(physDev, &layerCount, nullptr); in init_device_extensions_and_layers()
256 res = EnumerateDeviceLayerProperties(physDev, &layerCount, layers); in init_device_extensions_and_layers()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanInfo.cpp174 vkFunctions.EnumerateDeviceLayerProperties(physicalDevice, &count, nullptr)); in GatherDeviceInfo()
180 DAWN_TRY(CheckVkSuccess(vkFunctions.EnumerateDeviceLayerProperties( in GatherDeviceInfo()
DVulkanFunctions.cpp66 GET_INSTANCE_PROC(EnumerateDeviceLayerProperties); in LoadInstanceProcs()
DVulkanFunctions.h56 PFN_vkEnumerateDeviceLayerProperties EnumerateDeviceLayerProperties = nullptr; member
/third_party/flutter/skia/src/gpu/vk/
DGrVkInterface.cpp47 ACQUIRE_PROC(EnumerateDeviceLayerProperties, instance, VK_NULL_HANDLE); in GrVkInterface()
/third_party/skia/src/gpu/vk/
DGrVkInterface.cpp47 ACQUIRE_PROC(EnumerateDeviceLayerProperties, instance, VK_NULL_HANDLE); in GrVkInterface()