| /xsrc/external/mit/libX11/dist/src/ |
| H A D | CrCmap.c | 34 XCreateColormap(register Display * dpy,Window w,Visual * visual,int alloc) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/ |
| H A D | tu_wsi_wayland.c | 49 const VkAllocationCallbacks *alloc; local in function:tu_CreateWaylandSurfaceKHR
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_wsi_wayland.c | 46 const VkAllocationCallbacks *alloc; local in function:radv_CreateWaylandSurfaceKHR
|
| H A D | radv_wsi_x11.c | 72 const VkAllocationCallbacks *alloc; local in function:radv_CreateXcbSurfaceKHR 90 const VkAllocationCallbacks *alloc; local in function:radv_CreateXlibSurfaceKHR [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_wsi_wayland.c | 44 const VkAllocationCallbacks *alloc; local in function:anv_CreateWaylandSurfaceKHR
|
| H A D | anv_wsi_x11.c | 68 const VkAllocationCallbacks *alloc; local in function:anv_CreateXcbSurfaceKHR 86 const VkAllocationCallbacks *alloc; local in function:anv_CreateXlibSurfaceKHR [all...] |
| H A D | anv_android_stubs.c | 27 anv_image_from_gralloc(VkDevice device_h,const VkImageCreateInfo * base_info,const VkNativeBufferANDROID * gralloc_info,const VkAllocationCallbacks * alloc,VkImage * pImage) argument 60 anv_image_from_external(VkDevice device_h,const VkImageCreateInfo * base_info,const struct VkExternalMemoryImageCreateInfo * create_info,const VkAllocationCallbacks * alloc,VkImage * out_image_h) argument
|
| /xsrc/external/mit/MesaLib/dist/src/intel/common/ |
| H A D | intel_buffer_alloc.h | 41 struct intel_buffer * (*alloc)(void *driver_ctx, uint32_t size); member in struct:intel_mapped_pinned_buffer_alloc
|
| /xsrc/external/mit/MesaLib/dist/src/vulkan/util/ |
| H A D | vk_debug_utils.h | 35 VkAllocationCallbacks alloc; member in struct:vk_debug_utils_messenger
|
| H A D | vk_device.h | 38 VkAllocationCallbacks alloc; member in struct:vk_device
|
| H A D | vk_instance.h | 47 VkAllocationCallbacks alloc; member in struct:vk_instance
|
| H A D | vk_instance.c | 35 vk_instance_init(struct vk_instance * instance,const struct vk_instance_extension_table * supported_extensions,const struct vk_instance_dispatch_table * dispatch_table,const VkInstanceCreateInfo * pCreateInfo,const VkAllocationCallbacks * alloc) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/ |
| H A D | panvk_shader.c | 40 panvk_shader_destroy(struct panvk_device * dev,struct panvk_shader * shader,const VkAllocationCallbacks * alloc) argument
|
| /xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/ |
| H A D | vn_wsi.h | 60 vn_wsi_create_image(struct vn_device * dev,const VkImageCreateInfo * create_info,const struct wsi_image_create_info * wsi_info,const VkAllocationCallbacks * alloc,struct vn_image ** out_img) argument
|
| H A D | vn_android.h | 90 vn_android_image_from_anb(UNUSED struct vn_device * dev,UNUSED const VkImageCreateInfo * image_info,UNUSED const VkNativeBufferANDROID * anb_info,UNUSED const VkAllocationCallbacks * alloc,UNUSED struct vn_image ** out_img) argument 115 vn_android_image_from_ahb(UNUSED struct vn_device * dev,UNUSED const VkImageCreateInfo * create_info,UNUSED const VkAllocationCallbacks * alloc,UNUSED struct vn_image ** out_img) argument 124 vn_android_device_import_ahb(UNUSED struct vn_device * dev,UNUSED struct vn_device_memory * mem,UNUSED const VkMemoryAllocateInfo * alloc_info,UNUSED const VkAllocationCallbacks * alloc,UNUSED struct AHardwareBuffer * ahb) argument 134 vn_android_device_allocate_ahb(UNUSED struct vn_device * dev,UNUSED struct vn_device_memory * mem,UNUSED const VkMemoryAllocateInfo * alloc_info,UNUSED const VkAllocationCallbacks * alloc) argument 155 vn_android_buffer_from_ahb(UNUSED struct vn_device * dev,UNUSED const VkBufferCreateInfo * create_info,UNUSED const VkAllocationCallbacks * alloc,UNUSED struct vn_buffer ** out_buf) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/vulkan/util/ |
| H A D | vk_alloc.h | 32 vk_alloc(const VkAllocationCallbacks *alloc, argument 40 vk_zalloc(const VkAllocationCallbacks *alloc, argument 54 vk_realloc(const VkAllocationCallbacks *alloc, argument 62 vk_free(const VkAllocationCallbacks *alloc, void *data) argument 71 vk_strdup(const VkAllocationCallbacks * alloc,const char * s,VkSystemAllocationScope scope) argument 88 vk_alloc2(const VkAllocationCallbacks * parent_alloc,const VkAllocationCallbacks * alloc,size_t size,size_t align,VkSystemAllocationScope scope) argument 100 vk_zalloc2(const VkAllocationCallbacks * parent_alloc,const VkAllocationCallbacks * alloc,size_t size,size_t align,VkSystemAllocationScope scope) argument 115 vk_free2(const VkAllocationCallbacks * parent_alloc,const VkAllocationCallbacks * alloc,void * data) argument [all...] |
| /xsrc/external/mit/freetype/dist/src/raster/ |
| H A D | ftmisc.h | 76 FT_Alloc_Func alloc; member in struct:FT_MemoryRec_
|
| /xsrc/external/mit/MesaLib/dist/src/asahi/compiler/ |
| H A D | agx_register_allocate.c | 140 unsigned *alloc = calloc(ctx->alloc, sizeof(unsigned)); local in function:agx_ra
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_vec4_live_variables.cpp | 183 vec4_live_variables::vec4_live_variables(const simple_allocator &alloc, argument [all...] |
| H A D | brw_vec4_live_variables.h | 79 const simple_allocator &alloc; member in class:brw::vec4_live_variables 88 var_from_reg(const simple_allocator &alloc, const src_reg ®, argument 102 var_from_reg(const simple_allocator &alloc, const dst_reg ®, argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_vec4_live_variables.h | 105 const simple_allocator &alloc; member in class:brw::vec4_live_variables 114 var_from_reg(const simple_allocator &alloc, const src_reg ®, argument 128 var_from_reg(const simple_allocator &alloc, const dst_reg ®, argument [all...] |
| H A D | brw_shader.h | 82 brw::simple_allocator alloc; member in struct:backend_shader
|
| /xsrc/external/mit/freetype/dist/include/freetype/ |
| H A D | ftsystem.h | 172 FT_Alloc_Func alloc; member in struct:FT_MemoryRec_
|
| /xsrc/external/mit/xedit/dist/lisp/mp/ |
| H A D | mp.h | 114 BNI alloc; member in struct:_mpi
|
| /xsrc/external/mit/MesaLib.old/dist/src/vulkan/wsi/ |
| H A D | wsi_common_private.h | 50 VkAllocationCallbacks alloc; member in struct:wsi_swapchain
|