/third_party/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()
|
/third_party/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()
|
/third_party/mesa3d/src/gallium/auxiliary/pipe-loader/ |
D | pipe_loader_sw.c | 140 struct pipe_loader_sw_device *sdev = CALLOC_STRUCT(pipe_loader_sw_device); in pipe_loader_sw_probe_dri() 172 struct pipe_loader_sw_device *sdev = CALLOC_STRUCT(pipe_loader_sw_device); in pipe_loader_sw_probe_kms() 208 struct pipe_loader_sw_device *sdev = CALLOC_STRUCT(pipe_loader_sw_device); in pipe_loader_sw_probe_null() 253 struct pipe_loader_sw_device *sdev = CALLOC_STRUCT(pipe_loader_sw_device); in pipe_loader_sw_probe_wrapped()
|
/third_party/mesa3d/src/gallium/frontends/hgl/ |
D | hgl.c | 231 buffer = CALLOC_STRUCT(hgl_buffer); in hgl_create_st_framebuffer() 235 buffer->stfbi = CALLOC_STRUCT(st_framebuffer_iface); in hgl_create_st_framebuffer() 291 visual = CALLOC_STRUCT(st_visual); in hgl_create_st_visual() 351 display = CALLOC_STRUCT(hgl_display); in hgl_create_display() 354 display->manager = CALLOC_STRUCT(st_manager); in hgl_create_display()
|
/third_party/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() 209 struct rbug_shader *rb_shader = CALLOC_STRUCT(rbug_shader); in rbug_shader_create()
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
D | lima_state.c | 72 so = CALLOC_STRUCT(lima_depth_stencil_alpha_state); in lima_create_depth_stencil_alpha_state() 102 so = CALLOC_STRUCT(lima_rasterizer_state); in lima_create_rasterizer_state() 132 so = CALLOC_STRUCT(lima_blend_state); in lima_create_blend_state() 162 so = CALLOC_STRUCT(lima_vertex_element_state); in lima_create_vertex_elements_state() 304 struct lima_sampler_state *so = CALLOC_STRUCT(lima_sampler_state); in lima_create_sampler_state() 349 struct lima_sampler_view *so = CALLOC_STRUCT(lima_sampler_view); in lima_create_sampler_view()
|
/third_party/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()
|
/third_party/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); \
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_bufmgr.cpp | 79 bo = CALLOC_STRUCT(d3d12_bo); in d3d12_bo_wrap_res() 133 bo = CALLOC_STRUCT(d3d12_bo); in d3d12_bo_wrap_buffer() 280 buf = CALLOC_STRUCT(d3d12_buffer); in d3d12_bufmgr_create_buffer() 332 mgr = CALLOC_STRUCT(d3d12_bufmgr); in d3d12_bufmgr_create()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
D | tr_texture.c | 50 tr_surf = CALLOC_STRUCT(trace_surface); in trace_surf_create() 89 tr_trans = CALLOC_STRUCT(trace_transfer); in trace_transfer_create()
|
/third_party/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()
|
/third_party/mesa3d/src/gallium/auxiliary/renderonly/ |
D | renderonly.c | 67 scanout = CALLOC_STRUCT(renderonly_scanout); in renderonly_create_kms_dumb_buffer_for_resource() 122 scanout = CALLOC_STRUCT(renderonly_scanout); in renderonly_create_gpu_import_for_resource()
|
/third_party/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()
|
/third_party/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()
|
/third_party/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()
|
D | sp_state_shader.c | 171 struct sp_fragment_shader *state = CALLOC_STRUCT(sp_fragment_shader); in softpipe_create_fs_state() 254 state = CALLOC_STRUCT(sp_vertex_shader); in softpipe_create_vs_state() 315 state = CALLOC_STRUCT(sp_geometry_shader); in softpipe_create_gs_state() 426 struct sp_compute_shader *state = CALLOC_STRUCT(sp_compute_shader); in softpipe_create_compute_state()
|
/third_party/mesa3d/src/gallium/frontends/va/ |
D | context.c | 276 context->desc.h264.pps = CALLOC_STRUCT(pipe_h264_pps); in vlVaCreateContext() 281 context->desc.h264.pps->sps = CALLOC_STRUCT(pipe_h264_sps); in vlVaCreateContext() 292 context->desc.h265.pps = CALLOC_STRUCT(pipe_h265_pps); in vlVaCreateContext() 297 context->desc.h265.pps->sps = CALLOC_STRUCT(pipe_h265_sps); in vlVaCreateContext()
|
/third_party/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()
|
/third_party/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()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_resource_buffer.c | 111 struct i915_buffer *buf = CALLOC_STRUCT(i915_buffer); in i915_buffer_create() 136 struct i915_buffer *buf = CALLOC_STRUCT(i915_buffer); in i915_user_buffer_create()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/ |
D | noop_pipe.c | 56 struct noop_query *query = CALLOC_STRUCT(noop_query); in noop_create_query() 109 nresource = CALLOC_STRUCT(noop_resource); in noop_resource_create() 231 transfer = (struct pipe_transfer*)CALLOC_STRUCT(threaded_transfer); in noop_transfer_map() 409 struct pipe_context *ctx = CALLOC_STRUCT(pipe_context); in noop_create_context() 687 struct pipe_vertex_state *state = CALLOC_STRUCT(pipe_vertex_state); in noop_create_vertex_state() 714 noop_screen = CALLOC_STRUCT(noop_pipe_screen); in noop_screen_create()
|
/third_party/mesa3d/src/gallium/winsys/sw/kms-dri/ |
D | kms_dri_sw_winsys.c | 146 plane = CALLOC_STRUCT(kms_sw_plane); in get_plane() 174 kms_sw_dt = CALLOC_STRUCT(kms_sw_displaytarget); in kms_sw_displaytarget_create() 328 kms_sw_dt = CALLOC_STRUCT(kms_sw_displaytarget); in kms_sw_displaytarget_add_from_prime() 487 ws = CALLOC_STRUCT(kms_sw_winsys); in kms_dri_create_winsys()
|