Home
last modified time | relevance | path

Searched refs:VK_ERROR_FEATURE_NOT_PRESENT (Results 1 – 25 of 28) sorted by relevance

12

/third_party/flutter/engine/flutter/vulkan/
Dvulkan_interface.cc37 case VK_ERROR_FEATURE_NOT_PRESENT: in VulkanResultToString()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanError.cpp49 case VK_ERROR_FEATURE_NOT_PRESENT: in VkResultAsString()
/third_party/gstreamer/gstplugins_bad/ext/vulkan/
Dvkerror.c42 {VK_ERROR_FEATURE_NOT_PRESENT, "Feature not present"},
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanError.cpp53 case VK_ERROR_FEATURE_NOT_PRESENT: in VkResultAsString()
/third_party/skia/third_party/externals/dawn/src/utils/
DGlfw3Fuchsia.cpp89 return VK_ERROR_FEATURE_NOT_PRESENT; in glfwCreateWindowSurface()
/third_party/flutter/glfw/src/
Dvulkan.c178 case VK_ERROR_FEATURE_NOT_PRESENT: in _glfwGetVulkanResultString()
Dinternal.h131 VK_ERROR_FEATURE_NOT_PRESENT = -8, enumerator
/third_party/gstreamer/gstplugins_bad/ext/vulkan/wayland/
Dvkwindow_wayland.c252 g_set_error_literal (error, GST_VULKAN_ERROR, VK_ERROR_FEATURE_NOT_PRESENT, in gst_vulkan_window_wayland_get_surface()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DlibVulkan.cpp753 return VK_ERROR_FEATURE_NOT_PRESENT; in vkCreateDevice()
764 return VK_ERROR_FEATURE_NOT_PRESENT; in vkCreateDevice()
775 return VK_ERROR_FEATURE_NOT_PRESENT; in vkCreateDevice()
786 return VK_ERROR_FEATURE_NOT_PRESENT; in vkCreateDevice()
796 return VK_ERROR_FEATURE_NOT_PRESENT; in vkCreateDevice()
814 return VK_ERROR_FEATURE_NOT_PRESENT; in vkCreateDevice()
824 return VK_ERROR_FEATURE_NOT_PRESENT; in vkCreateDevice()
904 return VK_ERROR_FEATURE_NOT_PRESENT; in vkCreateDevice()
914 return VK_ERROR_FEATURE_NOT_PRESENT; in vkCreateDevice()
924 return VK_ERROR_FEATURE_NOT_PRESENT; in vkCreateDevice()
[all …]
/third_party/gstreamer/gstplugins_bad/ext/vulkan/xcb/
Dvkwindow_xcb.c228 g_set_error_literal (error, GST_VULKAN_ERROR, VK_ERROR_FEATURE_NOT_PRESENT, in gst_vulkan_window_xcb_get_surface()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/android/
DHardwareBufferImageSiblingVkAndroid.cpp331 VK_ERROR_FEATURE_NOT_PRESENT); in initImpl()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/linux/
DDmaBufImageSiblingVkLinux.cpp481 VK_ERROR_FEATURE_NOT_PRESENT); in initImpl()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_utils.h650 ANGLE_VK_CHECK(context, false, VK_ERROR_FEATURE_NOT_PRESENT)
Dvk_utils.cpp190 case VK_ERROR_FEATURE_NOT_PRESENT: in VulkanResultString()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_utils.h1193 ANGLE_VK_CHECK(context, false, VK_ERROR_FEATURE_NOT_PRESENT)
Dvk_utils.cpp289 case VK_ERROR_FEATURE_NOT_PRESENT: in VulkanResultString()
DSurfaceVk.cpp706 VK_ERROR_FEATURE_NOT_PRESENT); in initializeImpl()
Dvk_helpers.cpp5519 ANGLE_VK_CHECK(contextVk, false, VK_ERROR_FEATURE_NOT_PRESENT); in CopyImageSubData()
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h6629 … virtual VkResult CheckCorruption(const void* pBlockData) { return VK_ERROR_FEATURE_NOT_PRESENT; } in CheckCorruption()
12584 return VK_ERROR_FEATURE_NOT_PRESENT; in AllocatePage()
12598 return VK_ERROR_FEATURE_NOT_PRESENT; in AllocatePage()
13709 return VK_ERROR_FEATURE_NOT_PRESENT; in CheckCorruption()
15648 return VK_ERROR_FEATURE_NOT_PRESENT; in Init()
16784 return VK_ERROR_FEATURE_NOT_PRESENT; in CreatePool()
16854 VkResult finalRes = VK_ERROR_FEATURE_NOT_PRESENT; in CheckCorruption()
16866 case VK_ERROR_FEATURE_NOT_PRESENT: in CheckCorruption()
16887 case VK_ERROR_FEATURE_NOT_PRESENT: in CheckCorruption()
17843 return (*pMemoryTypeIndex != UINT32_MAX) ? VK_SUCCESS : VK_ERROR_FEATURE_NOT_PRESENT; in vmaFindMemoryTypeIndex()
/third_party/ffmpeg/libavfilter/
Dvulkan.c69 CASE(VK_ERROR_FEATURE_NOT_PRESENT); in ff_vk_ret2str()
/third_party/flutter/glfw/deps/vulkan/
Dvulkan.h134 VK_ERROR_FEATURE_NOT_PRESENT = -8, enumerator
/third_party/ffmpeg/libavutil/
Dhwcontext_vulkan.c252 CASE(VK_ERROR_FEATURE_NOT_PRESENT); in vk_ret2str()
/third_party/flutter/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h136 VK_ERROR_FEATURE_NOT_PRESENT = -8, enumerator
/third_party/flutter/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h130 VK_ERROR_FEATURE_NOT_PRESENT = -8, enumerator
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h153 VK_ERROR_FEATURE_NOT_PRESENT = -8, enumerator

12