Home
last modified time | relevance | path

Searched defs:pAllocator (Results 1 - 25 of 190) sorted by relevance

12345678

/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_pipeline.c45 panvk_DestroyPipeline(VkDevice _device, VkPipeline _pipeline, const VkAllocationCallbacks *pAllocator) panvk_DestroyPipeline() argument
H A Dpanvk_pass.c34 panvk_CreateRenderPass2(VkDevice _device, const VkRenderPassCreateInfo2 *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkRenderPass *pRenderPass) panvk_CreateRenderPass2() argument
202 panvk_DestroyRenderPass(VkDevice _device, VkRenderPass _pass, const VkAllocationCallbacks *pAllocator) panvk_DestroyRenderPass() argument
H A Dpanvk_query.c27 panvk_CreateQueryPool(VkDevice _device, const VkQueryPoolCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkQueryPool *pQueryPool) panvk_CreateQueryPool() argument
37 panvk_DestroyQueryPool(VkDevice _device, VkQueryPool _pool, const VkAllocationCallbacks *pAllocator) panvk_DestroyQueryPool() argument
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDestroy.hpp54 inline void destroy(VkT vkObject, const VkAllocationCallbacks *pAllocator) in destroy() argument
70 inline void release(VkT vkObject, const VkAllocationCallbacks *pAllocator) in release() argument
H A DVkMemory.hpp36 T *allocateHostmemory(size_t bytes, const VkAllocationCallbacks *pAllocator) in allocateHostmemory() argument
H A DVkMemory.cpp38 void *allocateHostMemory(size_t bytes, size_t alignment, const VkAllocationCallbacks *pAllocator, VkSystemAllocationScope allocationScope) in allocateHostMemory() argument
51 void freeHostMemory(void *ptr, const VkAllocationCallbacks *pAllocator) in freeHostMemory() argument
H A DVkPhysicalDevice.hpp33 void destroy(const VkAllocationCallbacks *pAllocator) {} in destroy() argument
H A DVkDebugUtilsMessenger.cpp27 void DebugUtilsMessenger::destroy(const VkAllocationCallbacks *pAllocator) in destroy() argument
H A DVkCommandPool.cpp29 void CommandPool::destroy(const VkAllocationCallbacks *pAllocator) in destroy() argument
H A DVkInstance.cpp27 void Instance::destroy(const VkAllocationCallbacks *pAllocator) in destroy() argument
H A DVkPipelineLayout.cpp63 void PipelineLayout::destroy(const VkAllocationCallbacks *pAllocator) in destroy() argument
68 bool PipelineLayout::release(const VkAllocationCallbacks *pAllocator) in release() argument
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_framebuffer.c30 vk_common_CreateFramebuffer(VkDevice _device, const VkFramebufferCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkFramebuffer *pFramebuffer) vk_common_CreateFramebuffer() argument
72 vk_common_DestroyFramebuffer(VkDevice _device, VkFramebuffer _framebuffer, const VkAllocationCallbacks *pAllocator) vk_common_DestroyFramebuffer() argument
H A Dvk_deferred_operation.c31 vk_common_CreateDeferredOperationKHR(VkDevice _device, const VkAllocationCallbacks *pAllocator, VkDeferredOperationKHR *pDeferredOperation) vk_common_CreateDeferredOperationKHR() argument
52 vk_common_DestroyDeferredOperationKHR(VkDevice _device, VkDeferredOperationKHR operation, const VkAllocationCallbacks *pAllocator) vk_common_DestroyDeferredOperationKHR() argument
H A Dvk_descriptor_set_layout.c77 vk_common_DestroyDescriptorSetLayout(VkDevice _device, VkDescriptorSetLayout descriptorSetLayout, UNUSED const VkAllocationCallbacks *pAllocator) vk_common_DestroyDescriptorSetLayout() argument
H A Dvk_pipeline_layout.c94 vk_common_CreatePipelineLayout(VkDevice _device, const VkPipelineLayoutCreateInfo *pCreateInfo, UNUSED const VkAllocationCallbacks *pAllocator, VkPipelineLayout *pPipelineLayout) vk_common_CreatePipelineLayout() argument
127 vk_common_DestroyPipelineLayout(VkDevice _device, VkPipelineLayout pipelineLayout, UNUSED const VkAllocationCallbacks *pAllocator) vk_common_DestroyPipelineLayout() argument
H A Dvk_debug_report.c78 vk_common_DestroyDebugReportCallbackEXT(VkInstance _instance, VkDebugReportCallbackEXT _callback, const VkAllocationCallbacks *pAllocator) vk_common_DestroyDebugReportCallbackEXT() argument
H A Dvk_command_pool.c34 vk_command_pool_init(struct vk_command_pool *pool, struct vk_device *device, const VkCommandPoolCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator) vk_command_pool_init() argument
64 vk_common_CreateCommandPool(VkDevice _device, const VkCommandPoolCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkCommandPool *pCommandPool) vk_common_CreateCommandPool() argument
90 vk_common_DestroyCommandPool(VkDevice _device, VkCommandPool commandPool, const VkAllocationCallbacks *pAllocator) vk_common_DestroyCommandPool() argument
/third_party/skia/third_party/externals/swiftshader/src/WSI/
H A DHeadlessSurfaceKHR.cpp28 void HeadlessSurfaceKHR::destroySurface(const VkAllocationCallbacks *pAllocator) in destroySurface() argument
H A DDirectFBSurfaceEXT.cpp28 void DirectFBSurfaceEXT::destroySurface(const VkAllocationCallbacks *pAllocator) in destroySurface() argument
/third_party/vulkan-loader/loader/
H A Ddirent_on_windows.c32 DIR *opendir(const VkAllocationCallbacks *pAllocator, const char *name) { in opendir() argument
67 int closedir(const VkAllocationCallbacks *pAllocator, DIR *dir) { in closedir() argument
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_pipeline_cache.c26 lvp_CreatePipelineCache( VkDevice _device, const VkPipelineCacheCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCache) lvp_CreatePipelineCache() argument
56 lvp_DestroyPipelineCache( VkDevice _device, VkPipelineCache _cache, const VkAllocationCallbacks* pAllocator) lvp_DestroyPipelineCache() argument
H A Dlvp_query.c27 lvp_CreateQueryPool( VkDevice _device, const VkQueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool) lvp_CreateQueryPool() argument
75 lvp_DestroyQueryPool( VkDevice _device, VkQueryPool _pool, const VkAllocationCallbacks* pAllocator) lvp_DestroyQueryPool() argument
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_wsi.c122 v3dv_CreateSwapchainKHR( VkDevice _device, const VkSwapchainCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSwapchainKHR* pSwapchain) v3dv_CreateSwapchainKHR() argument
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_query.c37 pvr_CreateQueryPool(VkDevice _device, const VkQueryPoolCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkQueryPool *pQueryPool) pvr_CreateQueryPool() argument
105 pvr_DestroyQueryPool(VkDevice _device, VkQueryPool queryPool, const VkAllocationCallbacks *pAllocator) pvr_DestroyQueryPool() argument
H A Dpvr_pipeline_cache.c67 pvr_CreatePipelineCache(VkDevice _device, const VkPipelineCacheCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkPipelineCache *pPipelineCache) pvr_CreatePipelineCache() argument
98 pvr_DestroyPipelineCache(VkDevice _device, VkPipelineCache _cache, const VkAllocationCallbacks *pAllocator) pvr_DestroyPipelineCache() argument

Completed in 7 milliseconds

12345678