Home | History | Annotate | Download | only in i965

Lines Matching defs:brw

81    struct brw_context *brw = brw_context(ctx);
83 if (brw->sol.counting_primitives_generated ||
84 brw->sol.counting_primitives_written) {
135 struct brw_context *brw = brw_context(ctx);
153 if (brw->prim_restart.in_progress) {
167 brw->prim_restart.in_progress = true;
172 brw->prim_restart.enable_cut_index = true;
174 brw->prim_restart.enable_cut_index = false;
182 brw->prim_restart.in_progress = false;
189 haswell_upload_cut_index(struct brw_context *brw)
191 struct intel_context *intel = &brw->intel;
210 .brw = 0,