Home | History | Annotate | Download | only in i965

Lines Matching defs:brw_context

124 struct brw_context;
624 struct brw_context *brw;
643 void (*emit)( struct brw_context *brw );
720 * brw_context is derived from intel_context.
722 struct brw_context
1094 void brwInitVtbl( struct brw_context *brw );
1097 * brw_context.c
1112 void brw_prepare_query_begin(struct brw_context *brw);
1113 void brw_emit_query_begin(struct brw_context *brw);
1114 void brw_emit_query_end(struct brw_context *brw);
1125 void brw_validate_textures( struct brw_context *brw );
1140 void brw_upload_urb_fence(struct brw_context *brw);
1144 void brw_upload_cs_urb_state(struct brw_context *brw);
1153 void brw_init_surface_formats(struct brw_context *brw);
1155 brw_update_sol_surface(struct brw_context *brw,
1159 void brw_upload_ubo_surfaces(struct brw_context *brw,
1185 gen6_emit_3dstate_multisample(struct brw_context *brw,
1188 gen6_emit_3dstate_sample_mask(struct brw_context *brw,
1194 gen7_allocate_push_constants(struct brw_context *brw);
1197 gen7_emit_urb_state(struct brw_context *brw, GLuint nr_vs_entries,
1206 static INLINE struct brw_context *
1207 brw_context( struct gl_context *ctx )
1209 return (struct brw_context *)ctx;
1248 brw_program_reloc(struct brw_context *brw, uint32_t state_offset,