Home
last modified time | relevance | path

Searched refs:has_alphamap (Results 1 – 8 of 8) sorted by relevance

/dports/x11-drivers/xf86-video-intel/xf86-video-intel-31486f40f8e8f8923ca0799aea84b58799754564/src/sna/
H A Dgen4_render.c1768 has_alphamap(PicturePtr p) in has_alphamap() function
1815 return has_alphamap(p) || !gen4_check_filter(p) || need_upload(sna, p); in source_fallback()
H A Dgen5_render.c1720 has_alphamap(PicturePtr p) in has_alphamap() function
1765 return has_alphamap(p) || !gen5_check_filter(p) || need_upload(sna, p); in source_fallback()
H A Dgen6_render.c2100 has_alphamap(PicturePtr p) in has_alphamap() function
2142 return has_alphamap(p) || !gen6_check_filter(p) || need_upload(p); in source_fallback()
H A Dgen7_render.c2330 has_alphamap(PicturePtr p) in has_alphamap() function
2372 return has_alphamap(p) || !gen7_check_filter(p) || need_upload(p); in source_fallback()
H A Dgen8_render.c2159 has_alphamap(PicturePtr p) in has_alphamap() function
2201 return has_alphamap(p) || !gen8_check_filter(p) || need_upload(p); in source_fallback()
H A Dgen9_render.c2237 has_alphamap(PicturePtr p) in has_alphamap() function
2279 return has_alphamap(p) || !gen9_check_filter(p) || need_upload(p); in source_fallback()
H A Dgen2_render.c1717 has_alphamap(PicturePtr p) in has_alphamap() function
1759 return has_alphamap(p) || !gen2_check_filter(p) || need_upload(p); in source_fallback()
H A Dgen3_render.c3318 has_alphamap(PicturePtr p) in has_alphamap() function
3379 return has_alphamap(p) || !gen3_check_filter(p) || need_upload(p); in source_fallback()