Searched refs:dst_bs (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_surface.c | 265 unsigned src_bs, dst_bs, src_bw, dst_bw, src_bh, dst_bh; local in function:util_resource_copy_region 291 dst_bs = util_format_get_blocksize(dst_format); 316 assert(src_bs == dst_bs); 317 if (src_bs != dst_bs) { 338 (dst_box.width / dst_bw) * (dst_box.height / dst_bh) * dst_bs);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_surface.c | 216 unsigned src_bs, dst_bs, src_bw, dst_bw, src_bh, dst_bh; local in function:util_resource_copy_region 242 dst_bs = util_format_get_blocksize(dst_format); 267 assert(src_bs == dst_bs); 268 if (src_bs != dst_bs) { 289 (dst_box.width / dst_bw) * (dst_box.height / dst_bh) * dst_bs);
|
Completed in 4 milliseconds