Home
last modified time | relevance | path

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

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