Searched refs:MALLOC_STRUCT (Results 1 - 25 of 64) sorted by relevance

123

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_memory.h56 #define MALLOC_STRUCT(T) (struct T *) MALLOC(sizeof(struct T)) macro
H A Du_hash_table.c84 ht = MALLOC_STRUCT(util_hash_table);
163 item = MALLOC_STRUCT(util_hash_table_item);
H A Du_keymap.c113 struct keymap *map = MALLOC_STRUCT(keymap);
209 item = MALLOC_STRUCT(keymap_item);
H A Du_handle_table.c66 ht = MALLOC_STRUCT(handle_table);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_memory.h56 #define MALLOC_STRUCT(T) (struct T *) MALLOC(sizeof(struct T)) macro
H A Du_hash_table.c84 ht = MALLOC_STRUCT(util_hash_table);
163 item = MALLOC_STRUCT(util_hash_table_item);
H A Du_keymap.c113 struct keymap *map = MALLOC_STRUCT(keymap);
209 item = MALLOC_STRUCT(keymap_item);
H A Du_handle_table.c66 ht = MALLOC_STRUCT(handle_table);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/translate/
H A Dtranslate_cache.c42 struct translate_cache *cache = MALLOC_STRUCT(translate_cache);
/external/mesa3d/src/gallium/auxiliary/translate/
H A Dtranslate_cache.c42 struct translate_cache *cache = MALLOC_STRUCT(translate_cache);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_state_rasterizer.c62 struct lp_rast_state *state = MALLOC_STRUCT(lp_rast_state);
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_rasterizer.c62 struct lp_rast_state *state = MALLOC_STRUCT(lp_rast_state);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dattrib.c192 struct gl_attrib_node *n = MALLOC_STRUCT(gl_attrib_node);
228 attr = MALLOC_STRUCT( gl_accum_attrib );
236 attr = MALLOC_STRUCT( gl_colorbuffer_attrib );
247 attr = MALLOC_STRUCT( gl_current_attrib );
254 attr = MALLOC_STRUCT( gl_depthbuffer_attrib );
262 attr = MALLOC_STRUCT( gl_enable_attrib );
335 attr = MALLOC_STRUCT( gl_eval_attrib );
342 attr = MALLOC_STRUCT( gl_fog_attrib );
349 attr = MALLOC_STRUCT( gl_hint_attrib );
357 attr = MALLOC_STRUCT( gl_light_attri
[all...]
/external/mesa3d/src/mesa/main/
H A Dattrib.c192 struct gl_attrib_node *n = MALLOC_STRUCT(gl_attrib_node);
228 attr = MALLOC_STRUCT( gl_accum_attrib );
236 attr = MALLOC_STRUCT( gl_colorbuffer_attrib );
247 attr = MALLOC_STRUCT( gl_current_attrib );
254 attr = MALLOC_STRUCT( gl_depthbuffer_attrib );
262 attr = MALLOC_STRUCT( gl_enable_attrib );
335 attr = MALLOC_STRUCT( gl_eval_attrib );
342 attr = MALLOC_STRUCT( gl_fog_attrib );
349 attr = MALLOC_STRUCT( gl_hint_attrib );
357 attr = MALLOC_STRUCT( gl_light_attri
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
H A Dnouveau_mm.c191 alloc = MALLOC_STRUCT(nouveau_mm_allocation);
239 struct nouveau_mman *cache = MALLOC_STRUCT(nouveau_mman);
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_context.c85 tnl->_ShineTabList = MALLOC_STRUCT( tnl_shine_tab );
89 struct tnl_shine_tab *s = MALLOC_STRUCT( tnl_shine_tab );
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_mm.c191 alloc = MALLOC_STRUCT(nouveau_mm_allocation);
239 struct nouveau_mman *cache = MALLOC_STRUCT(nouveau_mman);
/external/mesa3d/src/mesa/tnl/
H A Dt_context.c85 tnl->_ShineTabList = MALLOC_STRUCT( tnl_shine_tab );
89 struct tnl_shine_tab *s = MALLOC_STRUCT( tnl_shine_tab );
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_screen_buffer.c153 rbuf = MALLOC_STRUCT(r300_resource);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Dr600_buffer.c167 rbuffer = MALLOC_STRUCT(si_resource);
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_screen_buffer.c153 rbuf = MALLOC_STRUCT(r300_resource);
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dr600_buffer.c167 rbuffer = MALLOC_STRUCT(si_resource);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv30_texture.c135 so = MALLOC_STRUCT(nv30_sampler_state);
209 so = MALLOC_STRUCT(nv30_sampler_view);
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_texture.c135 so = MALLOC_STRUCT(nv30_sampler_state);
209 so = MALLOC_STRUCT(nv30_sampler_view);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/cso_cache/
H A Dcso_hash.c240 struct cso_hash *hash = MALLOC_STRUCT(cso_hash);
244 hash->data.d = MALLOC_STRUCT(cso_hash_data);

Completed in 1119 milliseconds

123