/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_fence_work.cpp | 125 struct swr_fence_work *work = CALLOC_STRUCT(swr_fence_work); in swr_fence_work_free() 143 struct swr_fence_work *work = CALLOC_STRUCT(swr_fence_work); in swr_fence_work_delete_vs() 158 struct swr_fence_work *work = CALLOC_STRUCT(swr_fence_work); in swr_fence_work_delete_fs() 173 struct swr_fence_work *work = CALLOC_STRUCT(swr_fence_work); in swr_fence_work_delete_gs() 188 struct swr_fence_work *work = CALLOC_STRUCT(swr_fence_work); in swr_fence_work_delete_tcs() 204 struct swr_fence_work *work = CALLOC_STRUCT(swr_fence_work); in swr_fence_work_delete_tes()
|
/external/mesa3d/src/gallium/auxiliary/hud/ |
D | hud_fps.c | 78 struct hud_graph *gr = CALLOC_STRUCT(hud_graph); in hud_fps_graph_install() 84 gr->query_data = CALLOC_STRUCT(fps_info); in hud_fps_graph_install() 105 struct hud_graph *gr = CALLOC_STRUCT(hud_graph); in hud_frametime_graph_install() 111 gr->query_data = CALLOC_STRUCT(fps_info); in hud_frametime_graph_install()
|
D | hud_cpu.c | 278 gr = CALLOC_STRUCT(hud_graph); in hud_cpu_graph_install() 287 gr->query_data = CALLOC_STRUCT(cpu_info); in hud_cpu_graph_install() 372 gr = CALLOC_STRUCT(hud_graph); in hud_thread_busy_install() 378 gr->query_data = CALLOC_STRUCT(thread_info); in hud_thread_busy_install() 446 struct hud_graph *gr = CALLOC_STRUCT(hud_graph); in hud_thread_counter_install() 452 gr->query_data = CALLOC_STRUCT(counter_info); in hud_thread_counter_install()
|
D | hud_nic.c | 261 gr = CALLOC_STRUCT(hud_graph); in hud_nic_graph_install() 371 nic = CALLOC_STRUCT(nic_info); in hud_get_num_nics() 383 nic = CALLOC_STRUCT(nic_info); in hud_get_num_nics() 398 nic = CALLOC_STRUCT(nic_info); in hud_get_num_nics()
|
D | hud_diskstat.c | 189 gr = CALLOC_STRUCT(hud_graph); in hud_diskstat_graph_install() 215 struct diskstat_info *dsi = CALLOC_STRUCT(diskstat_info); in add_object_part() 228 struct diskstat_info *dsi = CALLOC_STRUCT(diskstat_info); in add_object()
|
/external/mesa3d/src/gallium/auxiliary/renderonly/ |
D | renderonly.c | 45 copy = CALLOC_STRUCT(renderonly); in renderonly_dup() 81 scanout = CALLOC_STRUCT(renderonly_scanout); in renderonly_create_kms_dumb_buffer_for_resource() 136 scanout = CALLOC_STRUCT(renderonly_scanout); in renderonly_create_gpu_import_for_resource()
|
/external/mesa3d/src/gallium/auxiliary/pipe-loader/ |
D | pipe_loader_sw.c | 142 struct pipe_loader_sw_device *sdev = CALLOC_STRUCT(pipe_loader_sw_device); in pipe_loader_sw_probe_dri() 174 struct pipe_loader_sw_device *sdev = CALLOC_STRUCT(pipe_loader_sw_device); in pipe_loader_sw_probe_kms() 210 struct pipe_loader_sw_device *sdev = CALLOC_STRUCT(pipe_loader_sw_device); in pipe_loader_sw_probe_null() 255 struct pipe_loader_sw_device *sdev = CALLOC_STRUCT(pipe_loader_sw_device); in pipe_loader_sw_probe_wrapped()
|
/external/mesa3d/src/gallium/auxiliary/driver_rbug/ |
D | rbug_objects.c | 51 rb_resource = CALLOC_STRUCT(rbug_resource); in rbug_resource_create() 96 rb_surface = CALLOC_STRUCT(rbug_surface); in rbug_surface_create() 173 rb_transfer = CALLOC_STRUCT(rbug_transfer); in rbug_transfer_create() 206 struct rbug_shader *rb_shader = CALLOC_STRUCT(rbug_shader); in rbug_shader_create()
|
/external/mesa3d/src/gallium/drivers/lima/ |
D | lima_state.c | 69 so = CALLOC_STRUCT(lima_depth_stencil_alpha_state); in lima_create_depth_stencil_alpha_state() 99 so = CALLOC_STRUCT(lima_rasterizer_state); in lima_create_rasterizer_state() 129 so = CALLOC_STRUCT(lima_blend_state); in lima_create_blend_state() 159 so = CALLOC_STRUCT(lima_vertex_element_state); in lima_create_vertex_elements_state() 286 struct lima_sampler_state *so = CALLOC_STRUCT(lima_sampler_state); in lima_create_sampler_state() 331 struct lima_sampler_view *so = CALLOC_STRUCT(lima_sampler_view); in lima_create_sampler_view()
|
/external/mesa3d/src/gallium/frontends/hgl/ |
D | hgl.c | 234 buffer = CALLOC_STRUCT(hgl_buffer); in hgl_create_st_framebuffer() 238 buffer->stfbi = CALLOC_STRUCT(st_framebuffer_iface); in hgl_create_st_framebuffer() 281 manager = CALLOC_STRUCT(st_manager); in hgl_create_st_manager() 309 visual = CALLOC_STRUCT(st_visual); in hgl_create_st_visual()
|
/external/mesa3d/src/util/ |
D | u_mm.c | 77 heap = CALLOC_STRUCT(mem_block); in u_mmInit() 81 block = CALLOC_STRUCT(mem_block); in u_mmInit() 115 newblock = CALLOC_STRUCT(mem_block); in SliceBlock() 139 newblock = CALLOC_STRUCT(mem_block); in SliceBlock()
|
/external/mesa3d/src/gallium/frontends/nine/ |
D | nine_helpers.h | 81 __data = CALLOC_STRUCT(Nine##nine); \ 107 __data = CALLOC_STRUCT(Nine##nine); \ 133 __data = CALLOC_STRUCT(Nine##nine); \
|
/external/mesa3d/src/gallium/auxiliary/driver_trace/ |
D | tr_texture.c | 50 tr_surf = CALLOC_STRUCT(trace_surface); in trace_surf_create() 92 tr_trans = CALLOC_STRUCT(trace_transfer); in trace_transfer_create()
|
/external/mesa3d/src/gallium/drivers/virgl/tests/ |
D | virgl_staging_mgr_test.cpp | 52 struct virgl_hw_res *hw_res = CALLOC_STRUCT(virgl_hw_res); in fake_resource_create() 88 struct virgl_context *vctx = CALLOC_STRUCT(virgl_context); in fake_virgl_context_create() 89 struct virgl_screen *vs = CALLOC_STRUCT(virgl_screen); in fake_virgl_context_create() 90 struct virgl_winsys *vws = CALLOC_STRUCT(virgl_winsys); in fake_virgl_context_create()
|
/external/mesa3d/src/mesa/program/ |
D | prog_cache.c | 143 struct gl_program_cache *cache = CALLOC_STRUCT(gl_program_cache); in _mesa_new_program_cache() 210 struct cache_item *c = CALLOC_STRUCT(cache_item); in _mesa_program_cache_insert() 239 struct cache_item *c = CALLOC_STRUCT(cache_item); in _mesa_shader_cache_insert()
|
/external/mesa3d/src/gallium/winsys/i915/drm/ |
D | i915_drm_buffer.c | 30 struct i915_drm_buffer *buf = CALLOC_STRUCT(i915_drm_buffer); in i915_drm_buffer_create() 60 struct i915_drm_buffer *buf = CALLOC_STRUCT(i915_drm_buffer); in i915_drm_buffer_create_tiled() 107 buf = CALLOC_STRUCT(i915_drm_buffer); in i915_drm_buffer_from_handle()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_texture.c | 159 struct softpipe_resource *spr = CALLOC_STRUCT(softpipe_resource); in softpipe_resource_create_front() 226 struct softpipe_resource *spr = CALLOC_STRUCT(softpipe_resource); in softpipe_resource_from_handle() 297 ps = CALLOC_STRUCT(pipe_surface); in softpipe_create_surface() 414 spt = CALLOC_STRUCT(softpipe_transfer); in softpipe_transfer_map() 491 spr = CALLOC_STRUCT(softpipe_resource); in softpipe_user_buffer_create()
|
/external/mesa3d/src/gallium/auxiliary/driver_noop/ |
D | noop_pipe.c | 52 struct noop_query *query = CALLOC_STRUCT(noop_query); in noop_create_query() 105 nresource = CALLOC_STRUCT(noop_resource); in noop_resource_create() 208 transfer = CALLOC_STRUCT(pipe_transfer); in noop_transfer_map() 354 struct pipe_context *ctx = CALLOC_STRUCT(pipe_context); in noop_create_context() 539 noop_screen = CALLOC_STRUCT(noop_pipe_screen); in noop_screen_create()
|
/external/mesa3d/src/gallium/frontends/va/ |
D | context.c | 259 context->desc.h264.pps = CALLOC_STRUCT(pipe_h264_pps); in vlVaCreateContext() 264 context->desc.h264.pps->sps = CALLOC_STRUCT(pipe_h264_sps); in vlVaCreateContext() 275 context->desc.h265.pps = CALLOC_STRUCT(pipe_h265_pps); in vlVaCreateContext() 280 context->desc.h265.pps->sps = CALLOC_STRUCT(pipe_h265_sps); in vlVaCreateContext()
|
/external/mesa3d/src/gallium/frontends/dri/ |
D | dri_helpers.c | 95 struct dri2_fence *fence = CALLOC_STRUCT(dri2_fence); in dri2_create_fence() 116 struct dri2_fence *fence = CALLOC_STRUCT(dri2_fence); in dri2_create_fence_fd() 153 fence = CALLOC_STRUCT(dri2_fence); in dri2_get_fence_from_cl_event() 291 img = CALLOC_STRUCT(__DRIimageRec); in dri2_create_image_from_renderbuffer2() 365 img = CALLOC_STRUCT(__DRIimageRec); in dri2_create_from_texture()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_cs_tpool.c | 75 struct lp_cs_tpool *pool = CALLOC_STRUCT(lp_cs_tpool); in lp_cs_tpool_create() 126 task = CALLOC_STRUCT(lp_cs_tpool_task); in lp_cs_tpool_queue_task()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_resource_buffer.c | 122 struct i915_buffer *buf = CALLOC_STRUCT(i915_buffer); in i915_buffer_create() 152 struct i915_buffer *buf = CALLOC_STRUCT(i915_buffer); in i915_user_buffer_create()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_fbo.c | 119 CALLOC_STRUCT(nouveau_renderbuffer); in nouveau_renderbuffer_new() 214 nfb = CALLOC_STRUCT(nouveau_framebuffer); in nouveau_framebuffer_new() 228 nfb = CALLOC_STRUCT(nouveau_framebuffer); in nouveau_framebuffer_dri_new()
|
/external/mesa3d/src/gallium/winsys/svga/drm/ |
D | vmw_buffer.c | 220 buf = CALLOC_STRUCT(vmw_gmr_buffer); in vmw_gmr_bufmgr_create_buffer() 266 mgr = CALLOC_STRUCT(vmw_gmr_bufmgr); in vmw_gmr_bufmgr_create() 322 buf = CALLOC_STRUCT(svga_winsys_buffer); in vmw_svga_winsys_buffer_wrap()
|
/external/mesa3d/src/gallium/winsys/sw/hgl/ |
D | hgl_sw_winsys.c | 113 = CALLOC_STRUCT(haiku_displaytarget); in hgl_winsys_displaytarget_create() 220 struct sw_winsys* winsys = CALLOC_STRUCT(sw_winsys); in hgl_create_sw_winsys()
|