• Home
  • Raw
  • Download

Lines Matching refs:VkAllocationCallbacks

42 inline void release (Context& context, VkBuffer buffer, const VkAllocationCallbacks* pAllocator)  in release()
47 inline void release (Context& context, VkBufferView bufferView, const VkAllocationCallbacks* pAlloc… in release()
52 inline void release (Context& context, VkCommandPool commandPool, const VkAllocationCallbacks* pAll… in release()
57 inline void release (Context& context, VkDescriptorPool descriptorPool, const VkAllocationCallbacks in release()
62 …ontext& context, VkDescriptorSetLayout descriptorSetLayout, const VkAllocationCallbacks* pAllocato… in release()
67 inline void release (Context& context, VkDevice device, const VkAllocationCallbacks* pAllocator) in release()
72 inline void release (Context& context, VkEvent event, const VkAllocationCallbacks* pAllocator) in release()
77 inline void release (Context& context, VkFence fence, const VkAllocationCallbacks* pAllocator) in release()
82 inline void release (Context& context, VkFramebuffer framebuffer, const VkAllocationCallbacks* pAll… in release()
87 inline void release (Context& context, VkImage image, const VkAllocationCallbacks* pAllocator) in release()
92 inline void release (Context& context, VkImageView imageView, const VkAllocationCallbacks* pAllocat… in release()
97 inline void release (Context& context, VkInstance instance, const VkAllocationCallbacks* pAllocator) in release()
102 inline void release (Context& context, VkPipeline pipeline, const VkAllocationCallbacks* pAllocator) in release()
107 inline void release (Context& context, VkPipelineCache pipelineCache, const VkAllocationCallbacks* … in release()
112 inline void release (Context& context, VkPipelineLayout pipelineLayout, const VkAllocationCallbacks in release()
117 inline void release (Context& context, VkQueryPool queryPool, const VkAllocationCallbacks* pAllocat… in release()
122 inline void release (Context& context, VkRenderPass renderPass, const VkAllocationCallbacks* pAlloc… in release()
127 inline void release (Context& context, VkSampler sampler, const VkAllocationCallbacks* pAllocator) in release()
132 inline void release (Context& context, VkSemaphore semaphore, const VkAllocationCallbacks* pAllocat… in release()
137 inline void release (Context& context, VkShaderModule shaderModule, const VkAllocationCallbacks* pA… in release()
158 inline void release (Context& context, VkDeviceMemory memory, const VkAllocationCallbacks* pAllocat… in release()
175 const VkAllocationCallbacks* pNullAllocator = DE_NULL; in test()