Searched refs:prev_nliteral (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_asm.c774 unsigned nliteral = 0, prev_nliteral = 0; local in function:merge_inst_groups
810 if (r600_bytecode_alu_nliterals(prev[i], prev_literal, &prev_nliteral))
925 bc->cf_last->ndw -= align(prev_nliteral, 2);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_asm.c768 unsigned nliteral = 0, prev_nliteral = 0; local in function:merge_inst_groups
815 if (r600_bytecode_alu_nliterals(prev[i], prev_literal, &prev_nliteral))
930 bc->cf_last->ndw -= align(prev_nliteral, 2);

Completed in 7 milliseconds