| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| svga_draw_arrays.c | 52 void *dst_map = NULL; local 59 dst_map = pipe_buffer_map(pipe, dst, PIPE_MAP_WRITE, &transfer); 60 if (!dst_map) 63 generate(0, nr, dst_map); 71 if (dst_map)
|
| svga_draw_elements.c | 81 void *dst_map = NULL; local 119 dst_map = pipe_buffer_map(pipe, dst, PIPE_MAP_WRITE, &dst_transfer); 120 if (!dst_map) 133 out_offset, &dst, &dst_map); 140 translate((const char *) src_map + offset, 0, 0, gen_nr, 0, dst_map); 172 else if (dst_map)
|
| svga_state_constants.c | 597 void *src_map = NULL, *dst_map; local 631 &dst_buffer, &dst_map); 633 if (!dst_map) { 642 memset(dst_map, 0, alloc_buf_size); 645 memcpy(dst_map, src_map, buffer_size); 651 memcpy((char *) dst_map + extra_buffer_offset, extra_buffer,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| u_prim_restart.c | 47 void *src_map = NULL, *dst_map = NULL; local 66 dst_map = pipe_buffer_map(context, *dst_buffer, 68 if (!dst_map) 82 uint16_t *dst = (uint16_t *) dst_map; 90 uint16_t *dst = (uint16_t *) dst_map; 98 uint32_t *dst = (uint32_t *) dst_map;
|
| u_surface.c | 260 uint8_t *dst_map; local 350 dst_map = pipe->transfer_map(pipe, 356 assert(dst_map); 357 if (!dst_map) { 364 memcpy(dst_map, src_map, src_box.width); 366 util_copy_box(dst_map, 385 ubyte *dst_map, 410 util_fill_box(dst_map, format, 425 ubyte *dst_map; local 427 dst_map = pipe_transfer_map_3d(pipe 464 ubyte *dst_map; local 509 ubyte *dst_map; local [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| svga_draw_arrays.c | 52 void *dst_map = NULL; local 59 dst_map = pipe_buffer_map(pipe, dst, PIPE_TRANSFER_WRITE, &transfer); 60 if (!dst_map) 63 generate(0, nr, dst_map); 71 if (dst_map)
|
| svga_draw_elements.c | 77 void *dst_map = NULL; local 110 dst_map = pipe_buffer_map(pipe, dst, PIPE_TRANSFER_WRITE, &dst_transfer); 111 if (!dst_map) 114 translate((const char *) src_map + offset, 0, 0, gen_nr, 0, dst_map); 139 if (dst_map)
|
| svga_state_constants.c | 488 void *src_map = NULL, *dst_map; local 563 &dst_buffer, &dst_map); 564 if (!dst_map) { 571 memcpy(dst_map, src_map, cbuf->buffer_size); 577 memcpy((char *) dst_map + extra_offset, extras, extra_size);
|
| /src/external/bsd/tcpdump/dist/ |
| print-brcmtag.c | 82 uint16_t dst_map; local 97 dst_map = (uint16_t)tag[2] << 8 | tag[3]; 98 ND_PRINT(", DST map: 0x%04x", dst_map & BRCM_IG_DSTMAP_MASK);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| u_prim_restart.c | 63 void *src_map, void *dst_map, 68 uint16_t *dst = (uint16_t *) dst_map; 76 uint16_t *dst = (uint16_t *) dst_map; 84 uint32_t *dst = (uint32_t *) dst_map; 109 void *src_map = NULL, *dst_map = NULL; local 134 dst_map = pipe_buffer_map(context, *dst_buffer, 136 if (!dst_map) 151 util_translate_prim_restart_data(src_index_size, src_map, dst_map,
|
| u_surface.c | 211 uint8_t *dst_map; local 302 dst_map = pipe->buffer_map(pipe, 308 assert(dst_map); 309 if (!dst_map) { 315 memcpy(dst_map, src_map, src_box.width); 333 dst_map = pipe->texture_map(pipe, 339 assert(dst_map); 340 if (!dst_map) { 344 util_copy_box(dst_map, 363 ubyte *dst_map, 389 ubyte *dst_map; local 428 ubyte *dst_map; local 584 ubyte *dst_map; local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| lp_surface.c | 63 uint8_t *dst_map = llvmpipe_transfer_map_ms(pipe, 67 if (!dst_map) { 72 util_copy_box(dst_map, 262 ubyte *dst_map, 273 util_fill_box(dst_map, format, 287 ubyte *dst_map; local 289 dst_map = llvmpipe_transfer_map_ms(pipe, texture, 0, PIPE_MAP_WRITE, 291 if (!dst_map) 295 lp_clear_color_texture_helper(dst_trans, dst_map, format, color, 340 ubyte *dst_map; local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/ |
| vertexdeclaration9.c | 480 void *dst_map; local 520 &dst_map, D3DLOCK_DISCARD); 526 translate->run(translate, 0, VertexCount, 0, 0, dst_map);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/ |
| vertexdeclaration9.c | 479 void *dst_map; local 519 &dst_map, D3DLOCK_DISCARD); 525 translate->run(translate, 0, VertexCount, 0, 0, dst_map);
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/ |
| v3dv_descriptor_set.c | 881 void *dst_map = descriptor_bo_map(device, dst_set, dst_binding_layout, dst_array_index); local 884 memcpy(dst_map, src_map, v3dv_X(device, descriptor_bo_size)(src_binding_layout->type));
|
| /src/sys/dev/pci/ |
| hifn7751var.h | 278 bus_dmamap_t dst_map; member in struct:hifn_command
|