Lines Matching refs:pict_format
1583 channel->pict_format = picture->format;
1598 channel->pict_format));
1622 channel->card_format = gen5_get_card_format(channel->pict_format);
1908 mc->pict_format = mask->format;
2386 tmp.src.pict_format = tmp.dst.format;
2389 tmp.src.pict_format = sna_format_for_depth(src->depth);
2391 if (!gen5_check_format(tmp.src.pict_format)) {
2393 __FUNCTION__, tmp.src.pict_format));
2436 tmp.src.card_format = gen5_get_card_format(tmp.src.pict_format);
2612 op->base.src.pict_format = op->base.dst.format;
2615 op->base.src.pict_format = sna_format_for_depth(src->drawable.depth);
2617 if (!gen5_check_format(op->base.src.pict_format))
2629 gen5_get_card_format(op->base.src.pict_format);