summaryrefslogtreecommitdiff
path: root/rs_hal.h
diff options
context:
space:
mode:
authorJason Sams <jsams@google.com>2012-09-23 17:00:54 -0700
committerJason Sams <jsams@google.com>2012-09-23 17:00:54 -0700
commitcf9ea9f4145cae663f439b1c2dab956fa37180bb (patch)
tree4f5eaec5cb843090c229815b14fd7bf76dd03a49 /rs_hal.h
parent4651f5f85b22c5471d2c65709a30a760732f64ca (diff)
downloadrs-cf9ea9f4145cae663f439b1c2dab956fa37180bb.tar.gz
Implement backend of blend intrinsic
bug 7190126 Change-Id: I5095366eb3d091bba1628b7cceb5efb685c8f870
Diffstat (limited to 'rs_hal.h')
-rw-r--r--rs_hal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rs_hal.h b/rs_hal.h
index 6f0e5307..b0e10c96 100644
--- a/rs_hal.h
+++ b/rs_hal.h
@@ -70,6 +70,7 @@ typedef struct {
uint32_t eStrideOut;
uint32_t yStrideIn;
uint32_t yStrideOut;
+ uint32_t slot;
} RsForEachStubParamStruct;
/**