1428d7b3dSmrg#ifndef GEN8_EU_H 2428d7b3dSmrg#define GEN8_EU_H 3428d7b3dSmrg 4428d7b3dSmrg#include "brw/brw_eu.h" 5428d7b3dSmrg 6428d7b3dSmrgbool gen8_wm_kernel__affine(struct brw_compile *p, int dispatch_width); 7428d7b3dSmrgbool gen8_wm_kernel__affine_mask(struct brw_compile *p, int dispatch_width); 8428d7b3dSmrgbool gen8_wm_kernel__affine_mask_ca(struct brw_compile *p, int dispatch_width); 9428d7b3dSmrgbool gen8_wm_kernel__affine_mask_sa(struct brw_compile *p, int dispatch_width); 10428d7b3dSmrg 11428d7b3dSmrgbool gen8_wm_kernel__projective(struct brw_compile *p, int dispatch_width); 12428d7b3dSmrgbool gen8_wm_kernel__projective_mask(struct brw_compile *p, int dispatch_width); 13428d7b3dSmrgbool gen8_wm_kernel__projective_mask_ca(struct brw_compile *p, int dispatch_width); 14428d7b3dSmrgbool gen8_wm_kernel__projective_mask_sa(struct brw_compile *p, int dispatch_width); 15428d7b3dSmrg 16428d7b3dSmrgbool gen8_wm_kernel__affine_opacity(struct brw_compile *p, int dispatch_width); 17428d7b3dSmrgbool gen8_wm_kernel__projective_opacity(struct brw_compile *p, int dispatch_width); 18428d7b3dSmrg 19428d7b3dSmrg#endif /* GEN8_EU_H */ 20