Lines Matching refs:dispatch_width
6 bool gen8_wm_kernel__affine(struct brw_compile *p, int dispatch_width);
7 bool gen8_wm_kernel__affine_mask(struct brw_compile *p, int dispatch_width);
8 bool gen8_wm_kernel__affine_mask_ca(struct brw_compile *p, int dispatch_width);
9 bool gen8_wm_kernel__affine_mask_sa(struct brw_compile *p, int dispatch_width);
11 bool gen8_wm_kernel__projective(struct brw_compile *p, int dispatch_width);
12 bool gen8_wm_kernel__projective_mask(struct brw_compile *p, int dispatch_width);
13 bool gen8_wm_kernel__projective_mask_ca(struct brw_compile *p, int dispatch_width);
14 bool gen8_wm_kernel__projective_mask_sa(struct brw_compile *p, int dispatch_width);
16 bool gen8_wm_kernel__affine_opacity(struct brw_compile *p, int dispatch_width);
17 bool gen8_wm_kernel__projective_opacity(struct brw_compile *p, int dispatch_width);