Lines Matching refs:mask_picture
190 PicturePtr mask_picture,
203 if (mask_picture != NULL && mask_picture->componentAlpha &&
204 PICT_FORMAT_RGB(mask_picture->format)) {
650 PicturePtr mask_picture, PicturePtr dest_picture,
666 intel->render_mask_picture = mask_picture;
687 if (mask_picture != NULL && mask_picture->componentAlpha &&
688 PICT_FORMAT_RGB(mask_picture->format)) {
716 if (mask_picture != NULL) {
718 if (!i915_texture_setup(mask_picture, mask, tex_unit++)) {
724 if (intel_uxa_transform_is_affine(mask_picture->transform))
761 PicturePtr mask_picture = intel->render_mask_picture;
798 /* Load the mask_picture texel */
821 if (mask_picture->componentAlpha &&
822 PICT_FORMAT_RGB(mask_picture->format)) {
847 PicturePtr mask_picture = intel->render_mask_picture;
931 OUT_BATCH(i915_get_blend_cntl(op, mask_picture, dest_picture->format));