Lines Matching refs:pict_format
1538 channel->pict_format = picture->format;
1553 channel->pict_format));
1577 channel->card_format = gen5_get_card_format(channel->pict_format);
1861 mc->pict_format = mask->format;
2339 tmp.src.pict_format = tmp.dst.format;
2342 tmp.src.pict_format = sna_format_for_depth(src->depth);
2344 if (!gen5_check_format(tmp.src.pict_format)) {
2346 __FUNCTION__, tmp.src.pict_format));
2389 tmp.src.card_format = gen5_get_card_format(tmp.src.pict_format);
2565 op->base.src.pict_format = op->base.dst.format;
2568 op->base.src.pict_format = sna_format_for_depth(src->drawable.depth);
2570 if (!gen5_check_format(op->base.src.pict_format))
2582 gen5_get_card_format(op->base.src.pict_format);