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

1234567891011>>

/external/mesa3d/src/gallium/auxiliary/hud/
H A Dhud_fps.c72 struct hud_graph *gr = CALLOC_STRUCT(hud_graph);
78 gr->query_data = CALLOC_STRUCT(fps_info);
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_fs.c47 dfs = CALLOC_STRUCT(draw_fragment_shader);
/external/mesa3d/src/gallium/drivers/swr/
H A Dswr_fence_work.cpp106 struct swr_fence_work *work = CALLOC_STRUCT(swr_fence_work);
124 struct swr_fence_work *work = CALLOC_STRUCT(swr_fence_work);
139 struct swr_fence_work *work = CALLOC_STRUCT(swr_fence_work);
/external/mesa3d/src/gallium/auxiliary/renderonly/
H A Drenderonly.c44 copy = CALLOC_STRUCT(renderonly);
58 scanout = CALLOC_STRUCT(renderonly_scanout);
88 scanout = CALLOC_STRUCT(renderonly_scanout);
148 scanout = CALLOC_STRUCT(renderonly_scanout);
/external/mesa3d/src/gallium/drivers/ilo/
H A Dilo_blitter.c53 blitter = CALLOC_STRUCT(ilo_blitter);
/external/mesa3d/src/gallium/drivers/trace/
H A Dtr_texture.c49 tr_res = CALLOC_STRUCT(trace_resource);
88 tr_surf = CALLOC_STRUCT(trace_surface);
130 tr_trans = CALLOC_STRUCT(trace_transfer);
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_query.c46 struct i915_query *query = CALLOC_STRUCT( i915_query );
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_texture.c81 struct fd2_sampler_stateobj *so = CALLOC_STRUCT(fd2_sampler_stateobj);
130 struct fd2_pipe_sampler_view *so = CALLOC_STRUCT(fd2_pipe_sampler_view);
H A Dfd2_blend.c75 so = CALLOC_STRUCT(fd2_blend_stateobj);
H A Dfd2_context.c92 struct fd2_context *fd2_ctx = CALLOC_STRUCT(fd2_context);
H A Dfd2_zsa.c44 so = CALLOC_STRUCT(fd2_zsa_stateobj);
/external/mesa3d/src/gallium/auxiliary/pipe-loader/
H A Dpipe_loader_sw.c133 struct pipe_loader_sw_device *sdev = CALLOC_STRUCT(pipe_loader_sw_device);
165 struct pipe_loader_sw_device *sdev = CALLOC_STRUCT(pipe_loader_sw_device);
198 struct pipe_loader_sw_device *sdev = CALLOC_STRUCT(pipe_loader_sw_device);
243 struct pipe_loader_sw_device *sdev = CALLOC_STRUCT(pipe_loader_sw_device);
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_bufmgr_alt.c109 mgr = CALLOC_STRUCT(pb_alt_manager);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_memory.h58 #define CALLOC_STRUCT(T) (struct T *) CALLOC(1, sizeof(struct T)) macro
H A Du_mm.c77 heap = CALLOC_STRUCT(mem_block);
81 block = CALLOC_STRUCT(mem_block);
115 newblock = CALLOC_STRUCT(mem_block);
139 newblock = CALLOC_STRUCT(mem_block);
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_winsys_drm.c47 vscreen = CALLOC_STRUCT(vl_screen);
/external/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_blend.c39 struct etna_blend_state *co = CALLOC_STRUCT(etna_blend_state);
H A Detnaviv_fence.c69 fence = CALLOC_STRUCT(pipe_fence_handle);
H A Detnaviv_query_sw.c114 sq = CALLOC_STRUCT(etna_sw_query);
H A Detnaviv_rasterizer.c48 cs = CALLOC_STRUCT(etna_rasterizer_state);
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_rasterizer.c45 so = CALLOC_STRUCT(fd3_rasterizer_stateobj);
H A Dfd3_zsa.c44 so = CALLOC_STRUCT(fd3_zsa_stateobj);
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_rasterizer.c45 so = CALLOC_STRUCT(fd4_rasterizer_stateobj);
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_rasterizer.c43 so = CALLOC_STRUCT(fd5_rasterizer_stateobj);
H A Dfd5_zsa.c42 so = CALLOC_STRUCT(fd5_zsa_stateobj);

Completed in 221 milliseconds

1234567891011>>