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

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_context.h149 struct brw_context;
457 struct brw_context *brw;
476 void (*emit)( struct brw_context *brw );
659 * brw_context is derived from gl_context.
661 struct brw_context struct
667 uint32_t (*update_renderbuffer_surface)(struct brw_context *brw,
671 void (*emit_null_surface_state)(struct brw_context *brw,
681 void (*emit_depth_stencil_hiz)(struct brw_context *brw,
1210 * brw_context.c
1224 void intel_prepare_render(struct brw_context *br
1573 brw_context( struct gl_context *ctx ) function
[all...]

Completed in 127 milliseconds