Lines Matching defs:offs
179 #define GEM_BARRIER(sc, offs, len, flags) \ argument
182 #define GEM_READ_N(n, sc, offs) \ argument
184 #define GEM_READ_1(sc, offs) \ argument
186 #define GEM_READ_2(sc, offs) \ argument
188 #define GEM_READ_4(sc, offs) \ argument
190 #define GEM_READ_1(sc, offs) \ argument
192 #define GEM_READ_2(sc, offs) \ argument
194 #define GEM_READ_4(sc, offs) \ argument
197 #define GEM_WRITE_N(n, sc, offs, v) \ argument
199 #define GEM_WRITE_1(sc, offs, v) \ argument
201 #define GEM_WRITE_2(sc, offs, v) \ argument
203 #define GEM_WRITE_4(sc, offs, v) \ argument
205 #define GEM_WRITE_1(sc, offs, v) \ argument
207 #define GEM_WRITE_2(sc, offs, v) \ argument
209 #define GEM_WRITE_4(sc, offs, v) \ argument