Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_asm.h214 struct r600_bytecode_alu *prev_bs_head; member
Dr600_asm.c948 bc->cf_last->prev_bs_head = bc->cf_last->prev2_bs_head; in merge_inst_groups()
1284 if (bc->cf_last->prev_bs_head) { in r600_bytecode_add_alu_type()
1285 r = merge_inst_groups(bc, slots, bc->cf_last->prev_bs_head); in r600_bytecode_add_alu_type()
1290 if (bc->cf_last->prev_bs_head) { in r600_bytecode_add_alu_type()
1291 r = replace_gpr_with_pv_ps(bc, slots, bc->cf_last->prev_bs_head); in r600_bytecode_add_alu_type()
1315 bc->cf_last->prev2_bs_head = bc->cf_last->prev_bs_head; in r600_bytecode_add_alu_type()
1316 bc->cf_last->prev_bs_head = bc->cf_last->curr_bs_head; in r600_bytecode_add_alu_type()