Searched refs:src_bw (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | copyimage.c | 615 GLuint src_bw, src_bh, dst_bw, dst_bh; local in function:_mesa_CopyImageSubData 647 _mesa_get_format_block_size(srcFormat, &src_bw, &src_bh); 671 if ((srcX % src_bw != 0) || (srcY % src_bh != 0) || 672 (srcWidth % src_bw != 0 && (srcX + srcWidth) != src_w) || 700 dstWidth = srcWidth * dst_bw / src_bw; 774 GLuint src_bw, src_bh, dst_bw, dst_bh; local in function:_mesa_CopyImageSubDataNV 840 _mesa_get_format_block_size(srcFormat, &src_bw, &src_bh); 841 if ((srcX % src_bw != 0) || (srcY % src_bh != 0) || 842 (srcWidth % src_bw != 0 && (srcX + srcWidth) != src_w) ||
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | copyimage.c | 610 GLuint src_bw, src_bh, dst_bw, dst_bh; local in function:_mesa_CopyImageSubData 642 _mesa_get_format_block_size(srcFormat, &src_bw, &src_bh); 666 if ((srcX % src_bw != 0) || (srcY % src_bh != 0) || 667 (srcWidth % src_bw != 0 && (srcX + srcWidth) != src_w) || 695 dstWidth = srcWidth * dst_bw / src_bw;
|
| /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 289 src_bw = util_format_get_blockwidth(src_format); 296 if (src_bw > 1 && dst_bw == 1) { 300 dst_box.width /= src_bw; 303 else if (src_bw == 1 && dst_bw > 1) { 312 assert(src_bw == dst_bw); 325 assert(src_box.x % src_bw == 0); 337 assert((src_box.width / src_bw) * (src_box.height / src_bh) * src_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 240 src_bw = util_format_get_blockwidth(src_format); 247 if (src_bw > 1 && dst_bw == 1) { 251 dst_box.width /= src_bw; 254 else if (src_bw == 1 && dst_bw > 1) { 263 assert(src_bw == dst_bw); 276 assert(src_box.x % src_bw == 0); 288 assert((src_box.width / src_bw) * (src_box.height / src_bh) * src_bs ==
|
Completed in 8 milliseconds