/external/mesa3d/src/mesa/main/ |
D | attrib.c | 192 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/ |
D | attrib.c | 192 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/ |
D | u_hash_table.c | 84 ht = MALLOC_STRUCT(util_hash_table); in util_hash_table_create() 163 item = MALLOC_STRUCT(util_hash_table_item); in util_hash_table_set()
|
D | u_keymap.c | 113 struct keymap *map = MALLOC_STRUCT(keymap); in util_new_keymap() 209 item = MALLOC_STRUCT(keymap_item); in util_keymap_insert()
|
D | u_memory.h | 56 #define MALLOC_STRUCT(T) (struct T *) MALLOC(sizeof(struct T)) macro
|
D | u_handle_table.c | 66 ht = MALLOC_STRUCT(handle_table); in handle_table_create()
|
/external/mesa3d/src/mesa/tnl/ |
D | t_context.c | 85 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/ |
D | u_hash_table.c | 84 ht = MALLOC_STRUCT(util_hash_table); in util_hash_table_create() 163 item = MALLOC_STRUCT(util_hash_table_item); in util_hash_table_set()
|
D | u_keymap.c | 113 struct keymap *map = MALLOC_STRUCT(keymap); in util_new_keymap() 209 item = MALLOC_STRUCT(keymap_item); in util_keymap_insert()
|
D | u_memory.h | 56 #define MALLOC_STRUCT(T) (struct T *) MALLOC(sizeof(struct T)) macro
|
D | u_handle_table.c | 66 ht = MALLOC_STRUCT(handle_table); in handle_table_create()
|
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/ |
D | t_context.c | 85 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/ |
D | translate_cache.c | 42 struct translate_cache *cache = MALLOC_STRUCT(translate_cache); in translate_cache_create()
|
/external/mesa3d/src/gallium/auxiliary/translate/ |
D | translate_cache.c | 42 struct translate_cache *cache = MALLOC_STRUCT(translate_cache); in translate_cache_create()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/ |
D | nouveau_mm.c | 191 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/ |
D | nouveau_mm.c | 191 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/ |
D | nv30_texture.c | 135 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/ |
D | nv30_texture.c | 135 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/ |
D | lp_state_rasterizer.c | 62 struct lp_rast_state *state = MALLOC_STRUCT(lp_rast_state); in llvmpipe_create_rasterizer_state()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_rasterizer.c | 62 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/ |
D | cso_hash.c | 240 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/ |
D | cso_hash.c | 240 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/ |
D | r300_screen_buffer.c | 153 rbuf = MALLOC_STRUCT(r300_resource); in r300_buffer_create()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_screen_buffer.c | 153 rbuf = MALLOC_STRUCT(r300_resource); in r300_buffer_create()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/ |
D | r600_buffer.c | 167 rbuffer = MALLOC_STRUCT(si_resource); in si_buffer_create()
|