summaryrefslogtreecommitdiff
path: root/cogl/driver/drm/brw/brw.h
diff options
context:
space:
mode:
Diffstat (limited to 'cogl/driver/drm/brw/brw.h')
-rw-r--r--cogl/driver/drm/brw/brw.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/cogl/driver/drm/brw/brw.h b/cogl/driver/drm/brw/brw.h
new file mode 100644
index 00000000..e5fa72f9
--- /dev/null
+++ b/cogl/driver/drm/brw/brw.h
@@ -0,0 +1,17 @@
+#include "brw_eu.h"
+
+bool brw_sf_kernel__nomask(struct brw_compile *p);
+bool brw_sf_kernel__mask(struct brw_compile *p);
+
+bool brw_wm_kernel__affine(struct brw_compile *p, int dispatch_width);
+bool brw_wm_kernel__affine_mask(struct brw_compile *p, int dispatch_width);
+bool brw_wm_kernel__affine_mask_ca(struct brw_compile *p, int dispatch_width);
+bool brw_wm_kernel__affine_mask_sa(struct brw_compile *p, int dispatch_width);
+
+bool brw_wm_kernel__projective(struct brw_compile *p, int dispatch_width);
+bool brw_wm_kernel__projective_mask(struct brw_compile *p, int dispatch_width);
+bool brw_wm_kernel__projective_mask_ca(struct brw_compile *p, int dispatch_width);
+bool brw_wm_kernel__projective_mask_sa(struct brw_compile *p, int dispatch_width);
+
+bool brw_wm_kernel__affine_opacity(struct brw_compile *p, int dispatch_width);
+bool brw_wm_kernel__projective_opacity(struct brw_compile *p, int dispatch_width);