Searched refs:orig_info (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | r600_blit.c | 327 struct texture_orig_info orig_info[2]; in r600_resource_copy_region() local 332 memset(orig_info, 0, sizeof(orig_info)); in r600_resource_copy_region() 347 r600_compressed_to_blittable(src, src_level, &orig_info[0]); in r600_resource_copy_region() 349 sbox.x = util_format_get_nblocksx(orig_info[0].format, src_box->x); in r600_resource_copy_region() 350 sbox.y = util_format_get_nblocksy(orig_info[0].format, src_box->y); in r600_resource_copy_region() 352 sbox.width = util_format_get_nblocksx(orig_info[0].format, src_box->width); in r600_resource_copy_region() 353 sbox.height = util_format_get_nblocksy(orig_info[0].format, src_box->height); in r600_resource_copy_region() 360 r600_compressed_to_blittable(dst, dst_level, &orig_info[1]); in r600_resource_copy_region() 363 dstx = util_format_get_nblocksx(orig_info[1].format, dstx); in r600_resource_copy_region() 364 dsty = util_format_get_nblocksy(orig_info[1].format, dsty); in r600_resource_copy_region() [all …]
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/ |
D | r600_blit.c | 327 struct texture_orig_info orig_info[2]; in r600_resource_copy_region() local 332 memset(orig_info, 0, sizeof(orig_info)); in r600_resource_copy_region() 347 r600_compressed_to_blittable(src, src_level, &orig_info[0]); in r600_resource_copy_region() 349 sbox.x = util_format_get_nblocksx(orig_info[0].format, src_box->x); in r600_resource_copy_region() 350 sbox.y = util_format_get_nblocksy(orig_info[0].format, src_box->y); in r600_resource_copy_region() 352 sbox.width = util_format_get_nblocksx(orig_info[0].format, src_box->width); in r600_resource_copy_region() 353 sbox.height = util_format_get_nblocksy(orig_info[0].format, src_box->height); in r600_resource_copy_region() 360 r600_compressed_to_blittable(dst, dst_level, &orig_info[1]); in r600_resource_copy_region() 363 dstx = util_format_get_nblocksx(orig_info[1].format, dstx); in r600_resource_copy_region() 364 dsty = util_format_get_nblocksy(orig_info[1].format, dsty); in r600_resource_copy_region() [all …]
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_blit.c | 677 struct texture_orig_info orig_info[2]; in r600_resource_copy_region() local 683 memset(orig_info, 0, sizeof(orig_info)); in r600_resource_copy_region() 713 r600_compressed_to_blittable(src, src_level, &orig_info[0]); in r600_resource_copy_region() 715 sbox.x = util_format_get_nblocksx(orig_info[0].format, src_box->x); in r600_resource_copy_region() 716 sbox.y = util_format_get_nblocksy(orig_info[0].format, src_box->y); in r600_resource_copy_region() 718 sbox.width = util_format_get_nblocksx(orig_info[0].format, src_box->width); in r600_resource_copy_region() 719 sbox.height = util_format_get_nblocksy(orig_info[0].format, src_box->height); in r600_resource_copy_region() 723 r600_compressed_to_blittable(dst, dst_level, &orig_info[1]); in r600_resource_copy_region() 726 dstx = util_format_get_nblocksx(orig_info[1].format, dstx); in r600_resource_copy_region() 727 dsty = util_format_get_nblocksy(orig_info[1].format, dsty); in r600_resource_copy_region() [all …]
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
D | r600_blit.c | 677 struct texture_orig_info orig_info[2]; in r600_resource_copy_region() local 683 memset(orig_info, 0, sizeof(orig_info)); in r600_resource_copy_region() 713 r600_compressed_to_blittable(src, src_level, &orig_info[0]); in r600_resource_copy_region() 715 sbox.x = util_format_get_nblocksx(orig_info[0].format, src_box->x); in r600_resource_copy_region() 716 sbox.y = util_format_get_nblocksy(orig_info[0].format, src_box->y); in r600_resource_copy_region() 718 sbox.width = util_format_get_nblocksx(orig_info[0].format, src_box->width); in r600_resource_copy_region() 719 sbox.height = util_format_get_nblocksy(orig_info[0].format, src_box->height); in r600_resource_copy_region() 723 r600_compressed_to_blittable(dst, dst_level, &orig_info[1]); in r600_resource_copy_region() 726 dstx = util_format_get_nblocksx(orig_info[1].format, dstx); in r600_resource_copy_region() 727 dsty = util_format_get_nblocksy(orig_info[1].format, dsty); in r600_resource_copy_region() [all …]
|
/external/harfbuzz_ng/src/ |
D | hb-buffer.cc | 319 hb_glyph_info_t orig_info = info[idx]; in replace_glyphs() local 323 *pinfo = orig_info; in replace_glyphs()
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
D | hb-buffer.cc | 318 hb_glyph_info_t orig_info = info[idx]; in replace_glyphs() local 322 *pinfo = orig_info; in replace_glyphs()
|