HomeSort by relevance Sort by last modified time
    Searched refs:orig_info (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/radeonsi/
r600_blit.c 327 struct texture_orig_info orig_info[2]; local
332 memset(orig_info, 0, sizeof(orig_info));
347 r600_compressed_to_blittable(src, src_level, &orig_info[0]);
349 sbox.x = util_format_get_nblocksx(orig_info[0].format, src_box->x);
350 sbox.y = util_format_get_nblocksy(orig_info[0].format, src_box->y);
352 sbox.width = util_format_get_nblocksx(orig_info[0].format, src_box->width);
353 sbox.height = util_format_get_nblocksy(orig_info[0].format, src_box->height);
360 r600_compressed_to_blittable(dst, dst_level, &orig_info[1]);
363 dstx = util_format_get_nblocksx(orig_info[1].format, dstx)
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_blit.c 677 struct texture_orig_info orig_info[2]; local
683 memset(orig_info, 0, sizeof(orig_info));
713 r600_compressed_to_blittable(src, src_level, &orig_info[0]);
715 sbox.x = util_format_get_nblocksx(orig_info[0].format, src_box->x);
716 sbox.y = util_format_get_nblocksy(orig_info[0].format, src_box->y);
718 sbox.width = util_format_get_nblocksx(orig_info[0].format, src_box->width);
719 sbox.height = util_format_get_nblocksy(orig_info[0].format, src_box->height);
723 r600_compressed_to_blittable(dst, dst_level, &orig_info[1]);
726 dstx = util_format_get_nblocksx(orig_info[1].format, dstx)
    [all...]
  /external/harfbuzz_ng/src/
hb-buffer.cc 363 hb_glyph_info_t orig_info = info[idx]; local
367 *pinfo = orig_info;
    [all...]

Completed in 137 milliseconds