Home
last modified time | relevance | path

Searched refs:CALLOC_STRUCT (Results 1 - 25 of 431) sorted by relevance

12345678910>>...18

/third_party/mesa3d/src/gallium/auxiliary/hud/
H A Dhud_fps.c78 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()
H A Dhud_cpu.c278 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()
H A Dhud_nic.c261 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()
H A Dhud_diskstat.c189 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/util/
H A Du_mm.c77 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/auxiliary/driver_rbug/
H A Drbug_objects.c50 rb_resource = CALLOC_STRUCT(rbug_resource); in rbug_resource_create()
95 rb_surface = CALLOC_STRUCT(rbug_surface); in rbug_surface_create()
172 rb_transfer = CALLOC_STRUCT(rbug_transfer); in rbug_transfer_create()
208 struct rbug_shader *rb_shader = CALLOC_STRUCT(rbug_shader); in rbug_shader_create()
/third_party/mesa3d/src/gallium/frontends/hgl/
H A Dhgl.c231 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/pipe-loader/
H A Dpipe_loader_sw.c208 struct pipe_loader_sw_device *sdev = CALLOC_STRUCT(pipe_loader_sw_device); in pipe_loader_sw_probe_dri()
238 struct pipe_loader_sw_device *sdev = CALLOC_STRUCT(pipe_loader_sw_device); in pipe_loader_vk_probe_dri()
271 struct pipe_loader_sw_device *sdev = CALLOC_STRUCT(pipe_loader_sw_device); in pipe_loader_sw_probe_kms()
307 struct pipe_loader_sw_device *sdev = CALLOC_STRUCT(pipe_loader_sw_device); in pipe_loader_sw_probe_null()
352 struct pipe_loader_sw_device *sdev = CALLOC_STRUCT(pipe_loader_sw_device); in pipe_loader_sw_probe_wrapped()
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_helpers.h81 __data = CALLOC_STRUCT(Nine##nine); \
107 __data = CALLOC_STRUCT(Nine##nine); \
133 __data = CALLOC_STRUCT(Nine##nine); \
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_state.c72 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()
308 struct lima_sampler_state *so = CALLOC_STRUCT(lima_sampler_state); in lima_create_sampler_state()
353 struct lima_sampler_view *so = CALLOC_STRUCT(lima_sampler_view); in lima_create_sampler_view()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_texture.c49 tr_surf = CALLOC_STRUCT(trace_surface); in trace_surf_create()
88 tr_trans = CALLOC_STRUCT(trace_transfer); in trace_transfer_create()
/third_party/mesa3d/src/gallium/drivers/virgl/tests/
H A Dvirgl_staging_mgr_test.cpp53 struct virgl_hw_res *hw_res = CALLOC_STRUCT(virgl_hw_res); in fake_resource_create()
89 struct virgl_context *vctx = CALLOC_STRUCT(virgl_context); in fake_virgl_context_create()
90 struct virgl_screen *vs = CALLOC_STRUCT(virgl_screen); in fake_virgl_context_create()
91 struct virgl_winsys *vws = CALLOC_STRUCT(virgl_winsys); in fake_virgl_context_create()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_bufmgr.cpp84 bo = CALLOC_STRUCT(d3d12_bo); in d3d12_bo_wrap_res()
161 bo = CALLOC_STRUCT(d3d12_bo); in d3d12_bo_wrap_buffer()
320 buf = CALLOC_STRUCT(d3d12_buffer); in d3d12_bufmgr_create_buffer()
379 mgr = CALLOC_STRUCT(d3d12_bufmgr); in d3d12_bufmgr_create()
/third_party/mesa3d/src/mesa/program/
H A Dprog_cache.c143 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/
H A Di915_drm_buffer.c30 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/
H A Dsp_texture.c159 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()
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
H A Dnoop_pipe.c56 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()
728 struct pipe_vertex_state *state = CALLOC_STRUCT(pipe_vertex_state); in noop_create_vertex_state()
764 noop_screen = CALLOC_STRUCT(noop_pipe_screen); in noop_screen_create()
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_resource_buffer.c111 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()
H A Di915_state.c152 struct i915_blend_state *cso_data = CALLOC_STRUCT(i915_blend_state); in i915_create_blend_state()
277 struct i915_sampler_state *cso = CALLOC_STRUCT(i915_sampler_state); in i915_create_sampler_state()
446 CALLOC_STRUCT(i915_depth_stencil_state); in i915_create_depth_stencil_state()
542 struct i915_fragment_shader *ifs = CALLOC_STRUCT(i915_fragment_shader); in i915_create_fs_state()
773 struct pipe_sampler_view *view = CALLOC_STRUCT(pipe_sampler_view); in i915_create_sampler_view_custom()
791 struct pipe_sampler_view *view = CALLOC_STRUCT(pipe_sampler_view); in i915_create_sampler_view()
877 struct i915_rasterizer_state *cso = CALLOC_STRUCT(i915_rasterizer_state); in i915_create_rasterizer_state()
/third_party/mesa3d/src/gallium/auxiliary/renderonly/
H A Drenderonly.c67 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/gallium/drivers/llvmpipe/
H A Dlp_texture.c234 struct llvmpipe_resource *lpr = CALLOC_STRUCT(llvmpipe_resource); in llvmpipe_resource_create_all()
343 struct llvmpipe_memory_object *memobj = CALLOC_STRUCT(llvmpipe_memory_object); in llvmpipe_memobj_create_from_handle()
377 struct llvmpipe_resource *lpr = CALLOC_STRUCT(llvmpipe_resource); in llvmpipe_resource_from_memobj()
572 lpr = CALLOC_STRUCT(llvmpipe_resource); in llvmpipe_resource_from_handle()
641 lpr = CALLOC_STRUCT(llvmpipe_resource); in llvmpipe_resource_from_user_memory()
726 lpt = CALLOC_STRUCT(llvmpipe_transfer); in llvmpipe_transfer_map_ms()
874 buffer = CALLOC_STRUCT(llvmpipe_resource); in llvmpipe_user_buffer_create()
/third_party/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_buffer.c220 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/auxiliary/util/
H A Du_debug_flush.c108 struct debug_flush_buf *fbuf = CALLOC_STRUCT(debug_flush_buf); in debug_flush_buf_create()
157 struct debug_flush_ctx *fctx = CALLOC_STRUCT(debug_flush_ctx); in debug_flush_ctx_create()
321 item = CALLOC_STRUCT(debug_flush_item); in debug_flush_cb_reference()
/third_party/mesa3d/src/gallium/winsys/sw/hgl/
H A Dhgl_sw_winsys.cpp115 = CALLOC_STRUCT(haiku_displaytarget); in hgl_winsys_displaytarget_create()
228 struct sw_winsys* winsys = CALLOC_STRUCT(sw_winsys); in hgl_create_sw_winsys()
/third_party/mesa3d/src/gallium/winsys/sw/gdi/
H A Dgdi_sw_winsys.c134 gdt = CALLOC_STRUCT(gdi_sw_displaytarget); in gdi_sw_displaytarget_create()
233 winsys = CALLOC_STRUCT(sw_winsys); in gdi_create_sw_winsys()

Completed in 17 milliseconds

12345678910>>...18