Lines Matching refs:current
69 p->current->header.predicate_control = BRW_PREDICATE_NONE;
77 p->current->header.predicate_control = BRW_PREDICATE_NORMAL;
95 p->current->header.compression_control = GEN6_COMPRESSION_1Q;
99 p->current->header.compression_control = GEN6_COMPRESSION_2Q;
105 p->current->header.compression_control = GEN6_COMPRESSION_1H;
109 p->current->header.compression_control = GEN6_COMPRESSION_1H;
113 p->current->header.compression_control = compression_control;
119 assert(p->current != &p->stack[BRW_EU_MAX_INSN_STACK-1]);
120 memcpy(p->current+1, p->current, sizeof(struct brw_instruction));
121 p->compressed_stack[p->current - p->stack] = p->compressed;
122 p->current++;
127 assert(p->current != p->stack);
128 p->current--;
129 p->compressed = p->compressed_stack[p->current - p->stack];
140 p->current = p->stack;
142 memset(p->current, 0, sizeof(p->current[0]));