Home
last modified time | relevance | path

Searched refs:CALLOC_STRUCT (Results 1 – 25 of 687) sorted by relevance

12345678910>>...28

/external/mesa3d/src/gallium/drivers/noop/
Dnoop_state.c45 struct pipe_blend_state *nstate = CALLOC_STRUCT(pipe_blend_state); in noop_create_blend_state()
57 struct pipe_depth_stencil_alpha_state *nstate = CALLOC_STRUCT(pipe_depth_stencil_alpha_state); in noop_create_dsa_state()
69 struct pipe_rasterizer_state *nstate = CALLOC_STRUCT(pipe_rasterizer_state); in noop_create_rs_state()
81 struct pipe_sampler_state *nstate = CALLOC_STRUCT(pipe_sampler_state); in noop_create_sampler_state()
94 struct pipe_sampler_view *sampler_view = CALLOC_STRUCT(pipe_sampler_view); in noop_create_sampler_view()
109 struct pipe_surface *surface = CALLOC_STRUCT(pipe_surface); in noop_create_surface()
227 struct pipe_vertex_element *nstate = CALLOC_STRUCT(pipe_vertex_element); in noop_create_vertex_elements()
239 struct pipe_shader_state *nstate = CALLOC_STRUCT(pipe_shader_state); in noop_create_shader_state()
254 struct pipe_stream_output_target *t = CALLOC_STRUCT(pipe_stream_output_target); in noop_create_stream_output_target()
Dnoop_pipe.c51 struct noop_query *query = CALLOC_STRUCT(noop_query); in noop_create_query()
97 nresource = CALLOC_STRUCT(noop_resource); in noop_resource_create()
157 transfer = CALLOC_STRUCT(pipe_transfer); in noop_get_transfer()
259 struct pipe_context *ctx = CALLOC_STRUCT(pipe_context); in noop_create_context()
364 noop_screen = CALLOC_STRUCT(noop_pipe_screen); in noop_screen_create()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/noop/
Dnoop_state.c45 struct pipe_blend_state *nstate = CALLOC_STRUCT(pipe_blend_state); in noop_create_blend_state()
57 struct pipe_depth_stencil_alpha_state *nstate = CALLOC_STRUCT(pipe_depth_stencil_alpha_state); in noop_create_dsa_state()
69 struct pipe_rasterizer_state *nstate = CALLOC_STRUCT(pipe_rasterizer_state); in noop_create_rs_state()
81 struct pipe_sampler_state *nstate = CALLOC_STRUCT(pipe_sampler_state); in noop_create_sampler_state()
94 struct pipe_sampler_view *sampler_view = CALLOC_STRUCT(pipe_sampler_view); in noop_create_sampler_view()
109 struct pipe_surface *surface = CALLOC_STRUCT(pipe_surface); in noop_create_surface()
227 struct pipe_vertex_element *nstate = CALLOC_STRUCT(pipe_vertex_element); in noop_create_vertex_elements()
239 struct pipe_shader_state *nstate = CALLOC_STRUCT(pipe_shader_state); in noop_create_shader_state()
254 struct pipe_stream_output_target *t = CALLOC_STRUCT(pipe_stream_output_target); in noop_create_stream_output_target()
Dnoop_pipe.c51 struct noop_query *query = CALLOC_STRUCT(noop_query); in noop_create_query()
97 nresource = CALLOC_STRUCT(noop_resource); in noop_resource_create()
157 transfer = CALLOC_STRUCT(pipe_transfer); in noop_get_transfer()
259 struct pipe_context *ctx = CALLOC_STRUCT(pipe_context); in noop_create_context()
364 noop_screen = CALLOC_STRUCT(noop_pipe_screen); in noop_screen_create()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/galahad/
Dglhd_objects.c48 glhd_resource = CALLOC_STRUCT(galahad_resource); in galahad_resource_create()
85 glhd_surface = CALLOC_STRUCT(galahad_surface); in galahad_surface_create()
125 glhd_view = CALLOC_STRUCT(galahad_sampler_view); in galahad_sampler_view_create()
161 glhd_transfer = CALLOC_STRUCT(galahad_transfer); in galahad_transfer_create()
/external/mesa3d/src/gallium/drivers/galahad/
Dglhd_objects.c48 glhd_resource = CALLOC_STRUCT(galahad_resource); in galahad_resource_create()
85 glhd_surface = CALLOC_STRUCT(galahad_surface); in galahad_surface_create()
125 glhd_view = CALLOC_STRUCT(galahad_sampler_view); in galahad_sampler_view_create()
161 glhd_transfer = CALLOC_STRUCT(galahad_transfer); in galahad_transfer_create()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/identity/
Did_objects.c48 id_resource = CALLOC_STRUCT(identity_resource); in identity_resource_create()
85 id_surface = CALLOC_STRUCT(identity_surface); in identity_surface_create()
126 id_view = CALLOC_STRUCT(identity_sampler_view); in identity_sampler_view_create()
163 id_transfer = CALLOC_STRUCT(identity_transfer); in identity_transfer_create()
/external/mesa3d/src/gallium/drivers/identity/
Did_objects.c48 id_resource = CALLOC_STRUCT(identity_resource); in identity_resource_create()
85 id_surface = CALLOC_STRUCT(identity_surface); in identity_surface_create()
126 id_view = CALLOC_STRUCT(identity_sampler_view); in identity_sampler_view_create()
163 id_transfer = CALLOC_STRUCT(identity_transfer); in identity_transfer_create()
/external/mesa3d/src/gallium/drivers/trace/
Dtr_texture.c49 tr_res = CALLOC_STRUCT(trace_resource); in trace_resource_create()
87 tr_surf = CALLOC_STRUCT(trace_surface); in trace_surf_create()
127 tr_trans = CALLOC_STRUCT(trace_transfer); in trace_transfer_create()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/
Dtr_texture.c49 tr_res = CALLOC_STRUCT(trace_resource); in trace_resource_create()
87 tr_surf = CALLOC_STRUCT(trace_surface); in trace_surf_create()
127 tr_trans = CALLOC_STRUCT(trace_transfer); in trace_transfer_create()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/
Drbug_objects.c51 rb_resource = CALLOC_STRUCT(rbug_resource); in rbug_resource_create()
93 rb_surface = CALLOC_STRUCT(rbug_surface); in rbug_surface_create()
171 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/rbug/
Drbug_objects.c51 rb_resource = CALLOC_STRUCT(rbug_resource); in rbug_resource_create()
93 rb_surface = CALLOC_STRUCT(rbug_surface); in rbug_surface_create()
171 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/auxiliary/util/
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()
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
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()
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/i915/sw/
Di915_sw_buffer.c10 struct i915_sw_buffer *buf = CALLOC_STRUCT(i915_sw_buffer); in i915_sw_buffer_create()
36 struct i915_sw_buffer *buf = CALLOC_STRUCT(i915_sw_buffer); in i915_sw_buffer_create_tiled()
/external/mesa3d/src/gallium/winsys/i915/sw/
Di915_sw_buffer.c10 struct i915_sw_buffer *buf = CALLOC_STRUCT(i915_sw_buffer); in i915_sw_buffer_create()
36 struct i915_sw_buffer *buf = CALLOC_STRUCT(i915_sw_buffer); in i915_sw_buffer_create_tiled()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_draw.c52 pm4 = shader->pm4 = CALLOC_STRUCT(si_pm4_state); in si_pipe_shader_vs()
113 pm4 = shader->pm4 = CALLOC_STRUCT(si_pm4_state); in si_pipe_shader_ps()
247 struct si_pm4_state *pm4 = CALLOC_STRUCT(si_pm4_state); in si_update_draw_info_state()
319 struct si_pm4_state *pm4 = CALLOC_STRUCT(si_pm4_state); in si_update_spi_map()
406 struct si_pm4_state *pm4 = CALLOC_STRUCT(si_pm4_state); in si_vertex_buffer_update()
460 struct si_pm4_state *pm4 = CALLOC_STRUCT(si_pm4_state); in si_state_draw()
557 struct si_pm4_state *pm4 = CALLOC_STRUCT(si_pm4_state); in si_draw_vbo()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
Dsi_state_draw.c52 pm4 = shader->pm4 = CALLOC_STRUCT(si_pm4_state); in si_pipe_shader_vs()
113 pm4 = shader->pm4 = CALLOC_STRUCT(si_pm4_state); in si_pipe_shader_ps()
247 struct si_pm4_state *pm4 = CALLOC_STRUCT(si_pm4_state); in si_update_draw_info_state()
319 struct si_pm4_state *pm4 = CALLOC_STRUCT(si_pm4_state); in si_update_spi_map()
406 struct si_pm4_state *pm4 = CALLOC_STRUCT(si_pm4_state); in si_vertex_buffer_update()
460 struct si_pm4_state *pm4 = CALLOC_STRUCT(si_pm4_state); in si_state_draw()
557 struct si_pm4_state *pm4 = CALLOC_STRUCT(si_pm4_state); in si_draw_vbo()
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/i915/drm/
Di915_drm_buffer.c31 struct i915_drm_buffer *buf = CALLOC_STRUCT(i915_drm_buffer); in i915_drm_buffer_create()
61 struct i915_drm_buffer *buf = CALLOC_STRUCT(i915_drm_buffer); in i915_drm_buffer_create_tiled()
98 struct i915_drm_buffer *buf = CALLOC_STRUCT(i915_drm_buffer); in i915_drm_buffer_from_handle()
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/wayland/
Dwayland_sw_winsys.c167 wldt = CALLOC_STRUCT(wayland_sw_displaytarget); in wayland_displaytarget_create()
215 wldt = CALLOC_STRUCT(wayland_sw_displaytarget); in wayland_displaytarget_from_handle()
264 wlws = CALLOC_STRUCT(wayland_sw_winsys); in wayland_create_sw_winsys()
/external/mesa3d/src/gallium/winsys/sw/wayland/
Dwayland_sw_winsys.c167 wldt = CALLOC_STRUCT(wayland_sw_displaytarget); in wayland_displaytarget_create()
215 wldt = CALLOC_STRUCT(wayland_sw_displaytarget); in wayland_displaytarget_from_handle()
264 wlws = CALLOC_STRUCT(wayland_sw_winsys); in wayland_create_sw_winsys()
/external/mesa3d/src/gallium/winsys/i915/drm/
Di915_drm_buffer.c31 struct i915_drm_buffer *buf = CALLOC_STRUCT(i915_drm_buffer); in i915_drm_buffer_create()
61 struct i915_drm_buffer *buf = CALLOC_STRUCT(i915_drm_buffer); in i915_drm_buffer_create_tiled()
98 struct i915_drm_buffer *buf = CALLOC_STRUCT(i915_drm_buffer); in i915_drm_buffer_from_handle()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
Dsp_texture.c122 struct softpipe_resource *spr = CALLOC_STRUCT(softpipe_resource); in softpipe_resource_create()
182 struct softpipe_resource *spr = CALLOC_STRUCT(softpipe_resource); in softpipe_resource_from_handle()
267 ps = CALLOC_STRUCT(pipe_surface); in softpipe_create_surface()
363 spt = CALLOC_STRUCT(softpipe_transfer); in softpipe_get_transfer()
465 spr = CALLOC_STRUCT(softpipe_resource); in softpipe_user_buffer_create()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_texture.c122 struct softpipe_resource *spr = CALLOC_STRUCT(softpipe_resource); in softpipe_resource_create()
182 struct softpipe_resource *spr = CALLOC_STRUCT(softpipe_resource); in softpipe_resource_from_handle()
267 ps = CALLOC_STRUCT(pipe_surface); in softpipe_create_surface()
363 spt = CALLOC_STRUCT(softpipe_transfer); in softpipe_get_transfer()
465 spr = CALLOC_STRUCT(softpipe_resource); in softpipe_user_buffer_create()
/external/mesa3d/src/mesa/drivers/dri/common/
Ddrisw_util.c57 psp = CALLOC_STRUCT(__DRIscreenRec); in driCreateNewScreen()
168 pcp = CALLOC_STRUCT(__DRIcontextRec); in driCreateContextAttribs()
302 pdp = CALLOC_STRUCT(__DRIdrawableRec); in driCreateNewDrawable()

12345678910>>...28