Home
last modified time | relevance | path

Searched refs:curr_bs_head (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_asm.h213 struct r600_bytecode_alu *curr_bs_head; member
Dr600_asm.c998 bc->cf_last->curr_bs_head = result[i]; in merge_inst_groups()
1293 if (bc->cf_last && bc->cf_last->curr_bs_head) in r600_bytecode_add_alu_type()
1294 bc->cf_last->curr_bs_head->last = 1; in r600_bytecode_add_alu_type()
1325 if (!bc->cf_last->curr_bs_head) { in r600_bytecode_add_alu_type()
1326 bc->cf_last->curr_bs_head = nalu; in r600_bytecode_add_alu_type()
1351 r = assign_alu_units(bc, bc->cf_last->curr_bs_head, slots); in r600_bytecode_add_alu_type()
1390 bc->cf_last->prev_bs_head = bc->cf_last->curr_bs_head; in r600_bytecode_add_alu_type()
1391 bc->cf_last->curr_bs_head = NULL; in r600_bytecode_add_alu_type()