Searched defs:alloc (Results 1 - 25 of 173) sorted by relevance

1234567

/xsrc/external/mit/libX11/dist/src/
H A DCrCmap.c34 XCreateColormap(register Display * dpy,Window w,Visual * visual,int alloc) argument
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_wsi_wayland.c49 const VkAllocationCallbacks *alloc; local in function:tu_CreateWaylandSurfaceKHR
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_wsi_wayland.c46 const VkAllocationCallbacks *alloc; local in function:radv_CreateWaylandSurfaceKHR
H A Dradv_wsi_x11.c72 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 Danv_wsi_wayland.c44 const VkAllocationCallbacks *alloc; local in function:anv_CreateWaylandSurfaceKHR
H A Danv_wsi_x11.c68 const VkAllocationCallbacks *alloc; local in function:anv_CreateXcbSurfaceKHR
86 const VkAllocationCallbacks *alloc; local in function:anv_CreateXlibSurfaceKHR
[all...]
H A Danv_android_stubs.c27 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 Dintel_buffer_alloc.h41 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 Dvk_debug_utils.h35 VkAllocationCallbacks alloc; member in struct:vk_debug_utils_messenger
H A Dvk_device.h38 VkAllocationCallbacks alloc; member in struct:vk_device
H A Dvk_instance.h47 VkAllocationCallbacks alloc; member in struct:vk_instance
H A Dvk_instance.c35 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 Dpanvk_shader.c40 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 Dvn_wsi.h60 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 Dvn_android.h90 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 Dvk_alloc.h32 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 Dftmisc.h76 FT_Alloc_Func alloc; member in struct:FT_MemoryRec_
/xsrc/external/mit/MesaLib/dist/src/asahi/compiler/
H A Dagx_register_allocate.c140 unsigned *alloc = calloc(ctx->alloc, sizeof(unsigned)); local in function:agx_ra
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4_live_variables.cpp183 vec4_live_variables::vec4_live_variables(const simple_allocator &alloc, argument
[all...]
H A Dbrw_vec4_live_variables.h79 const simple_allocator &alloc; member in class:brw::vec4_live_variables
88 var_from_reg(const simple_allocator &alloc, const src_reg &reg, argument
102 var_from_reg(const simple_allocator &alloc, const dst_reg &reg, argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4_live_variables.h105 const simple_allocator &alloc; member in class:brw::vec4_live_variables
114 var_from_reg(const simple_allocator &alloc, const src_reg &reg, argument
128 var_from_reg(const simple_allocator &alloc, const dst_reg &reg, argument
[all...]
H A Dbrw_shader.h82 brw::simple_allocator alloc; member in struct:backend_shader
/xsrc/external/mit/freetype/dist/include/freetype/
H A Dftsystem.h172 FT_Alloc_Func alloc; member in struct:FT_MemoryRec_
/xsrc/external/mit/xedit/dist/lisp/mp/
H A Dmp.h114 BNI alloc; member in struct:_mpi
/xsrc/external/mit/MesaLib.old/dist/src/vulkan/wsi/
H A Dwsi_common_private.h50 VkAllocationCallbacks alloc; member in struct:wsi_swapchain

Completed in 20 milliseconds

1234567