Home
last modified time | relevance | path

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

123

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

123