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

/xsrc/external/mit/MesaLib.old/dist/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));
/xsrc/external/mit/MesaLib/dist/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));
/xsrc/external/mit/MesaLib.old/dist/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);
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Du_memory.h78 mem_dup(const void *src, uint size) function in typeref:typename:void *
/xsrc/external/mit/MesaLib/dist/src/util/
H A Du_memory.h78 mem_dup(const void *src, size_t size) function in typeref:typename:void *
/xsrc/external/mit/MesaLib/dist/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.c49 struct pipe_sampler_state *state = mem_dup(sampler, sizeof *sampler);
/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dmidgard_opt_dce.c74 uint16_t *live = mem_dup(block->base.live_out, ctx->temp_count * sizeof(uint16_t));
H A Dmir_promote_uniforms.c190 uint16_t *live = mem_dup(block->base.live_out, ctx->temp_count * sizeof(uint16_t));
H A Dmidgard_ra.c353 uint16_t *live = mem_dup(_blk->live_out, ctx->temp_count * sizeof(uint16_t));
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dpixelshader9.c76 This->byte_code.tokens = mem_dup(pFunction, info.byte_size);
H A Dvertexshader9.c91 This->byte_code.tokens = mem_dup(pFunction, info.byte_size);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dpixelshader9.c77 This->byte_code.tokens = mem_dup(pFunction, info.byte_size);
H A Dvertexshader9.c92 This->byte_code.tokens = mem_dup(pFunction, info.byte_size);
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dbi_ra.c286 uint8_t *live = mem_dup(blk->live_out, node_count);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_state.cpp172 state = (pipe_depth_stencil_alpha_state *)mem_dup(depth_stencil,
203 state = (pipe_rasterizer_state *)mem_dup(rast, sizeof *rast);
235 (pipe_sampler_state *)mem_dup(sampler, sizeof *sampler);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler.c2273 uinfo->imm_data = mem_dup(c->imm_data, count * sizeof(*c->imm_data));
2274 uinfo->imm_contents = mem_dup(c->imm_contents, count * sizeof(*c->imm_contents));
2447 v->code = mem_dup(c->code, c->inst_ptr * 16);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_state.cpp183 state = (pipe_depth_stencil_alpha_state *)mem_dup(depth_stencil,
214 state = (pipe_rasterizer_state *)mem_dup(rast, sizeof *rast);
246 (pipe_sampler_state *)mem_dup(sampler, sizeof *sampler);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
H A Dpan_context.c2228 return mem_dup(depth_stencil, sizeof(*depth_stencil));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_tgsi.c2492 v->code = mem_dup(c->code, c->inst_ptr * 16);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_resource.c738 res->modifiers = mem_dup(modifiers, modifiers_count * sizeof(uint64_t));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_shaders.c248 mem_dup(ir_sha1_cache_key, 20),

Completed in 205 milliseconds