1#include "brw_eu.h" 2 3bool brw_sf_kernel__nomask(struct brw_compile *p); 4bool brw_sf_kernel__mask(struct brw_compile *p); 5 6bool brw_wm_kernel__affine(struct brw_compile *p, int dispatch_width); 7bool brw_wm_kernel__affine_mask(struct brw_compile *p, int dispatch_width); 8bool brw_wm_kernel__affine_mask_ca(struct brw_compile *p, int dispatch_width); 9bool brw_wm_kernel__affine_mask_sa(struct brw_compile *p, int dispatch_width); 10 11bool brw_wm_kernel__projective(struct brw_compile *p, int dispatch_width); 12bool brw_wm_kernel__projective_mask(struct brw_compile *p, int dispatch_width); 13bool brw_wm_kernel__projective_mask_ca(struct brw_compile *p, int dispatch_width); 14bool brw_wm_kernel__projective_mask_sa(struct brw_compile *p, int dispatch_width); 15 16bool brw_wm_kernel__affine_opacity(struct brw_compile *p, int dispatch_width); 17bool brw_wm_kernel__projective_opacity(struct brw_compile *p, int dispatch_width); 18