Searched refs:pAllocator (Results 1 - 25 of 202) sorted by relevance

123456789

/xsrc/external/mit/MesaLib.old/dist/src/vulkan/wsi/
H A Dwsi_common_x11.h34 VkResult wsi_create_xcb_surface(const VkAllocationCallbacks *pAllocator,
38 VkResult wsi_create_xlib_surface(const VkAllocationCallbacks *pAllocator,
H A Dwsi_common_wayland.h32 VkResult wsi_create_wl_surface(const VkAllocationCallbacks *pAllocator,
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_wsi_wayland.c45 const VkAllocationCallbacks *pAllocator,
53 if (pAllocator)
54 alloc = pAllocator;
43 tu_CreateWaylandSurfaceKHR(VkInstance _instance,const VkWaylandSurfaceCreateInfoKHR * pCreateInfo,const VkAllocationCallbacks * pAllocator,VkSurfaceKHR * pSurface) argument
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_wsi_wayland.c42 const VkAllocationCallbacks* pAllocator,
49 if (pAllocator)
50 alloc = pAllocator;
39 radv_CreateWaylandSurfaceKHR(VkInstance _instance,const VkWaylandSurfaceCreateInfoKHR * pCreateInfo,const VkAllocationCallbacks * pAllocator,VkSurfaceKHR * pSurface) argument
H A Dradv_wsi_x11.c68 const VkAllocationCallbacks* pAllocator,
75 if (pAllocator)
76 alloc = pAllocator;
86 const VkAllocationCallbacks* pAllocator,
94 if (pAllocator)
95 alloc = pAllocator;
65 radv_CreateXcbSurfaceKHR(VkInstance _instance,const VkXcbSurfaceCreateInfoKHR * pCreateInfo,const VkAllocationCallbacks * pAllocator,VkSurfaceKHR * pSurface) argument
83 radv_CreateXlibSurfaceKHR(VkInstance _instance,const VkXlibSurfaceCreateInfoKHR * pCreateInfo,const VkAllocationCallbacks * pAllocator,VkSurfaceKHR * pSurface) argument
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_wsi_wayland.c40 const VkAllocationCallbacks* pAllocator,
47 if (pAllocator)
48 alloc = pAllocator;
37 anv_CreateWaylandSurfaceKHR(VkInstance _instance,const VkWaylandSurfaceCreateInfoKHR * pCreateInfo,const VkAllocationCallbacks * pAllocator,VkSurfaceKHR * pSurface) argument
H A Danv_wsi_x11.c64 const VkAllocationCallbacks* pAllocator,
71 if (pAllocator)
72 alloc = pAllocator;
82 const VkAllocationCallbacks* pAllocator,
90 if (pAllocator)
91 alloc = pAllocator;
61 anv_CreateXcbSurfaceKHR(VkInstance _instance,const VkXcbSurfaceCreateInfoKHR * pCreateInfo,const VkAllocationCallbacks * pAllocator,VkSurfaceKHR * pSurface) argument
79 anv_CreateXlibSurfaceKHR(VkInstance _instance,const VkXlibSurfaceCreateInfoKHR * pCreateInfo,const VkAllocationCallbacks * pAllocator,VkSurfaceKHR * pSurface) argument
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_pipeline.c50 const VkAllocationCallbacks *pAllocator,
60 const VkAllocationCallbacks *pAllocator)
67 vk_object_free(&device->vk, pAllocator, pipeline);
46 panvk_CreateComputePipelines(VkDevice _device,VkPipelineCache pipelineCache,uint32_t count,const VkComputePipelineCreateInfo * pCreateInfos,const VkAllocationCallbacks * pAllocator,VkPipeline * pPipelines) argument
58 panvk_DestroyPipeline(VkDevice _device,VkPipeline _pipeline,const VkAllocationCallbacks * pAllocator) argument
H A Dpanvk_pipeline_cache.c37 const VkAllocationCallbacks *pAllocator,
43 cache = vk_object_alloc(&device->vk, pAllocator, sizeof(*cache),
48 if (pAllocator)
49 cache->alloc = *pAllocator;
60 const VkAllocationCallbacks *pAllocator)
65 vk_object_free(&device->vk, pAllocator, cache);
35 panvk_CreatePipelineCache(VkDevice _device,const VkPipelineCacheCreateInfo * pCreateInfo,const VkAllocationCallbacks * pAllocator,VkPipelineCache * pPipelineCache) argument
58 panvk_DestroyPipelineCache(VkDevice _device,VkPipelineCache _cache,const VkAllocationCallbacks * pAllocator) argument
/xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/
H A Dwsi_common_win32.h34 const VkAllocationCallbacks *pAllocator,
/xsrc/external/mit/MesaLib.old/dist/include/vulkan/
H A Dvulkan_ios.h42 typedef VkResult (VKAPI_PTR *PFN_vkCreateIOSSurfaceMVK)(VkInstance instance, const VkIOSSurfaceCreateInfoMVK* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSurfaceKHR* pSurface);
48 const VkAllocationCallbacks* pAllocator,
H A Dvulkan_macos.h42 typedef VkResult (VKAPI_PTR *PFN_vkCreateMacOSSurfaceMVK)(VkInstance instance, const VkMacOSSurfaceCreateInfoMVK* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSurfaceKHR* pSurface);
48 const VkAllocationCallbacks* pAllocator,
H A Dvulkan_vi.h42 typedef VkResult (VKAPI_PTR *PFN_vkCreateViSurfaceNN)(VkInstance instance, const VkViSurfaceCreateInfoNN* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSurfaceKHR* pSurface);
48 const VkAllocationCallbacks* pAllocator,
H A Dvulkan_fuchsia.h42 typedef VkResult (VKAPI_PTR *PFN_vkCreateImagePipeSurfaceFUCHSIA)(VkInstance instance, const VkImagePipeSurfaceCreateInfoFUCHSIA* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSurfaceKHR* pSurface);
48 const VkAllocationCallbacks* pAllocator,
H A Dvulkan_ggp.h42 typedef VkResult (VKAPI_PTR *PFN_vkCreateStreamDescriptorSurfaceGGP)(VkInstance instance, const VkStreamDescriptorSurfaceCreateInfoGGP* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSurfaceKHR* pSurface);
48 const VkAllocationCallbacks* pAllocator,
H A Dvulkan_intel.h45 typedef VkResult (VKAPI_PTR *PFN_vkCreateDmaBufImageINTEL)(VkDevice device, const VkDmaBufImageCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMem, VkImage* pImage);
52 const VkAllocationCallbacks* pAllocator,
H A Dvulkan_metal.h49 typedef VkResult (VKAPI_PTR *PFN_vkCreateMetalSurfaceEXT)(VkInstance instance, const VkMetalSurfaceCreateInfoEXT* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSurfaceKHR* pSurface);
55 const VkAllocationCallbacks* pAllocator,
/xsrc/external/mit/MesaLib/dist/include/vulkan/
H A Dvulkan_ios.h33 typedef VkResult (VKAPI_PTR *PFN_vkCreateIOSSurfaceMVK)(VkInstance instance, const VkIOSSurfaceCreateInfoMVK* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSurfaceKHR* pSurface);
39 const VkAllocationCallbacks* pAllocator,
H A Dvulkan_macos.h33 typedef VkResult (VKAPI_PTR *PFN_vkCreateMacOSSurfaceMVK)(VkInstance instance, const VkMacOSSurfaceCreateInfoMVK* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSurfaceKHR* pSurface);
39 const VkAllocationCallbacks* pAllocator,
H A Dvulkan_vi.h33 typedef VkResult (VKAPI_PTR *PFN_vkCreateViSurfaceNN)(VkInstance instance, const VkViSurfaceCreateInfoNN* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSurfaceKHR* pSurface);
39 const VkAllocationCallbacks* pAllocator,
H A Dvulkan_ggp.h33 typedef VkResult (VKAPI_PTR *PFN_vkCreateStreamDescriptorSurfaceGGP)(VkInstance instance, const VkStreamDescriptorSurfaceCreateInfoGGP* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSurfaceKHR* pSurface);
39 const VkAllocationCallbacks* pAllocator,
/xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/
H A Dvn_protocol_driver_buffer_view.h75 static inline size_t vn_sizeof_vkCreateBufferView(VkDevice device, const VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView) argument
85 cmd_size += vn_sizeof_simple_pointer(pAllocator);
86 if (pAllocator)
95 static inline void vn_encode_vkCreateBufferView(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, const VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView) argument
105 if (vn_encode_simple_pointer(enc, pAllocator))
111 static inline size_t vn_sizeof_vkCreateBufferView_reply(VkDevice device, const VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView) argument
120 /* skip pAllocator */
128 static inline VkResult vn_decode_vkCreateBufferView_reply(struct vn_cs_decoder *dec, VkDevice device, const VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView) argument
138 /* skip pAllocator */
148 static inline size_t vn_sizeof_vkDestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks* pAllocator) argument
163 vn_encode_vkDestroyBufferView(struct vn_cs_encoder * enc,VkCommandFlagsEXT cmd_flags,VkDevice device,VkBufferView bufferView,const VkAllocationCallbacks * pAllocator) argument
176 vn_sizeof_vkDestroyBufferView_reply(VkDevice device,VkBufferView bufferView,const VkAllocationCallbacks * pAllocator) argument
188 vn_decode_vkDestroyBufferView_reply(struct vn_cs_decoder * dec,VkDevice device,VkBufferView bufferView,const VkAllocationCallbacks * pAllocator) argument
199 vn_submit_vkCreateBufferView(struct vn_instance * vn_instance,VkCommandFlagsEXT cmd_flags,VkDevice device,const VkBufferViewCreateInfo * pCreateInfo,const VkAllocationCallbacks * pAllocator,VkBufferView * pView,struct vn_instance_submit_command * submit) argument
220 vn_submit_vkDestroyBufferView(struct vn_instance * vn_instance,VkCommandFlagsEXT cmd_flags,VkDevice device,VkBufferView bufferView,const VkAllocationCallbacks * pAllocator,struct vn_instance_submit_command * submit) argument
241 vn_call_vkCreateBufferView(struct vn_instance * vn_instance,VkDevice device,const VkBufferViewCreateInfo * pCreateInfo,const VkAllocationCallbacks * pAllocator,VkBufferView * pView) argument
257 vn_async_vkCreateBufferView(struct vn_instance * vn_instance,VkDevice device,const VkBufferViewCreateInfo * pCreateInfo,const VkAllocationCallbacks * pAllocator,VkBufferView * pView) argument
263 vn_call_vkDestroyBufferView(struct vn_instance * vn_instance,VkDevice device,VkBufferView bufferView,const VkAllocationCallbacks * pAllocator) argument
276 vn_async_vkDestroyBufferView(struct vn_instance * vn_instance,VkDevice device,VkBufferView bufferView,const VkAllocationCallbacks * pAllocator) argument
[all...]
H A Dvn_protocol_driver_sampler_ycbcr_conversion.h81 static inline size_t vn_sizeof_vkCreateSamplerYcbcrConversion(VkDevice device, const VkSamplerYcbcrConversionCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion) argument
91 cmd_size += vn_sizeof_simple_pointer(pAllocator);
92 if (pAllocator)
101 static inline void vn_encode_vkCreateSamplerYcbcrConversion(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, const VkSamplerYcbcrConversionCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion) argument
111 if (vn_encode_simple_pointer(enc, pAllocator))
117 static inline size_t vn_sizeof_vkCreateSamplerYcbcrConversion_reply(VkDevice device, const VkSamplerYcbcrConversionCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion) argument
126 /* skip pAllocator */
134 static inline VkResult vn_decode_vkCreateSamplerYcbcrConversion_reply(struct vn_cs_decoder *dec, VkDevice device, const VkSamplerYcbcrConversionCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion) argument
144 /* skip pAllocator */
154 static inline size_t vn_sizeof_vkDestroySamplerYcbcrConversion(VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, const VkAllocationCallbacks* pAllocator) argument
169 vn_encode_vkDestroySamplerYcbcrConversion(struct vn_cs_encoder * enc,VkCommandFlagsEXT cmd_flags,VkDevice device,VkSamplerYcbcrConversion ycbcrConversion,const VkAllocationCallbacks * pAllocator) argument
182 vn_sizeof_vkDestroySamplerYcbcrConversion_reply(VkDevice device,VkSamplerYcbcrConversion ycbcrConversion,const VkAllocationCallbacks * pAllocator) argument
194 vn_decode_vkDestroySamplerYcbcrConversion_reply(struct vn_cs_decoder * dec,VkDevice device,VkSamplerYcbcrConversion ycbcrConversion,const VkAllocationCallbacks * pAllocator) argument
205 vn_submit_vkCreateSamplerYcbcrConversion(struct vn_instance * vn_instance,VkCommandFlagsEXT cmd_flags,VkDevice device,const VkSamplerYcbcrConversionCreateInfo * pCreateInfo,const VkAllocationCallbacks * pAllocator,VkSamplerYcbcrConversion * pYcbcrConversion,struct vn_instance_submit_command * submit) argument
226 vn_submit_vkDestroySamplerYcbcrConversion(struct vn_instance * vn_instance,VkCommandFlagsEXT cmd_flags,VkDevice device,VkSamplerYcbcrConversion ycbcrConversion,const VkAllocationCallbacks * pAllocator,struct vn_instance_submit_command * submit) argument
247 vn_call_vkCreateSamplerYcbcrConversion(struct vn_instance * vn_instance,VkDevice device,const VkSamplerYcbcrConversionCreateInfo * pCreateInfo,const VkAllocationCallbacks * pAllocator,VkSamplerYcbcrConversion * pYcbcrConversion) argument
263 vn_async_vkCreateSamplerYcbcrConversion(struct vn_instance * vn_instance,VkDevice device,const VkSamplerYcbcrConversionCreateInfo * pCreateInfo,const VkAllocationCallbacks * pAllocator,VkSamplerYcbcrConversion * pYcbcrConversion) argument
269 vn_call_vkDestroySamplerYcbcrConversion(struct vn_instance * vn_instance,VkDevice device,VkSamplerYcbcrConversion ycbcrConversion,const VkAllocationCallbacks * pAllocator) argument
282 vn_async_vkDestroySamplerYcbcrConversion(struct vn_instance * vn_instance,VkDevice device,VkSamplerYcbcrConversion ycbcrConversion,const VkAllocationCallbacks * pAllocator) argument
[all...]
H A Dvn_protocol_driver_shader_module.h81 static inline size_t vn_sizeof_vkCreateShaderModule(VkDevice device, const VkShaderModuleCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkShaderModule* pShaderModule) argument
91 cmd_size += vn_sizeof_simple_pointer(pAllocator);
92 if (pAllocator)
101 static inline void vn_encode_vkCreateShaderModule(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, const VkShaderModuleCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkShaderModule* pShaderModule) argument
111 if (vn_encode_simple_pointer(enc, pAllocator))
117 static inline size_t vn_sizeof_vkCreateShaderModule_reply(VkDevice device, const VkShaderModuleCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkShaderModule* pShaderModule) argument
126 /* skip pAllocator */
134 static inline VkResult vn_decode_vkCreateShaderModule_reply(struct vn_cs_decoder *dec, VkDevice device, const VkShaderModuleCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkShaderModule* pShaderModule) argument
144 /* skip pAllocator */
154 static inline size_t vn_sizeof_vkDestroyShaderModule(VkDevice device, VkShaderModule shaderModule, const VkAllocationCallbacks* pAllocator) argument
169 vn_encode_vkDestroyShaderModule(struct vn_cs_encoder * enc,VkCommandFlagsEXT cmd_flags,VkDevice device,VkShaderModule shaderModule,const VkAllocationCallbacks * pAllocator) argument
182 vn_sizeof_vkDestroyShaderModule_reply(VkDevice device,VkShaderModule shaderModule,const VkAllocationCallbacks * pAllocator) argument
194 vn_decode_vkDestroyShaderModule_reply(struct vn_cs_decoder * dec,VkDevice device,VkShaderModule shaderModule,const VkAllocationCallbacks * pAllocator) argument
205 vn_submit_vkCreateShaderModule(struct vn_instance * vn_instance,VkCommandFlagsEXT cmd_flags,VkDevice device,const VkShaderModuleCreateInfo * pCreateInfo,const VkAllocationCallbacks * pAllocator,VkShaderModule * pShaderModule,struct vn_instance_submit_command * submit) argument
226 vn_submit_vkDestroyShaderModule(struct vn_instance * vn_instance,VkCommandFlagsEXT cmd_flags,VkDevice device,VkShaderModule shaderModule,const VkAllocationCallbacks * pAllocator,struct vn_instance_submit_command * submit) argument
247 vn_call_vkCreateShaderModule(struct vn_instance * vn_instance,VkDevice device,const VkShaderModuleCreateInfo * pCreateInfo,const VkAllocationCallbacks * pAllocator,VkShaderModule * pShaderModule) argument
263 vn_async_vkCreateShaderModule(struct vn_instance * vn_instance,VkDevice device,const VkShaderModuleCreateInfo * pCreateInfo,const VkAllocationCallbacks * pAllocator,VkShaderModule * pShaderModule) argument
269 vn_call_vkDestroyShaderModule(struct vn_instance * vn_instance,VkDevice device,VkShaderModule shaderModule,const VkAllocationCallbacks * pAllocator) argument
282 vn_async_vkDestroyShaderModule(struct vn_instance * vn_instance,VkDevice device,VkShaderModule shaderModule,const VkAllocationCallbacks * pAllocator) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_pipeline_cache.c29 const VkAllocationCallbacks* pAllocator,
38 cache = vk_alloc2(&device->vk.alloc, pAllocator,
46 if (pAllocator)
47 cache->alloc = *pAllocator;
60 const VkAllocationCallbacks* pAllocator)
69 vk_free2(&device->vk.alloc, pAllocator, cache);
26 lvp_CreatePipelineCache(VkDevice _device,const VkPipelineCacheCreateInfo * pCreateInfo,const VkAllocationCallbacks * pAllocator,VkPipelineCache * pPipelineCache) argument
57 lvp_DestroyPipelineCache(VkDevice _device,VkPipelineCache _cache,const VkAllocationCallbacks * pAllocator) argument

Completed in 8 milliseconds

123456789