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)
52 inline void release (Context& context, VkCommandPool commandPool, const VkAllocationCallbacks* pAllocator)
57 inline void release (Context& context, VkDescriptorPool descriptorPool, const VkAllocationCallbacks* pAllocator)
62 inline void release (Context& context, VkDescriptorSetLayout descriptorSetLayout, const VkAllocationCallbacks* pAllocator)
67 inline void release (Context& context, VkDevice device, const VkAllocationCallbacks* pAllocator)
72 inline void release (Context& context, VkEvent event, const VkAllocationCallbacks* pAllocator)
77 inline void release (Context& context, VkFence fence, const VkAllocationCallbacks* pAllocator)
82 inline void release (Context& context, VkFramebuffer framebuffer, const VkAllocationCallbacks* pAllocator)
87 inline void release (Context& context, VkImage image, const VkAllocationCallbacks* pAllocator)
92 inline void release (Context& context, VkImageView imageView, const VkAllocationCallbacks* pAllocator)
97 inline void release (Context& context, VkInstance instance, const VkAllocationCallbacks* pAllocator)
102 inline void release (Context& context, VkPipeline pipeline, const VkAllocationCallbacks* pAllocator)
107 inline void release (Context& context, VkPipelineCache pipelineCache, const VkAllocationCallbacks* pAllocator)
112 inline void release (Context& context, VkPipelineLayout pipelineLayout, const VkAllocationCallbacks* pAllocator)
117 inline void release (Context& context, VkQueryPool queryPool, const VkAllocationCallbacks* pAllocator)
122 inline void release (Context& context, VkRenderPass renderPass, const VkAllocationCallbacks* pAllocator)
127 inline void release (Context& context, VkSampler sampler, const VkAllocationCallbacks* pAllocator)
132 inline void release (Context& context, VkSemaphore semaphore, const VkAllocationCallbacks* pAllocator)
137 inline void release (Context& context, VkShaderModule shaderModule, const VkAllocationCallbacks* pAllocator)
142 inline void release (Context& context, VkDevice device, VkCommandPool cmdPool, deUint32 numCmdBuffers, const VkCommandBuffer* pCmdBuffers)
150 inline void release (Context& context, VkDevice device, VkDescriptorPool descriptorPool, deUint32 numDescriptorSets, const VkDescriptorSet* pDescriptorSets)
158 inline void release (Context& context, VkDeviceMemory memory, const VkAllocationCallbacks* pAllocator)
180 release(context, nullHandle, pNullAllocator);
181 release(context, nullHandle, recordingAllocator.getCallbacks());
208 release(context, device, *cmdPool, numHandles, pNullHandles);
217 release(context, device, *cmdPool, numHandles, pNullHandles);
253 release(context, device, *descriptorPool, numHandles, pNullHandles);
262 release(context, device, *descriptorPool, numHandles, pNullHandles);