Searched refs:dst_bh (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dcopyimage.c615 GLuint src_bw, src_bh, dst_bw, dst_bh; local in function:_mesa_CopyImageSubData
679 _mesa_get_format_block_size(dstFormat, &dst_bw, &dst_bh);
680 if ((dstX % dst_bw != 0) || (dstY % dst_bh != 0)) {
701 dstHeight = srcHeight * dst_bh / src_bh;
774 GLuint src_bw, src_bh, dst_bw, dst_bh; local in function:_mesa_CopyImageSubDataNV
849 _mesa_get_format_block_size(dstFormat, &dst_bw, &dst_bh);
850 if ((dstX % dst_bw != 0) || (dstY % dst_bh != 0)) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dcopyimage.c610 GLuint src_bw, src_bh, dst_bw, dst_bh; local in function:_mesa_CopyImageSubData
674 _mesa_get_format_block_size(dstFormat, &dst_bw, &dst_bh);
675 if ((dstX % dst_bw != 0) || (dstY % dst_bh != 0)) {
696 dstHeight = srcHeight * dst_bh / src_bh;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_surface.c265 unsigned src_bs, dst_bs, src_bw, dst_bw, src_bh, dst_bh; local in function:util_resource_copy_region
293 dst_bh = util_format_get_blockheight(dst_format);
308 dst_box.height *= dst_bh;
313 assert(src_bh == dst_bh);
328 assert(dst_box.y % dst_bh == 0);
338 (dst_box.width / dst_bw) * (dst_box.height / dst_bh) * dst_bs);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_surface.c216 unsigned src_bs, dst_bs, src_bw, dst_bw, src_bh, dst_bh; local in function:util_resource_copy_region
244 dst_bh = util_format_get_blockheight(dst_format);
259 dst_box.height *= dst_bh;
264 assert(src_bh == dst_bh);
279 assert(dst_box.y % dst_bh == 0);
289 (dst_box.width / dst_bw) * (dst_box.height / dst_bh) * dst_bs);

Completed in 7 milliseconds