Home
last modified time | relevance | path

Searched defs:brw_indirect (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_eu.h102 struct brw_indirect { struct
103 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