Lines Matching refs:current
135 return p->current->exec_size;
141 return p->current->group;
147 return p->current->access_mode;
153 return p->current->swsb;
159 p->current->exec_size = value;
164 p->current->predicate = pc;
169 p->current->pred_inv = predicate_inverse;
175 p->current->flag_subreg = reg * 2 + subreg;
180 p->current->access_mode = access_mode;
192 p->current->group = 0;
196 p->current->group = 8;
202 p->current->group = 0;
209 p->current->compressed =
229 * may need to preserve the current one to avoid changing the selected
243 p->current->compressed = on;
267 * preserve the current one to avoid changing the selected compression
280 p->current->group = group;
285 p->current->mask_control = value;
290 p->current->saturate = enable;
295 p->current->acc_wr_control = value;
300 p->current->swsb = value;
305 assert(p->current != &p->stack[BRW_EU_MAX_INSN_STACK-1]);
306 *(p->current + 1) = *p->current;
307 p->current++;
312 assert(p->current != p->stack);
313 p->current--;
336 p->current = p->stack;
337 memset(p->current, 0, sizeof(p->current[0]));