Lines Matching refs:store
142 * We iterate across the pixels we're trying to store in source-order. For each
159 * store in expanded_y.
220 #define TILED_UNALIGNED_TYPES(store, shift) { \
222 TILED_UNALIGNED_TYPE(uint8_t, store, shift) \
224 TILED_UNALIGNED_TYPE(uint16_t, store, shift) \
226 TILED_UNALIGNED_TYPE(pan_uint24_t, store, shift) \
228 TILED_UNALIGNED_TYPE(uint32_t, store, shift) \
230 TILED_UNALIGNED_TYPE(pan_uint48_t, store, shift) \
232 TILED_UNALIGNED_TYPE(uint64_t, store, shift) \
234 TILED_UNALIGNED_TYPE(pan_uint96_t, store, shift) \
236 TILED_UNALIGNED_TYPE(pan_uint128_t, store, shift) \
378 * Access a tiled image (load or store). Note: the region of interest (x, y, w,