142542f5fSchristos#ifndef GEN8_EU_H 242542f5fSchristos#define GEN8_EU_H 342542f5fSchristos 442542f5fSchristos#include "brw/brw_eu.h" 542542f5fSchristos 642542f5fSchristosbool gen8_wm_kernel__affine(struct brw_compile *p, int dispatch_width); 742542f5fSchristosbool gen8_wm_kernel__affine_mask(struct brw_compile *p, int dispatch_width); 842542f5fSchristosbool gen8_wm_kernel__affine_mask_ca(struct brw_compile *p, int dispatch_width); 942542f5fSchristosbool gen8_wm_kernel__affine_mask_sa(struct brw_compile *p, int dispatch_width); 1042542f5fSchristos 1142542f5fSchristosbool gen8_wm_kernel__projective(struct brw_compile *p, int dispatch_width); 1242542f5fSchristosbool gen8_wm_kernel__projective_mask(struct brw_compile *p, int dispatch_width); 1342542f5fSchristosbool gen8_wm_kernel__projective_mask_ca(struct brw_compile *p, int dispatch_width); 1442542f5fSchristosbool gen8_wm_kernel__projective_mask_sa(struct brw_compile *p, int dispatch_width); 1542542f5fSchristos 1642542f5fSchristosbool gen8_wm_kernel__affine_opacity(struct brw_compile *p, int dispatch_width); 1742542f5fSchristosbool gen8_wm_kernel__projective_opacity(struct brw_compile *p, int dispatch_width); 1842542f5fSchristos 1942542f5fSchristos#endif /* GEN8_EU_H */ 20