Home
last modified time | relevance | path

Searched refs:dst_map (Results 1 - 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_surface.c211 uint8_t *dst_map; in util_resource_copy_region() local
302 dst_map = pipe->buffer_map(pipe, in util_resource_copy_region()
308 assert(dst_map); in util_resource_copy_region()
309 if (!dst_map) { in util_resource_copy_region()
315 memcpy(dst_map, src_map, src_box.width); in util_resource_copy_region()
333 dst_map = pipe->texture_map(pipe, in util_resource_copy_region()
339 assert(dst_map); in util_resource_copy_region()
340 if (!dst_map) { in util_resource_copy_region()
344 util_copy_box(dst_map, in util_resource_copy_region()
363 ubyte *dst_map, in util_clear_color_texture_helper()
362 util_clear_color_texture_helper(struct pipe_transfer *dst_trans, ubyte *dst_map, enum pipe_format format, const union pipe_color_union *color, unsigned width, unsigned height, unsigned depth) util_clear_color_texture_helper() argument
389 ubyte *dst_map; util_clear_color_texture() local
428 ubyte *dst_map; util_clear_render_target() local
464 util_fill_zs_rect(ubyte *dst_map, enum pipe_format format, bool need_rmw, unsigned clear_flags, unsigned dst_stride, unsigned width, unsigned height, uint64_t zstencil) util_fill_zs_rect() argument
584 ubyte *dst_map; util_clear_depth_stencil_texture() local
[all...]
H A Du_prim_restart.c63 void *src_map, void *dst_map, in util_translate_prim_restart_data()
68 uint16_t *dst = (uint16_t *) dst_map; in util_translate_prim_restart_data()
76 uint16_t *dst = (uint16_t *) dst_map; in util_translate_prim_restart_data()
84 uint32_t *dst = (uint32_t *) dst_map; in util_translate_prim_restart_data()
109 void *src_map = NULL, *dst_map = NULL; in util_translate_prim_restart_ib() local
134 dst_map = pipe_buffer_map(context, *dst_buffer, in util_translate_prim_restart_ib()
136 if (!dst_map) in util_translate_prim_restart_ib()
151 util_translate_prim_restart_data(src_index_size, src_map, dst_map, in util_translate_prim_restart_ib()
62 util_translate_prim_restart_data(unsigned index_size, void *src_map, void *dst_map, unsigned count, unsigned restart_index) util_translate_prim_restart_data() argument
H A Du_prim_restart.h46 void *src_map, void *dst_map,
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_surface.c63 uint8_t *dst_map = llvmpipe_transfer_map_ms(pipe, in lp_resource_copy_ms()
67 if (!dst_map) { in lp_resource_copy_ms()
72 util_copy_box(dst_map, in lp_resource_copy_ms()
273 ubyte *dst_map, in lp_clear_color_texture_helper()
284 util_fill_box(dst_map, format, in lp_clear_color_texture_helper()
298 ubyte *dst_map; in lp_clear_color_texture_msaa() local
300 dst_map = llvmpipe_transfer_map_ms(pipe, texture, 0, PIPE_MAP_WRITE, in lp_clear_color_texture_msaa()
302 if (!dst_map) in lp_clear_color_texture_msaa()
306 lp_clear_color_texture_helper(dst_trans, dst_map, format, color, in lp_clear_color_texture_msaa()
354 ubyte *dst_map; in lp_clear_depth_stencil_texture_msaa() local
272 lp_clear_color_texture_helper(struct pipe_transfer *dst_trans, ubyte *dst_map, enum pipe_format format, const union pipe_color_union *color, unsigned width, unsigned height, unsigned depth) lp_clear_color_texture_helper() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_draw_arrays.c52 void *dst_map = NULL; in generate_indices() local
59 dst_map = pipe_buffer_map(pipe, dst, PIPE_MAP_WRITE, &transfer); in generate_indices()
60 if (!dst_map) in generate_indices()
63 generate(0, nr, dst_map); in generate_indices()
71 if (dst_map) in generate_indices()
H A Dsvga_draw_elements.c81 void *dst_map = NULL; in translate_indices() local
119 dst_map = pipe_buffer_map(pipe, dst, PIPE_MAP_WRITE, &dst_transfer); in translate_indices()
120 if (!dst_map) in translate_indices()
133 out_offset, &dst, &dst_map); in translate_indices()
140 translate((const char *) src_map + offset, 0, 0, gen_nr, 0, dst_map); in translate_indices()
172 else if (dst_map) in translate_indices()
H A Dsvga_state_constants.c758 void *src_map = NULL, *dst_map; in emit_constbuf() local
792 &dst_buffer, &dst_map); in emit_constbuf()
794 if (!dst_map) { in emit_constbuf()
803 memset(dst_map, 0, alloc_buf_size); in emit_constbuf()
806 memcpy(dst_map, src_map, buffer_size); in emit_constbuf()
812 memcpy((char *) dst_map + extra_buffer_offset, extra_buffer, in emit_constbuf()
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dvertexdeclaration9.c480 void *dst_map; in NineVertexDeclaration9_ConvertStreamOutput() local
520 &dst_map, D3DLOCK_DISCARD); in NineVertexDeclaration9_ConvertStreamOutput()
526 translate->run(translate, 0, VertexCount, 0, 0, dst_map); in NineVertexDeclaration9_ConvertStreamOutput()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_descriptor_set.c987 void *dst_map = descriptor_bo_map(device, dst_set, dst_binding_layout, dst_array_index); in descriptor_bo_copy() local
990 memcpy(dst_map, src_map, v3dv_X(device, descriptor_bo_size)(src_binding_layout->type)); in descriptor_bo_copy()

Completed in 9 milliseconds