Searched refs:mem_dup (Results 1 - 14 of 14) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A 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()
|
H A D | sp_state_rasterizer.c | 40 return mem_dup(rast, sizeof(*rast)); in softpipe_create_rasterizer_state()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_state_blend.c | 48 struct pipe_blend_state *state = mem_dup(blend, sizeof *blend); in llvmpipe_create_blend_state() 114 state = mem_dup(depth_stencil, sizeof *depth_stencil); in llvmpipe_create_depth_stencil_state()
|
H A D | lp_state_sampler.c | 49 struct pipe_sampler_state *state = mem_dup(sampler, sizeof *sampler); in llvmpipe_create_sampler_state()
|
/third_party/mesa3d/src/util/ |
H A D | u_memory.h | 78 mem_dup(const void *src, size_t size) in mem_dup() function
|
/third_party/mesa3d/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)); in midgard_opt_dead_code_eliminate_block()
|
H A D | mir_promote_uniforms.c | 190 uint16_t *live = mem_dup(block->base.live_out, ctx->temp_count * sizeof(uint16_t)); in mir_estimate_pressure()
|
H A D | midgard_ra.c | 391 uint16_t *live = mem_dup(_blk->live_out, ctx->temp_count * sizeof(uint16_t)); in mir_compute_interference()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | pixelshader9.c | 77 This->byte_code.tokens = mem_dup(pFunction, info.byte_size); in NinePixelShader9_ctor()
|
H A D | vertexshader9.c | 92 This->byte_code.tokens = mem_dup(pFunction, info.byte_size); in NineVertexShader9_ctor()
|
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bi_ra.c | 345 uint8_t *live = mem_dup(blk->live_out, node_count); in bi_compute_interference()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_resource.c | 1101 res->modifiers = mem_dup(modifiers, modifiers_count * sizeof(uint64_t)); in resource_create()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_execute.c | 1901 struct lvp_image *image = mem_dup(imgv->image, sizeof(struct lvp_image)); in create_multisample_surface() 1906 struct lvp_image_view *multi = mem_dup(imgv, sizeof(struct lvp_image_view)); in create_multisample_surface()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_state_shaders.cpp | 395 mem_dup(ir_sha1_cache_key, 20), in si_shader_cache_insert_shader()
|
Completed in 22 milliseconds