HomeSort by relevance Sort by last modified time
    Searched refs:mem_dup (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/gallium/drivers/softpipe/
sp_state_rasterizer.c 40 return mem_dup(rast, sizeof(*rast));
sp_state_blend.c 42 return mem_dup(blend, sizeof(*blend));
92 return mem_dup(depth_stencil, sizeof(*depth_stencil));
  /external/mesa3d/src/gallium/auxiliary/util/
u_memory.h 71 mem_dup(const void *src, uint size) function
u_keymap.c 213 item->key = mem_dup(key, map->key_size);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_blend.c 48 struct pipe_blend_state *state = mem_dup(blend, sizeof *blend);
115 state = mem_dup(depth_stencil, sizeof *depth_stencil);
lp_state_sampler.c 48 struct pipe_sampler_state *state = mem_dup(sampler, sizeof *sampler);

Completed in 225 milliseconds