Searched refs:mem_dup (Results 1 - 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_state_rasterizer.c40 return mem_dup(rast, sizeof(*rast));
H A Dsp_state_blend.c42 return mem_dup(blend, sizeof(*blend));
92 return mem_dup(depth_stencil, sizeof(*depth_stencil));
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_memory.h71 mem_dup(const void *src, uint size) function
H A Du_keymap.c213 item->key = mem_dup(key, map->key_size);
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_blend.c48 struct pipe_blend_state *state = mem_dup(blend, sizeof *blend);
115 state = mem_dup(depth_stencil, sizeof *depth_stencil);
H A Dlp_state_sampler.c48 struct pipe_sampler_state *state = mem_dup(sampler, sizeof *sampler);

Completed in 195 milliseconds