Home
last modified time | relevance | path

Searched refs:VK_ERROR_TOO_MANY_OBJECTS (Results 1 – 25 of 54) sorted by relevance

123

/third_party/flutter/engine/flutter/vulkan/
Dvulkan_interface.cc41 case VK_ERROR_TOO_MANY_OBJECTS: in VulkanResultToString()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanError.cpp53 case VK_ERROR_TOO_MANY_OBJECTS: in VkResultAsString()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkerror.c51 {VK_ERROR_TOO_MANY_OBJECTS, "Too many objects"},
Dgstvkdescriptorpool.c223 g_set_error (error, GST_VULKAN_ERROR, VK_ERROR_TOO_MANY_OBJECTS, in gst_vulkan_descriptor_pool_create()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanError.cpp57 case VK_ERROR_TOO_MANY_OBJECTS: in VkResultAsString()
/third_party/mesa3d/src/vulkan/runtime/
Dvk_android.c62 VkResult err = (errno == EMFILE) ? VK_ERROR_TOO_MANY_OBJECTS : in vk_common_AcquireImageANDROID()
Dvk_log.c287 case VK_ERROR_TOO_MANY_OBJECTS: in vk_object_for_error()
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dvideo_decode_h265_extensions.txt182 ename:VK_ERROR_TOO_MANY_OBJECTS will be returned if an attempt is made
189 ename:VK_ERROR_TOO_MANY_OBJECTS will be returned if an attempt is made
196 ename:VK_ERROR_TOO_MANY_OBJECTS will be returned if an attempt is made
Dvideo_decode_h264_extensions.txt255 ename:VK_ERROR_TOO_MANY_OBJECTS will be returned if an attempt is made
262 ename:VK_ERROR_TOO_MANY_OBJECTS will be returned if an attempt is made
Dvideo_encode_h265_extensions.txt289 and ename:VK_ERROR_TOO_MANY_OBJECTS will be returned if an attempt is made
294 and ename:VK_ERROR_TOO_MANY_OBJECTS will be returned if an attempt is made
299 and ename:VK_ERROR_TOO_MANY_OBJECTS will be returned if an attempt is made
Dvideo_encode_h265_extensions.adoc444 and ename:VK_ERROR_TOO_MANY_OBJECTS will be returned if an attempt is made
449 and ename:VK_ERROR_TOO_MANY_OBJECTS will be returned if an attempt is made
454 and ename:VK_ERROR_TOO_MANY_OBJECTS will be returned if an attempt is made
Dvideo_encode_h264_extensions.txt356 ename:VK_ERROR_TOO_MANY_OBJECTS will be returned if an attempt is made
363 ename:VK_ERROR_TOO_MANY_OBJECTS will be returned if an attempt is made
Dvideo_encode_h264_extensions.adoc393 ename:VK_ERROR_TOO_MANY_OBJECTS will be returned if an attempt is made
400 ename:VK_ERROR_TOO_MANY_OBJECTS will be returned if an attempt is made
/third_party/flutter/glfw/src/
Dvulkan.c182 case VK_ERROR_TOO_MANY_OBJECTS: in _glfwGetVulkanResultString()
Dinternal.h133 VK_ERROR_TOO_MANY_OBJECTS = -10, enumerator
/third_party/mesa3d/src/virtio/vulkan/
Dvn_android.c656 result = (errno == EMFILE) ? VK_ERROR_TOO_MANY_OBJECTS in vn_android_image_from_anb()
749 result = (errno == EMFILE) ? VK_ERROR_TOO_MANY_OBJECTS in vn_AcquireImageANDROID()
1232 return (errno == EMFILE) ? VK_ERROR_TOO_MANY_OBJECTS in vn_android_device_import_ahb()
Dvn_device_memory.c667 return vn_error(dev->instance, VK_ERROR_TOO_MANY_OBJECTS); in vn_GetMemoryFdKHR()
Dvn_queue.c876 return *out_fd >= 0 ? VK_SUCCESS : VK_ERROR_TOO_MANY_OBJECTS; in vn_create_sync_file()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_utils.cpp195 case VK_ERROR_TOO_MANY_OBJECTS: in VulkanResultString()
DContextVk.cpp83 case VK_ERROR_TOO_MANY_OBJECTS: in DefaultGLErrorCode()
Dvk_helpers.cpp747 ANGLE_VK_CHECK(contextVk, mDescriptorPools.size() < kMaxPools, VK_ERROR_TOO_MANY_OBJECTS); in allocateNewPool()
/third_party/vulkan-loader/tests/framework/
Dtest_util.h428 case (VK_ERROR_TOO_MANY_OBJECTS):
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_utils.cpp294 case VK_ERROR_TOO_MANY_OBJECTS: in VulkanResultString()
/third_party/ffmpeg/libavfilter/
Dvulkan.c71 CASE(VK_ERROR_TOO_MANY_OBJECTS); in ff_vk_ret2str()
/third_party/mesa3d/src/intel/vulkan/
Danv_allocator.c2067 return vk_error(device, VK_ERROR_TOO_MANY_OBJECTS); in anv_device_export_bo()

123