HomeSort by: relevance | last modified time | path
    Searched refs:tile_row (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
blt.c 261 uint8_t *tile_row = dst; local
265 tile_row += dst_y / tile_height * dst_stride * tile_height;
266 tile_row += (dst_y & (tile_height-1)) * tile_width;
270 to_memcpy(tile_row + offset_x, src_row, length_x);
272 tile_row += tile_size;
277 assert(((uintptr_t)tile_row & (tile_width - 1)) == 0);
278 to_sse128xN(assume_aligned(tile_row, tile_width),
280 tile_row += tile_size;
285 assert(((uintptr_t)tile_row & (tile_width - 1)) == 0);
286 to_memcpy(assume_aligned(tile_row, tile_width)
482 const uint8_t *tile_row = src; local
747 uint8_t *tile_row = dst; local
804 const uint8_t *tile_row = src; local
1068 uint8_t *tile_row = dst; local
1125 const uint8_t *tile_row = src; local
    [all...]
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
blt.c 251 uint8_t *tile_row = dst; local
253 tile_row += dst_y / tile_height * dst_stride * tile_height;
254 tile_row += (dst_y & (tile_height-1)) * tile_width;
256 tile_row += (dst_x >> tile_shift) * tile_size;
260 memcpy(tile_row + x, src, len);
262 tile_row += tile_size;
268 memcpy(tile_row, src, tile_width);
270 tile_row += tile_size;
274 memcpy(tile_row, src, w);
307 const uint8_t *tile_row = src local
362 const uint32_t tile_row = local
431 const uint32_t tile_row = local
500 const uint32_t tile_row = local
569 const uint32_t tile_row = local
638 const uint32_t tile_row = local
706 const uint32_t tile_row = local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/asahi/lib/
tiling.c 82 unsigned tile_row = tile_y * tiles_per_row;\
89 unsigned tile_idx = (tile_row + tile_x);\

Completed in 8 milliseconds