Searched refs:dst_bw (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | copyimage.c | 615 GLuint src_bw, src_bh, dst_bw, dst_bh; in _mesa_CopyImageSubData() local 679 _mesa_get_format_block_size(dstFormat, &dst_bw, &dst_bh); in _mesa_CopyImageSubData() 680 if ((dstX % dst_bw != 0) || (dstY % dst_bh != 0)) { in _mesa_CopyImageSubData() 700 dstWidth = srcWidth * dst_bw / src_bw; in _mesa_CopyImageSubData() 774 GLuint src_bw, src_bh, dst_bw, dst_bh; in _mesa_CopyImageSubDataNV() local 849 _mesa_get_format_block_size(dstFormat, &dst_bw, &dst_bh); in _mesa_CopyImageSubDataNV() 850 if ((dstX % dst_bw != 0) || (dstY % dst_bh != 0)) { in _mesa_CopyImageSubDataNV()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_surface.c | 210 unsigned src_bs, dst_bs, src_bw, dst_bw, src_bh, dst_bh; in util_resource_copy_region() local 237 dst_bw = util_format_get_blockwidth(dst_format); in util_resource_copy_region() 241 if (src_bw > 1 && dst_bw == 1) { in util_resource_copy_region() 248 else if (src_bw == 1 && dst_bw > 1) { in util_resource_copy_region() 252 dst_box.width *= dst_bw; in util_resource_copy_region() 257 assert(src_bw == dst_bw); in util_resource_copy_region() 272 assert(dst_box.x % dst_bw == 0); in util_resource_copy_region() 283 (dst_box.width / dst_bw) * (dst_box.height / dst_bh) * dst_bs); in util_resource_copy_region()
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/sde_rotator/rot_entry_done/ |
D | format | 21 field:u16 dst_bw; offset:44; size:2; signed:0; 28 …c_bh, REC->src_x, REC->src_y, REC->src_w, REC->src_h, REC->dst_fmt, REC->dst_bw, REC->dst_bh, REC-…
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/sde_rotator/rot_entry_commit/ |
D | format | 21 field:u16 dst_bw; offset:44; size:2; signed:0; 28 …c_bh, REC->src_x, REC->src_y, REC->src_w, REC->src_h, REC->dst_fmt, REC->dst_bw, REC->dst_bh, REC-…
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/sde_rotator/rot_entry_fence/ |
D | format | 21 field:u16 dst_bw; offset:44; size:2; signed:0; 28 …c_bh, REC->src_x, REC->src_y, REC->src_w, REC->src_h, REC->dst_fmt, REC->dst_bw, REC->dst_bh, REC-…
|