Home
last modified time | relevance | path

Searched refs:VK_INCOMPLETE (Results 1 – 25 of 68) sorted by relevance

123

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanInfo.cpp59 if (result != VK_SUCCESS && result != VK_INCOMPLETE) { in GatherGlobalInfo()
87 if (result != VK_SUCCESS && result != VK_INCOMPLETE) { in GatherGlobalInfo()
134 if (result != VK_SUCCESS && result != VK_INCOMPLETE) { in GetPhysicalDevices()
182 if (result != VK_SUCCESS && result != VK_INCOMPLETE) { in GatherDeviceInfo()
199 if (result != VK_SUCCESS && result != VK_INCOMPLETE) { in GatherDeviceInfo()
264 if (result != VK_SUCCESS && result != VK_INCOMPLETE) { in GatherSurfaceInfo()
281 if (result != VK_SUCCESS && result != VK_INCOMPLETE) { in GatherSurfaceInfo()
DVulkanError.cpp33 case VK_INCOMPLETE: in VkResultAsString()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanInfo.cpp34 if (vkResult != VK_SUCCESS && vkResult != VK_INCOMPLETE) { in GatherInstanceExtensions()
83 if (result != VK_SUCCESS && result != VK_INCOMPLETE) { in GatherGlobalInfo()
128 if (result != VK_SUCCESS && result != VK_INCOMPLETE) { in GatherPhysicalDevices()
175 if (result != VK_SUCCESS && result != VK_INCOMPLETE) { in GatherDeviceInfo()
190 if (result != VK_SUCCESS && result != VK_INCOMPLETE) { in GatherDeviceInfo()
303 if (result != VK_SUCCESS && result != VK_INCOMPLETE) { in GatherSurfaceInfo()
319 if (result != VK_SUCCESS && result != VK_INCOMPLETE) { in GatherSurfaceInfo()
DVulkanError.cpp37 case VK_INCOMPLETE: in VkResultAsString()
/third_party/skia/third_party/externals/swiftshader/src/WSI/
DVkSurfaceKHR.cpp115 return VK_INCOMPLETE; in getSurfaceFormats()
140 return VK_INCOMPLETE; in getPresentModes()
171 return VK_INCOMPLETE; in getPresentRectangles()
DVkSwapchainKHR.cpp172 return VK_INCOMPLETE; in getImages()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkInstance.cpp42 return VK_INCOMPLETE; in getPhysicalDevices()
62 return VK_INCOMPLETE; in getPhysicalDeviceGroups()
DVkPipelineCache.cpp105 return VK_INCOMPLETE; in getData()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
DvktWsiDisplayTests.cpp812 && result != VK_INCOMPLETE in testGetPhysicalDeviceDisplayPropertiesKHR()
876 if (result != VK_INCOMPLETE) in testGetPhysicalDeviceDisplayPropertiesKHR()
962 && result != VK_INCOMPLETE in testGetPhysicalDeviceDisplayPlanePropertiesKHR()
1020 if (result != VK_INCOMPLETE) in testGetPhysicalDeviceDisplayPlanePropertiesKHR()
1084 && result != VK_INCOMPLETE in testGetDisplayPlaneSupportedDisplaysKHR()
1154 if (result != VK_INCOMPLETE) in testGetDisplayPlaneSupportedDisplaysKHR()
1251 if (result != VK_INCOMPLETE) in testGetDisplayModePropertiesKHR()
1612 if (result != VK_SUCCESS && result != VK_INCOMPLETE ) in testDisplaySurface()
1775 && result != VK_INCOMPLETE in testGetPhysicalDeviceDisplayProperties2KHR()
1845 if (result != VK_INCOMPLETE) in testGetPhysicalDeviceDisplayProperties2KHR()
[all …]
DvktWsiSurfaceTests.cpp147 …if (m_count != usedSize || m_result != VK_INCOMPLETE || !ValidateQueryBits::checkBits(outputData.b… in operator ()()
797 results.check(queryResult == VK_INCOMPLETE, "Expected VK_INCOMPLETE"); in querySurfaceFormats2Test()
1121 results.check(result == VK_INCOMPLETE, "Expected VK_INCOMPLETE"); in queryDevGroupSurfacePresentModesTest()
/third_party/flutter/engine/flutter/vulkan/
Dvulkan_interface.cc21 case VK_INCOMPLETE: in VulkanResultToString()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_pipeline_cache.c82 result = VK_INCOMPLETE; in lvp_GetPipelineCacheData()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiToolingInfoTests.cpp166 if (result != VK_INCOMPLETE) in validateGetter()
187 if (result != VK_INCOMPLETE) in validateGetter()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_pipeline_cache.c316 return VK_INCOMPLETE; in tu_GetPipelineCacheData()
334 result = VK_INCOMPLETE; in tu_GetPipelineCacheData()
/third_party/mesa3d/src/intel/vulkan/
Danv_perf.c234 return VK_INCOMPLETE; in anv_AcquirePerformanceConfigurationINTEL()
243 return VK_INCOMPLETE; in anv_AcquirePerformanceConfigurationINTEL()
Danv_pipeline_cache.c615 return VK_INCOMPLETE; in anv_GetPipelineCacheData()
627 result = VK_INCOMPLETE; in anv_GetPipelineCacheData()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_wsi.c175 if (result != VK_SUCCESS && result != VK_INCOMPLETE) { in v3dv_wsi_get_image_from_swapchain()
/third_party/mesa3d/docs/relnotes/
D13.0.5.rst148 - vulkan/wsi/wayland: Handle VK_INCOMPLETE for GetFormats
149 - vulkan/wsi/wayland: Handle VK_INCOMPLETE for GetPresentModes
D13.0.2.rst49 - wsi: fix VK_INCOMPLETE for vkGetSwapchainImagesKHR
/third_party/flutter/glfw/src/
Dvulkan.c162 case VK_INCOMPLETE: in _glfwGetVulkanResultString()
/third_party/mesa3d/src/vulkan/util/
Dvk_util.h119 return VK_INCOMPLETE; in __vk_outarray_status()
/third_party/flutter/skia/tests/
DVkPriorityExtensionTest.cpp148 if (err && VK_INCOMPLETE != err) { in DEF_GPUTEST()
/third_party/skia/tests/
DVkPriorityExtensionTest.cpp148 if (err && VK_INCOMPLETE != err) { in DEF_GPUTEST()
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline_cache.c605 return VK_INCOMPLETE; in radv_GetPipelineCacheData()
623 result = VK_INCOMPLETE; in radv_GetPipelineCacheData()
/third_party/mesa3d/src/virtio/vulkan/
Dvn_pipeline.c202 return VK_INCOMPLETE; in vn_GetPipelineCacheData()

123