/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | VulkanInfo.cpp | 59 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()
|
D | VulkanError.cpp | 33 case VK_INCOMPLETE: in VkResultAsString()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | VulkanInfo.cpp | 34 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()
|
D | VulkanError.cpp | 37 case VK_INCOMPLETE: in VkResultAsString()
|
/third_party/skia/third_party/externals/swiftshader/src/WSI/ |
D | VkSurfaceKHR.cpp | 115 return VK_INCOMPLETE; in getSurfaceFormats() 140 return VK_INCOMPLETE; in getPresentModes() 171 return VK_INCOMPLETE; in getPresentRectangles()
|
D | VkSwapchainKHR.cpp | 172 return VK_INCOMPLETE; in getImages()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkInstance.cpp | 42 return VK_INCOMPLETE; in getPhysicalDevices() 62 return VK_INCOMPLETE; in getPhysicalDeviceGroups()
|
D | VkPipelineCache.cpp | 105 return VK_INCOMPLETE; in getData()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiDisplayTests.cpp | 812 && 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 …]
|
D | vktWsiSurfaceTests.cpp | 147 …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/ |
D | vulkan_interface.cc | 21 case VK_INCOMPLETE: in VulkanResultToString()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_pipeline_cache.c | 82 result = VK_INCOMPLETE; in lvp_GetPipelineCacheData()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiToolingInfoTests.cpp | 166 if (result != VK_INCOMPLETE) in validateGetter() 187 if (result != VK_INCOMPLETE) in validateGetter()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_pipeline_cache.c | 316 return VK_INCOMPLETE; in tu_GetPipelineCacheData() 334 result = VK_INCOMPLETE; in tu_GetPipelineCacheData()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_perf.c | 234 return VK_INCOMPLETE; in anv_AcquirePerformanceConfigurationINTEL() 243 return VK_INCOMPLETE; in anv_AcquirePerformanceConfigurationINTEL()
|
D | anv_pipeline_cache.c | 615 return VK_INCOMPLETE; in anv_GetPipelineCacheData() 627 result = VK_INCOMPLETE; in anv_GetPipelineCacheData()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_wsi.c | 175 if (result != VK_SUCCESS && result != VK_INCOMPLETE) { in v3dv_wsi_get_image_from_swapchain()
|
/third_party/mesa3d/docs/relnotes/ |
D | 13.0.5.rst | 148 - vulkan/wsi/wayland: Handle VK_INCOMPLETE for GetFormats 149 - vulkan/wsi/wayland: Handle VK_INCOMPLETE for GetPresentModes
|
D | 13.0.2.rst | 49 - wsi: fix VK_INCOMPLETE for vkGetSwapchainImagesKHR
|
/third_party/flutter/glfw/src/ |
D | vulkan.c | 162 case VK_INCOMPLETE: in _glfwGetVulkanResultString()
|
/third_party/mesa3d/src/vulkan/util/ |
D | vk_util.h | 119 return VK_INCOMPLETE; in __vk_outarray_status()
|
/third_party/flutter/skia/tests/ |
D | VkPriorityExtensionTest.cpp | 148 if (err && VK_INCOMPLETE != err) { in DEF_GPUTEST()
|
/third_party/skia/tests/ |
D | VkPriorityExtensionTest.cpp | 148 if (err && VK_INCOMPLETE != err) { in DEF_GPUTEST()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_pipeline_cache.c | 605 return VK_INCOMPLETE; in radv_GetPipelineCacheData() 623 result = VK_INCOMPLETE; in radv_GetPipelineCacheData()
|
/third_party/mesa3d/src/virtio/vulkan/ |
D | vn_pipeline.c | 202 return VK_INCOMPLETE; in vn_GetPipelineCacheData()
|