/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_pipeline.c | 45 panvk_DestroyPipeline(VkDevice _device, VkPipeline _pipeline, const VkAllocationCallbacks *pAllocator) panvk_DestroyPipeline() argument
|
H A D | panvk_pass.c | 34 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 D | panvk_query.c | 27 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 D | VkDestroy.hpp | 54 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 D | VkMemory.hpp | 36 T *allocateHostmemory(size_t bytes, const VkAllocationCallbacks *pAllocator) in allocateHostmemory() argument
|
H A D | VkMemory.cpp | 38 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 D | VkPhysicalDevice.hpp | 33 void destroy(const VkAllocationCallbacks *pAllocator) {} in destroy() argument
|
H A D | VkDebugUtilsMessenger.cpp | 27 void DebugUtilsMessenger::destroy(const VkAllocationCallbacks *pAllocator) in destroy() argument
|
H A D | VkCommandPool.cpp | 29 void CommandPool::destroy(const VkAllocationCallbacks *pAllocator) in destroy() argument
|
H A D | VkInstance.cpp | 27 void Instance::destroy(const VkAllocationCallbacks *pAllocator) in destroy() argument
|
H A D | VkPipelineLayout.cpp | 63 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 D | vk_framebuffer.c | 30 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 D | vk_deferred_operation.c | 31 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 D | vk_descriptor_set_layout.c | 77 vk_common_DestroyDescriptorSetLayout(VkDevice _device, VkDescriptorSetLayout descriptorSetLayout, UNUSED const VkAllocationCallbacks *pAllocator) vk_common_DestroyDescriptorSetLayout() argument
|
H A D | vk_pipeline_layout.c | 94 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 D | vk_debug_report.c | 78 vk_common_DestroyDebugReportCallbackEXT(VkInstance _instance, VkDebugReportCallbackEXT _callback, const VkAllocationCallbacks *pAllocator) vk_common_DestroyDebugReportCallbackEXT() argument
|
H A D | vk_command_pool.c | 34 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 D | HeadlessSurfaceKHR.cpp | 28 void HeadlessSurfaceKHR::destroySurface(const VkAllocationCallbacks *pAllocator) in destroySurface() argument
|
H A D | DirectFBSurfaceEXT.cpp | 28 void DirectFBSurfaceEXT::destroySurface(const VkAllocationCallbacks *pAllocator) in destroySurface() argument
|
/third_party/vulkan-loader/loader/ |
H A D | dirent_on_windows.c | 32 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 D | lvp_pipeline_cache.c | 26 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 D | lvp_query.c | 27 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 D | v3dv_wsi.c | 122 v3dv_CreateSwapchainKHR( VkDevice _device, const VkSwapchainCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSwapchainKHR* pSwapchain) v3dv_CreateSwapchainKHR() argument
|
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_query.c | 37 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 D | pvr_pipeline_cache.c | 67 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
|