Home
last modified time | relevance | path

Searched refs:MALLOC_STRUCT (Results 1 – 25 of 37) sorted by relevance

12

/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_shader.h159 list->next = MALLOC_STRUCT(nine_shader_variant); in nine_shader_variant_add()
218 list->next = MALLOC_STRUCT(nine_shader_variant_so); in nine_shader_variant_so_add()
285 *next_allocate = MALLOC_STRUCT(nine_shader_constant_combination); in nine_shader_constant_combination_key()
/third_party/mesa3d/src/mesa/tnl/
Dt_context.c90 tnl->_ShineTabList = MALLOC_STRUCT( tnl_shine_tab ); in _tnl_CreateContext()
94 struct tnl_shine_tab *s = MALLOC_STRUCT( tnl_shine_tab ); in _tnl_CreateContext()
/third_party/mesa3d/src/gallium/auxiliary/translate/
Dtranslate_cache.c42 struct translate_cache *cache = MALLOC_STRUCT(translate_cache); in translate_cache_create()
/third_party/mesa3d/src/util/
Du_memory.h54 #define MALLOC_STRUCT(T) (struct T *) MALLOC(sizeof(struct T)) macro
/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_mm.c199 alloc = MALLOC_STRUCT(nouveau_mm_allocation); in nouveau_mm_allocate()
246 struct nouveau_mman *cache = MALLOC_STRUCT(nouveau_mman); in nouveau_mm_create()
Dnouveau_buffer.c404 struct nouveau_transfer *tx = MALLOC_STRUCT(nouveau_transfer); in nouveau_buffer_transfer_map()
662 struct nouveau_transfer *tx = MALLOC_STRUCT(nouveau_transfer); in nouveau_user_ptr_transfer_map()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_texture.c135 so = MALLOC_STRUCT(nv30_sampler_state); in nv30_sampler_state_create()
227 so = MALLOC_STRUCT(nv30_sampler_view); in nv30_sampler_view_create()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_rasterizer.c66 struct lp_rasterizer_state *state = MALLOC_STRUCT(lp_rasterizer_state); in llvmpipe_create_rasterizer_state()
Dlp_scene.c356 struct data_block *block = MALLOC_STRUCT(data_block); in lp_scene_new_data_block()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_util.c128 struct lima_dump *ret = MALLOC_STRUCT(lima_dump); in lima_dump_create()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_handle_table.c66 ht = MALLOC_STRUCT(handle_table); in handle_table_create()
Du_bitmask.c68 bm = MALLOC_STRUCT(util_bitmask); in util_bitmask_create()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_screen_buffer.c170 rbuf = MALLOC_STRUCT(r300_resource); in r300_buffer_create()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_tile_cache.c115 tc->tile = MALLOC_STRUCT( softpipe_cached_tile ); in sp_create_tile_cache()
451 struct softpipe_cached_tile * tile = MALLOC_STRUCT(softpipe_cached_tile); in sp_alloc_tile()
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
Dnoop_pipe.c337 struct pipe_reference *f = MALLOC_STRUCT(pipe_reference); in noop_flush()
393 struct pipe_reference *f = MALLOC_STRUCT(pipe_reference); in noop_create_fence()
/third_party/mesa3d/src/mesa/main/
Dhash.c106 table->id_alloc = MALLOC_STRUCT(util_idalloc); in init_name_reuse()
Dexternalobjects.c47 struct gl_memory_object *obj = MALLOC_STRUCT(gl_memory_object); in _mesa_new_memory_object()
Darrayobj.c325 struct gl_vertex_array_object *obj = MALLOC_STRUCT(gl_vertex_array_object); in _mesa_new_vao()
/third_party/mesa3d/src/mesa/vbo/
Dvbo_minmax_index.c200 entry = MALLOC_STRUCT(minmax_cache_entry); in vbo_minmax_cache_store()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_resource_buffer.c115 transfer = MALLOC_STRUCT(pipe_transfer); in svga_buffer_transfer_map()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_context.c309 entry = MALLOC_STRUCT(st_zombie_sampler_view_node); in st_save_zombie_sampler_view()
341 entry = MALLOC_STRUCT(st_zombie_shader_node); in st_save_zombie_shader()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_tex.c76 view = MALLOC_STRUCT(nv50_tic_entry); in nv50_create_texture_view()
Dnv50_state.c487 struct nv50_tsc_entry *so = MALLOC_STRUCT(nv50_tsc_entry); in nv50_sampler_state_create()
1139 struct nv50_so_target *targ = MALLOC_STRUCT(nv50_so_target); in nv50_so_target_create()
Dnv50_program.c276 so = MALLOC_STRUCT(nv50_stream_output_state); in nv50_program_create_strmout_state()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_buffer_common.c580 rbuffer = MALLOC_STRUCT(r600_resource); in r600_alloc_buffer_struct()

12