Searched refs:mem_dup (Results 1 – 17 of 17) sorted by relevance
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_state_blend.c | 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()
|
D | sp_state_rasterizer.c | 40 return mem_dup(rast, sizeof(*rast)); in softpipe_create_rasterizer_state()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_blend.c | 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()
|
D | lp_state_sampler.c | 49 struct pipe_sampler_state *state = mem_dup(sampler, sizeof *sampler); in llvmpipe_create_sampler_state()
|
/external/mesa3d/src/panfrost/bifrost/ |
D | bi_opt_dce.c | 37 uint16_t *live = mem_dup(block->base.live_out, temp_count * sizeof(uint16_t)); in bi_opt_dead_code_eliminate()
|
D | bi_ra.c | 39 uint16_t *live = mem_dup(_blk->live_out, l->node_count * sizeof(uint16_t)); in bi_compute_interference()
|
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_memory.h | 71 mem_dup(const void *src, uint size) in mem_dup() function
|
/external/mesa3d/src/util/ |
D | u_memory.h | 78 mem_dup(const void *src, size_t size) in mem_dup() function
|
/external/mesa3d/src/panfrost/midgard/ |
D | midgard_opt_dce.c | 74 uint16_t *live = mem_dup(block->base.live_out, ctx->temp_count * sizeof(uint16_t)); in midgard_opt_dead_code_eliminate_block()
|
D | mir_promote_uniforms.c | 87 uint16_t *live = mem_dup(block->base.live_out, ctx->temp_count * sizeof(uint16_t)); in mir_estimate_pressure()
|
D | midgard_ra.c | 350 uint16_t *live = mem_dup(_blk->live_out, ctx->temp_count * sizeof(uint16_t)); in mir_compute_interference()
|
/external/mesa3d/src/gallium/frontends/nine/ |
D | pixelshader9.c | 76 This->byte_code.tokens = mem_dup(pFunction, info.byte_size); in NinePixelShader9_ctor()
|
D | vertexshader9.c | 91 This->byte_code.tokens = mem_dup(pFunction, info.byte_size); in NineVertexShader9_ctor()
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_state.cpp | 183 state = (pipe_depth_stencil_alpha_state *)mem_dup(depth_stencil, in swr_create_depth_stencil_state() 214 state = (pipe_rasterizer_state *)mem_dup(rast, sizeof *rast); in swr_create_rasterizer_state() 246 (pipe_sampler_state *)mem_dup(sampler, sizeof *sampler); in swr_create_sampler_state()
|
/external/mesa3d/src/amd/common/ |
D | ac_surface.c | 215 struct dcc_retile_tile_key *heap_key = mem_dup(&key, sizeof(key)); in ac_compute_dcc_retile_tile_indices() 323 _mesa_hash_table_insert(addrlib->dcc_retile_maps, mem_dup(&key, sizeof(key)), dcc_retile_map); in ac_compute_dcc_retile_map()
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler_tgsi.c | 2476 v->code = mem_dup(c->code, c->inst_ptr * 16); in etna_compile_shader()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state_shaders.c | 233 if (_mesa_hash_table_insert(sscreen->shader_cache, mem_dup(ir_sha1_cache_key, 20), hw_binary) == in si_shader_cache_insert_shader()
|