Home | History | Annotate | Download | only in i965

Lines Matching defs:brw

82    struct brw_context *brw = brw_context(ctx);
85 if (brw->gen >= 8 || brw->is_haswell)
135 struct brw_context *brw = brw_context(ctx);
145 if (brw->prim_restart.in_progress) {
159 brw->prim_restart.in_progress = true;
164 brw->prim_restart.enable_cut_index = true;
167 brw->prim_restart.enable_cut_index = false;
175 brw->prim_restart.in_progress = false;
182 haswell_upload_cut_index(struct brw_context *brw)
184 struct gl_context *ctx = &brw->ctx;
187 if (brw->gen < 8 && !brw->is_haswell)
195 if (brw->ib.ib) {
196 cut_index = _mesa_primitive_restart_index(ctx, brw->ib.type);
215 .brw = BRW_NEW_BLORP |