Searched refs:VK_ERROR_TOO_MANY_OBJECTS (Results 1 – 14 of 14) sorted by relevance
259 VkResult err = (errno == EMFILE) ? VK_ERROR_TOO_MANY_OBJECTS : in vk_common_AcquireImageANDROID()
286 case VK_ERROR_TOO_MANY_OBJECTS: in vk_object_for_error()
90 return VK_ERROR_TOO_MANY_OBJECTS; \263 return VK_ERROR_TOO_MANY_OBJECTS; in update_sps()
440 and ename:VK_ERROR_TOO_MANY_OBJECTS will be returned if an attempt is made445 and ename:VK_ERROR_TOO_MANY_OBJECTS will be returned if an attempt is made450 and ename:VK_ERROR_TOO_MANY_OBJECTS will be returned if an attempt is made
394 ename:VK_ERROR_TOO_MANY_OBJECTS will be returned if an attempt is made401 ename:VK_ERROR_TOO_MANY_OBJECTS will be returned if an attempt is made
163 implementations may return ename:VK_ERROR_TOO_MANY_OBJECTS.
1355 * ename:VK_ERROR_TOO_MANY_OBJECTS Too many objects of the type have
1811 ename:VK_ERROR_TOO_MANY_OBJECTS.
1090 implementations may return ename:VK_ERROR_TOO_MANY_OBJECTS.
255 eErrorTooManyObjects = VK_ERROR_TOO_MANY_OBJECTS,
92 case VK_ERROR_TOO_MANY_OBJECTS: in string_VkResult()
156 VK_ERROR_TOO_MANY_OBJECTS = -10, enumerator
5643 * Remove ename:VK_ERROR_TOO_MANY_OBJECTS as a required error code for9942 * Clarified how and when ename:VK_ERROR_TOO_MANY_OBJECTS is generated in