Home | History | Annotate | Download | only in util

Lines Matching refs:dst_map

156    void *dst_map;
191 dst_map = pipe->transfer_map(pipe, dst_trans);
194 assert(dst_map);
196 if (src_map && dst_map) {
198 memcpy(dst_map, src_map, w);
200 util_copy_rect(dst_map,
239 void *dst_map;
253 dst_map = pipe->transfer_map(pipe, dst_trans);
255 assert(dst_map);
257 if (dst_map) {
261 util_fill_rect(dst_map, dst->texture->format,
286 ubyte *dst_map;
305 dst_map = pipe->transfer_map(pipe, dst_trans);
307 assert(dst_map);
309 if (dst_map) {
319 memset(dst_map, (ubyte) zstencil, height * width);
322 memset(dst_map, (ubyte) zstencil, width);
323 dst_map += dst_stride;
330 uint16_t *row = (uint16_t *)dst_map;
333 dst_map += dst_stride;
339 uint32_t *row = (uint32_t *)dst_map;
342 dst_map += dst_stride;
356 uint32_t *row = (uint32_t *)dst_map;
361 dst_map += dst_stride;
374 uint64_t *row = (uint64_t *)dst_map;
377 dst_map += dst_stride;
389 uint64_t *row = (uint64_t *)dst_map;
394 dst_map += dst_stride;