1428d7b3dSmrg#include "brw_eu.h" 2428d7b3dSmrg 3428d7b3dSmrgbool brw_sf_kernel__nomask(struct brw_compile *p); 4428d7b3dSmrgbool brw_sf_kernel__mask(struct brw_compile *p); 5428d7b3dSmrg 6428d7b3dSmrgbool brw_wm_kernel__affine(struct brw_compile *p, int dispatch_width); 7428d7b3dSmrgbool brw_wm_kernel__affine_mask(struct brw_compile *p, int dispatch_width); 8428d7b3dSmrgbool brw_wm_kernel__affine_mask_ca(struct brw_compile *p, int dispatch_width); 9428d7b3dSmrgbool brw_wm_kernel__affine_mask_sa(struct brw_compile *p, int dispatch_width); 10428d7b3dSmrg 11428d7b3dSmrgbool brw_wm_kernel__projective(struct brw_compile *p, int dispatch_width); 12428d7b3dSmrgbool brw_wm_kernel__projective_mask(struct brw_compile *p, int dispatch_width); 13428d7b3dSmrgbool brw_wm_kernel__projective_mask_ca(struct brw_compile *p, int dispatch_width); 14428d7b3dSmrgbool brw_wm_kernel__projective_mask_sa(struct brw_compile *p, int dispatch_width); 15428d7b3dSmrg 16428d7b3dSmrgbool brw_wm_kernel__affine_opacity(struct brw_compile *p, int dispatch_width); 17428d7b3dSmrgbool brw_wm_kernel__projective_opacity(struct brw_compile *p, int dispatch_width); 18