Home
last modified time | relevance | path

Searched refs:VK_ERROR_LAYER_NOT_PRESENT (Results 1 – 25 of 34) sorted by relevance

12

/third_party/flutter/engine/flutter/vulkan/
Dvulkan_interface.cc33 case VK_ERROR_LAYER_NOT_PRESENT: in VulkanResultToString()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanError.cpp45 case VK_ERROR_LAYER_NOT_PRESENT: in VkResultAsString()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkerror.c47 {VK_ERROR_LAYER_NOT_PRESENT, "Layer not present"},
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanError.cpp49 case VK_ERROR_LAYER_NOT_PRESENT: in VkResultAsString()
/third_party/flutter/glfw/src/
Dvulkan.c174 case VK_ERROR_LAYER_NOT_PRESENT: in _glfwGetVulkanResultString()
Dinternal.h129 VK_ERROR_LAYER_NOT_PRESENT = -6, enumerator
/third_party/mesa3d/src/vulkan/util/
Dvk_physical_device.c68 return VK_ERROR_LAYER_NOT_PRESENT; in vk_common_EnumerateDeviceLayerProperties()
Dvk_log.c260 case VK_ERROR_LAYER_NOT_PRESENT: in vk_object_for_error()
/third_party/mesa3d/src/virtio/vulkan/
Dvn_instance.c675 return vn_error(NULL, VK_ERROR_LAYER_NOT_PRESENT); in vn_EnumerateInstanceExtensionProperties()
729 result = VK_ERROR_LAYER_NOT_PRESENT; in vn_CreateInstance()
Dvn_physical_device.c1465 return vn_error(physical_dev->instance, VK_ERROR_LAYER_NOT_PRESENT); in vn_EnumerateDeviceExtensionProperties()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_device.c165 return vk_error(NULL, VK_ERROR_LAYER_NOT_PRESENT); in v3dv_EnumerateInstanceExtensionProperties()
1664 return vk_error(NULL, VK_ERROR_LAYER_NOT_PRESENT); in v3dv_EnumerateInstanceLayerProperties()
1679 return vk_error(physical_device, VK_ERROR_LAYER_NOT_PRESENT); in v3dv_EnumerateDeviceLayerProperties()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_utils.cpp186 case VK_ERROR_LAYER_NOT_PRESENT: in VulkanResultString()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c1469 return vk_error(NULL, VK_ERROR_LAYER_NOT_PRESENT); in lvp_EnumerateInstanceExtensionProperties()
1485 return vk_error(NULL, VK_ERROR_LAYER_NOT_PRESENT); in lvp_EnumerateInstanceLayerProperties()
1499 return vk_error(NULL, VK_ERROR_LAYER_NOT_PRESENT); in lvp_EnumerateDeviceLayerProperties()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_device.c1094 return vk_error(NULL, VK_ERROR_LAYER_NOT_PRESENT); in panvk_EnumerateInstanceExtensionProperties()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_utils.cpp285 case VK_ERROR_LAYER_NOT_PRESENT: in VulkanResultString()
/third_party/ffmpeg/libavfilter/
Dvulkan.c67 CASE(VK_ERROR_LAYER_NOT_PRESENT); in ff_vk_ret2str()
/third_party/mesa3d/src/intel/vulkan/
Danv_device.c1067 return vk_error(NULL, VK_ERROR_LAYER_NOT_PRESENT); in anv_EnumerateInstanceExtensionProperties()
3403 return vk_error(NULL, VK_ERROR_LAYER_NOT_PRESENT); in anv_EnumerateInstanceLayerProperties()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiDeviceInitializationTests.cpp548 if (result != VK_ERROR_LAYER_NOT_PRESENT) in createInstanceWithLayerNameAbuseTest()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_device.c1835 return vk_error(NULL, VK_ERROR_LAYER_NOT_PRESENT); in tu_EnumerateInstanceExtensionProperties()
/third_party/mesa3d/src/amd/vulkan/
Dradv_device.c3350 return vk_error(NULL, VK_ERROR_LAYER_NOT_PRESENT); in radv_EnumerateInstanceLayerProperties()
3363 return vk_error(NULL, VK_ERROR_LAYER_NOT_PRESENT); in radv_EnumerateDeviceLayerProperties()
5114 return vk_error(NULL, VK_ERROR_LAYER_NOT_PRESENT); in radv_EnumerateInstanceExtensionProperties()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkBasicTypes.inl89 VK_ERROR_LAYER_NOT_PRESENT = -6, enumerator
/third_party/ffmpeg/libavutil/
Dhwcontext_vulkan.c291 CASE(VK_ERROR_LAYER_NOT_PRESENT); in vk_ret2str()
/third_party/flutter/glfw/deps/vulkan/
Dvulkan.h132 VK_ERROR_LAYER_NOT_PRESENT = -6, enumerator
/third_party/flutter/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h134 VK_ERROR_LAYER_NOT_PRESENT = -6, enumerator
/third_party/flutter/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h128 VK_ERROR_LAYER_NOT_PRESENT = -6, enumerator

12