Home | History | Annotate | Download | only in i965

Lines Matching refs:_Swizzle

705    return MAKE_SWIZZLE4(swizzles[GET_SWZ(t->_Swizzle, 0)],
706 swizzles[GET_SWZ(t->_Swizzle, 1)],
707 swizzles[GET_SWZ(t->_Swizzle, 2)],
708 swizzles[GET_SWZ(t->_Swizzle, 3)]);