Lines Matching refs:release
42 inline void release (Context& context, VkBuffer buffer, const VkAllocationCallbacks* pAllocator)
47 inline void release (Context& context, VkBufferView bufferView, const VkAllocationCallbacks* pAllocator)
53 inline void release (Context& context, VkCommandPool commandPool, const VkAllocationCallbacks* pAllocator)
58 inline void release (Context& context, VkDescriptorPool descriptorPool, const VkAllocationCallbacks* pAllocator)
64 inline void release (Context& context, VkDescriptorSetLayout descriptorSetLayout, const VkAllocationCallbacks* pAllocator)
69 inline void release (Context& context, VkDevice device, const VkAllocationCallbacks* pAllocator)
74 inline void release (Context& context, VkEvent event, const VkAllocationCallbacks* pAllocator)
79 inline void release (Context& context, VkFence fence, const VkAllocationCallbacks* pAllocator)
84 inline void release (Context& context, VkFramebuffer framebuffer, const VkAllocationCallbacks* pAllocator)
89 inline void release (Context& context, VkImage image, const VkAllocationCallbacks* pAllocator)
94 inline void release (Context& context, VkImageView imageView, const VkAllocationCallbacks* pAllocator)
99 inline void release (Context& context, VkInstance instance, const VkAllocationCallbacks* pAllocator)
104 inline void release (Context& context, VkPipeline pipeline, const VkAllocationCallbacks* pAllocator)
109 inline void release (Context& context, VkPipelineCache pipelineCache, const VkAllocationCallbacks* pAllocator)
114 inline void release (Context& context, VkPipelineLayout pipelineLayout, const VkAllocationCallbacks* pAllocator)
120 inline void release (Context& context, VkQueryPool queryPool, const VkAllocationCallbacks* pAllocator)
126 inline void release (Context& context, VkRenderPass renderPass, const VkAllocationCallbacks* pAllocator)
131 inline void release (Context& context, VkSampler sampler, const VkAllocationCallbacks* pAllocator)
136 inline void release (Context& context, VkSemaphore semaphore, const VkAllocationCallbacks* pAllocator)
141 inline void release (Context& context, VkShaderModule shaderModule, const VkAllocationCallbacks* pAllocator)
152 inline void release (Context& context, VkDevice device, VkCommandPool cmdPool, deUint32 numCmdBuffers, const VkCommandBuffer* pCmdBuffers)
160 inline void release (Context& context, VkDevice device, VkDescriptorPool descriptorPool, deUint32 numDescriptorSets, const VkDescriptorSet* pDescriptorSets)
169 inline void release (Context& context, VkDeviceMemory memory, const VkAllocationCallbacks* pAllocator)
195 release(context, nullHandle, pNullAllocator);
198 release(context, nullHandle, recordingAllocator.getCallbacks());
227 release(context, device, *cmdPool, numHandles, pNullHandles);
237 release(context, device, *cmdPool, numHandles, pNullHandles);
286 release(context, device, *descriptorPool, numHandles, pNullHandles);
296 release(context, device, *descriptorPool, numHandles, pNullHandles);