Lines Matching refs:nliteral
704 uint32_t literal[4], unsigned *nliteral) in r600_bytecode_alu_nliterals() argument
713 for (j = 0; j < *nliteral; ++j) { in r600_bytecode_alu_nliterals()
720 if (*nliteral >= 4) in r600_bytecode_alu_nliterals()
722 literal[(*nliteral)++] = value; in r600_bytecode_alu_nliterals()
730 uint32_t literal[4], unsigned nliteral) in r600_bytecode_alu_adjust_literals() argument
738 for (j = 0; j < nliteral; ++j) { in r600_bytecode_alu_adjust_literals()
755 unsigned nliteral = 0, prev_nliteral = 0; in merge_inst_groups() local
789 if (r600_bytecode_alu_nliterals(prev[i], literal, &nliteral)) in merge_inst_groups()
810 if (slots[i] && r600_bytecode_alu_nliterals(slots[i], literal, &nliteral)) in merge_inst_groups()
1258 unsigned nliteral; in r600_bytecode_add_alu_type() local
1281 for (i = 0, nliteral = 0; i < max_slots; i++) { in r600_bytecode_add_alu_type()
1283 r = r600_bytecode_alu_nliterals(slots[i], literal, &nliteral); in r600_bytecode_add_alu_type()
1288 bc->cf_last->ndw += align(nliteral, 2); in r600_bytecode_add_alu_type()
1708 unsigned nliteral; in r600_bytecode_build() local
1747 nliteral = 0; in r600_bytecode_build()
1750 r = r600_bytecode_alu_nliterals(alu, literal, &nliteral); in r600_bytecode_build()
1753 r600_bytecode_alu_adjust_literals(alu, literal, nliteral); in r600_bytecode_build()
1775 for (i = 0; i < align(nliteral, 2); ++i) { in r600_bytecode_build()
1778 nliteral = 0; in r600_bytecode_build()
2049 unsigned nliteral; in r600_bytecode_disasm() local
2208 nliteral = 0; in r600_bytecode_disasm()
2215 r600_bytecode_alu_nliterals(alu, literal, &nliteral); in r600_bytecode_disasm()
2244 for (i = 0; i < nliteral; i++, id++) { in r600_bytecode_disasm()
2250 id += nliteral & 1; in r600_bytecode_disasm()
2251 nliteral = 0; in r600_bytecode_disasm()