Searched defs:brw_indirect (Results 1 – 1 of 1) sorted by relevance
102 struct brw_indirect { struct103 GLuint addr_subnr:4;104 GLint addr_offset:10;105 GLuint pad:18;781 static INLINE struct brw_indirect brw_indirect( GLuint addr_subnr, GLint offset ) in brw_indirect() function