Searched defs:brw_fragment_program (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_context.h270 struct brw_fragment_program { struct
1224 static INLINE struct brw_fragment_program *
1225 brw_fragment_program(struct gl_fragment_program *p) function
1227 return (struct brw_fragment_program *) p;
1230 static INLINE const struct brw_fragment_program *
1233 return (const struct brw_fragment_program *) p;

Completed in 95 milliseconds