Home | History | Annotate | Download | only in codeflinger

Lines Matching refs:format

224                 memset(&format, 0, sizeof(GGLFormat));
227 : reg_t(r, f), format(*fmt) {
230 reg_t::setTo(r, f); format = *fmt;
232 GGLFormat format;
233 inline int hi(int c) const { return format.c[c].h; }
234 inline int low(int c) const { return format.c[c].l; }
236 inline int size() const { return format.size*8; }
255 rhs.format.c[component].l,
256 rhs.format.c[component].h,
305 GGLFormat format;