Searched refs:mem_dup (Results 1 – 6 of 6) sorted by relevance
42 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()
40 return mem_dup(rast, sizeof(*rast)); in softpipe_create_rasterizer_state()
48 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()
48 struct pipe_sampler_state *state = mem_dup(sampler, sizeof *sampler); in llvmpipe_create_sampler_state()
71 mem_dup(const void *src, uint size) in mem_dup() function
213 item->key = mem_dup(key, map->key_size); in util_keymap_insert()