Lines Matching refs:uint32_t
5 extern uint32_t __attribute__((overloadable))
11 extern uint32_t __attribute__((overloadable))
17 extern uint32_t __attribute__((overloadable))
23 extern uint32_t __attribute__((overloadable))
29 extern uint32_t __attribute__((overloadable))
65 rsOffset(rs_allocation a, uint32_t sizeOf, uint32_t x, uint32_t y, in rsOffset()
66 uint32_t z) { in rsOffset()
69 const uint32_t stride = (uint32_t)alloc->mHal.drvState.lod[0].stride; in rsOffset()
70 const uint32_t dimY = alloc->mHal.drvState.lod[0].dimY; in rsOffset()
77 rsOffsetNs(rs_allocation a, uint32_t x, uint32_t y, uint32_t z) { in rsOffsetNs()
80 const uint32_t stride = alloc->mHal.drvState.lod[0].stride; in rsOffsetNs()
81 const uint32_t dimY = alloc->mHal.drvState.lod[0].dimY; in rsOffsetNs()
82 const uint32_t sizeOf = alloc->mHal.state.elementSizeBytes;; in rsOffsetNs()
91 rsSetElementAt_##T(rs_allocation a, const T *val, uint32_t x); \
93 rsSetElementAt_##T(rs_allocation a, const T *val, uint32_t x, uint32_t y); \
95 rsSetElementAt_##T(rs_allocation a, const T *val, uint32_t x, uint32_t y, uint32_t z); \
97 rsGetElementAt_##T(rs_allocation a, T *val, uint32_t x); \
99 rsGetElementAt_##T(rs_allocation a, T *val, uint32_t x, uint32_t y); \
101 rsGetElementAt_##T(rs_allocation a, T *val, uint32_t x, uint32_t y, uint32_t z); \
104 rsSetElementAt_##T(rs_allocation a, T val, uint32_t x) { \
108 rsSetElementAt_##T(rs_allocation a, T val, uint32_t x, uint32_t y) { \
112 rsSetElementAt_##T(rs_allocation a, T val, uint32_t x, uint32_t y, uint32_t z) { \
116 rsGetElementAt_##T(rs_allocation a, uint32_t x) { \
122 rsGetElementAt_##T(rs_allocation a, uint32_t x, uint32_t y) { \
128 rsGetElementAt_##T(rs_allocation a, uint32_t x, uint32_t y, uint32_t z) { \
137 rsSetElementAtImpl_##typename(rs_allocation a, typename val, uint32_t x, \
138 uint32_t y, uint32_t z);
142 rsGetElementAtImpl_##typename(rs_allocation a, uint32_t x, uint32_t y, \
143 uint32_t z);
147 rsSetElementAt_##typename(rs_allocation a, T val, uint32_t x) { \
152 rsSetElementAt_##typename(rs_allocation a, T val, uint32_t x, \
153 uint32_t y) { \
158 rsSetElementAt_##typename(rs_allocation a, T val, uint32_t x, uint32_t y, \
159 uint32_t z) { \
165 rsGetElementAt_##typename(rs_allocation a, uint32_t x) { \
170 rsGetElementAt_##typename(rs_allocation a, uint32_t x, uint32_t y) { \
175 rsGetElementAt_##typename(rs_allocation a, uint32_t x, uint32_t y, \
176 uint32_t z) { \
192 rsGetElementAt(rs_allocation a, uint32_t x) { in rsGetElementAt()
195 const uint32_t eSize = alloc->mHal.state.elementSizeBytes; in rsGetElementAt()
200 rsGetElementAt(rs_allocation a, uint32_t x, uint32_t y) { in rsGetElementAt()
203 const uint32_t eSize = alloc->mHal.state.elementSizeBytes; in rsGetElementAt()
204 const uint32_t stride = alloc->mHal.drvState.lod[0].stride; in rsGetElementAt()
209 rsGetElementAt(rs_allocation a, uint32_t x, uint32_t y, uint32_t z) { in rsGetElementAt()
212 const uint32_t eSize = alloc->mHal.state.elementSizeBytes; in rsGetElementAt()
213 const uint32_t stride = alloc->mHal.drvState.lod[0].stride; in rsGetElementAt()
214 const uint32_t dimY = alloc->mHal.drvState.lod[0].dimY; in rsGetElementAt()
218 rsSetElementAt(rs_allocation a, void* ptr, uint32_t x) { in rsSetElementAt()
221 const uint32_t eSize = alloc->mHal.state.elementSizeBytes; in rsSetElementAt()
226 rsSetElementAt(rs_allocation a, void* ptr, uint32_t x, uint32_t y) { in rsSetElementAt()
229 const uint32_t eSize = alloc->mHal.state.elementSizeBytes; in rsSetElementAt()
230 const uint32_t stride = alloc->mHal.drvState.lod[0].stride; in rsSetElementAt()
235 rsSetElementAt(rs_allocation a, void* ptr, uint32_t x, uint32_t y, uint32_t z) { in rsSetElementAt()
238 const uint32_t eSize = alloc->mHal.state.elementSizeBytes; in rsSetElementAt()
239 const uint32_t stride = alloc->mHal.drvState.lod[0].stride; in rsSetElementAt()
240 const uint32_t dimY = alloc->mHal.drvState.lod[0].dimY; in rsSetElementAt()
311 rsGetElementAtYuv_uchar_Y(rs_allocation a, uint32_t x, uint32_t y) { in SET_ELEMENT_AT_TYPE_IMPL()
316 rsGetElementAtYuv_uchar_U(rs_allocation a, uint32_t x, uint32_t y) { in rsGetElementAtYuv_uchar_U()
330 rsGetElementAtYuv_uchar_V(rs_allocation a, uint32_t x, uint32_t y) { in rsGetElementAtYuv_uchar_V()
344 … __rsAllocationVStoreXImpl_##T(rs_allocation a, const T val, uint32_t x, uint32_t y, uint32_t z); \
345 extern T __rsAllocationVLoadXImpl_##T(rs_allocation a, uint32_t x, uint32_t y, uint32_t z);
349 rsAllocationVStoreX_##T(rs_allocation a, T val, uint32_t x) { \
353 rsAllocationVStoreX_##T(rs_allocation a, T val, uint32_t x, uint32_t y) { \
357 rsAllocationVStoreX_##T(rs_allocation a, T val, uint32_t x, uint32_t y, uint32_t z) { \
361 rsAllocationVLoadX_##T(rs_allocation a, uint32_t x) { \
365 rsAllocationVLoadX_##T(rs_allocation a, uint32_t x, uint32_t y) { \
369 rsAllocationVLoadX_##T(rs_allocation a, uint32_t x, uint32_t y, uint32_t z) { \
414 int32_t dt, int32_t dk, bool isNormalized, uint32_t vecSize);
417 rs_element element, uint32_t dimX, uint32_t dimY, uint32_t dimZ,
421 rs_type type, rs_allocation_mipmap_control mipmaps, uint32_t usages,
455 rs_data_type data_type, uint32_t vector_width) { in rsCreateVectorElement()
546 uint32_t dimX, uint32_t dimY, in rsCreateType()
547 uint32_t dimZ) { in rsCreateType()
552 uint32_t dimX, in rsCreateType()
553 uint32_t dimY) { in rsCreateType()
558 uint32_t dimX) { in rsCreateType()
563 uint32_t usage) { in rsCreateAllocation()