Lines Matching refs:mask_picture
182 PicturePtr mask_picture,
195 if (mask_picture && mask_picture->componentAlpha &&
196 PICT_FORMAT_RGB(mask_picture->format)) {
1551 PicturePtr mask_picture = intel->render_mask_picture;
1620 i965_get_blend_cntl(op, mask_picture, dest_picture->format,
2022 PicturePtr mask_picture, PicturePtr dest_picture,
2045 if (mask_picture) {
2046 if (mask_picture->componentAlpha &&
2047 PICT_FORMAT_RGB(mask_picture->format)) {
2063 sampler_state_filter_from_picture(mask_picture->filter);
2066 mask_picture->filter);
2070 sampler_state_extend_from_picture(mask_picture->repeatType);
2073 mask_picture->repeatType);
2087 intel->render_mask_picture = mask_picture;
2099 if (mask_picture == NULL) {
2105 intel->transform[1] = mask_picture->transform;
2113 assert(mask_picture != NULL);
2114 if (mask_picture->componentAlpha &&
2115 PICT_FORMAT_RGB(mask_picture->format)) {