Lines Matching refs:destroyed

232 value has been created more times than it has been destroyed.
247 Objects are destroyed or freed by ftext:vkDestroy* and ftext:vkFree*
266 Most objects can be created and destroyed as needed, provided that no more
293 They must: not be destroyed in the duration of any API command they are
322 A sname:VkPipelineLayout object must: not be destroyed while any command
329 descriptor set layout has been destroyed.
339 The following Vulkan objects must: not be destroyed while any command
385 The following Vulkan objects must: not be destroyed while any queue is
398 In general, objects can: be destroyed or freed in any order, even if the
415 used in any way except to be destroyed or to be reset in such a way that it
423 when it is destroyed (e.g. for pool objects, as defined below).
431 be destroyed:
433 * sname:VkQueue objects cannot: be explicitly destroyed.
434 Instead, they are implicitly destroyed when the sname:VkDevice object
435 they are retrieved from is destroyed.
450 slink:VkQueryPool) cannot: be explicitly freed or destroyed.
451 Instead, they are implicitly freed or destroyed when the sname:VkDevice
452 object they are created from is destroyed.
454 * sname:VkDevice objects can: be destroyed when all sname:VkQueue objects
456 been destroyed.
513 these objects is returned to the system when the device is destroyed,
517 * sname:VkPhysicalDevice objects cannot: be explicitly destroyed.
518 Instead, they are implicitly destroyed when the sname:VkInstance object
519 they are retrieved from is destroyed.
520 * sname:VkInstance objects can: be destroyed once all sname:VkDevice
522 destroyed.
671 These Vulkan objects are destroyed with commands of the form
770 must: not be destroyed while they are in use on another thread.