| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_state_rasterizer.c | 40 return mem_dup(rast, sizeof(*rast));
|
| H A D | sp_state_blend.c | 42 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 D | sp_state_rasterizer.c | 40 return mem_dup(rast, sizeof(*rast));
|
| H A D | sp_state_blend.c | 42 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 D | lp_state_blend.c | 48 struct pipe_blend_state *state = mem_dup(blend, sizeof *blend); 115 state = mem_dup(depth_stencil, sizeof *depth_stencil);
|
| H A D | lp_state_sampler.c | 48 struct pipe_sampler_state *state = mem_dup(sampler, sizeof *sampler);
|
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | u_memory.h | 78 mem_dup(const void *src, uint size) function in typeref:typename:void *
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | u_memory.h | 78 mem_dup(const void *src, size_t size) function in typeref:typename:void *
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_blend.c | 48 struct pipe_blend_state *state = mem_dup(blend, sizeof *blend); 115 state = mem_dup(depth_stencil, sizeof *depth_stencil);
|
| H A D | lp_state_sampler.c | 49 struct pipe_sampler_state *state = mem_dup(sampler, sizeof *sampler);
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/ |
| H A D | midgard_opt_dce.c | 74 uint16_t *live = mem_dup(block->base.live_out, ctx->temp_count * sizeof(uint16_t));
|
| H A D | mir_promote_uniforms.c | 190 uint16_t *live = mem_dup(block->base.live_out, ctx->temp_count * sizeof(uint16_t));
|
| H A D | midgard_ra.c | 353 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 D | pixelshader9.c | 76 This->byte_code.tokens = mem_dup(pFunction, info.byte_size);
|
| H A D | vertexshader9.c | 91 This->byte_code.tokens = mem_dup(pFunction, info.byte_size);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/ |
| H A D | pixelshader9.c | 77 This->byte_code.tokens = mem_dup(pFunction, info.byte_size);
|
| H A D | vertexshader9.c | 92 This->byte_code.tokens = mem_dup(pFunction, info.byte_size);
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/ |
| H A D | bi_ra.c | 286 uint8_t *live = mem_dup(blk->live_out, node_count);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/ |
| H A D | swr_state.cpp | 172 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 D | etnaviv_compiler.c | 2273 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 D | swr_state.cpp | 183 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 D | pan_context.c | 2228 return mem_dup(depth_stencil, sizeof(*depth_stencil));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_compiler_tgsi.c | 2492 v->code = mem_dup(c->code, c->inst_ptr * 16);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| H A D | zink_resource.c | 738 res->modifiers = mem_dup(modifiers, modifiers_count * sizeof(uint64_t));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_state_shaders.c | 248 mem_dup(ir_sha1_cache_key, 20),
|