Lines Matching defs:cpp
40 rect->cpp = util_format_get_blocksize(res->format);
60 const int cpp = dst->cpp;
67 assert(dst->cpp == src->cpp);
78 PUSH_DATA (push, src->width * cpp);
83 src_ofst += src->y * src->pitch + src->x * cpp;
95 PUSH_DATA (push, dst->width * cpp);
100 dst_ofst += dst->y * dst->pitch + dst->x * cpp;
121 PUSH_DATA (push, (sy << 16) | (src->x * cpp));
127 PUSH_DATA (push, (dy << 16) | (dst->x * cpp));
133 PUSH_DATA (push, nblocksx * cpp);
298 tx->rect[1].cpp = tx->rect[0].cpp;