Lines Matching refs:nliteral
723 uint32_t literal[4], unsigned *nliteral) in r600_bytecode_alu_nliterals() argument
732 for (j = 0; j < *nliteral; ++j) { in r600_bytecode_alu_nliterals()
739 if (*nliteral >= 4) in r600_bytecode_alu_nliterals()
741 literal[(*nliteral)++] = value; in r600_bytecode_alu_nliterals()
749 uint32_t literal[4], unsigned nliteral) in r600_bytecode_alu_adjust_literals() argument
757 for (j = 0; j < nliteral; ++j) { in r600_bytecode_alu_adjust_literals()
774 unsigned nliteral = 0, prev_nliteral = 0; in merge_inst_groups() local
808 if (r600_bytecode_alu_nliterals(prev[i], literal, &nliteral)) in merge_inst_groups()
829 if (slots[i] && r600_bytecode_alu_nliterals(slots[i], literal, &nliteral)) in merge_inst_groups()
1277 unsigned nliteral; in r600_bytecode_add_alu_type() local
1300 for (i = 0, nliteral = 0; i < max_slots; i++) { in r600_bytecode_add_alu_type()
1302 r = r600_bytecode_alu_nliterals(slots[i], literal, &nliteral); in r600_bytecode_add_alu_type()
1307 bc->cf_last->ndw += align(nliteral, 2); in r600_bytecode_add_alu_type()
1747 unsigned nliteral; in r600_bytecode_build() local
1786 nliteral = 0; in r600_bytecode_build()
1789 r = r600_bytecode_alu_nliterals(alu, literal, &nliteral); in r600_bytecode_build()
1792 r600_bytecode_alu_adjust_literals(alu, literal, nliteral); in r600_bytecode_build()
1814 for (i = 0; i < align(nliteral, 2); ++i) { in r600_bytecode_build()
1817 nliteral = 0; in r600_bytecode_build()
2094 unsigned nliteral; in r600_bytecode_disasm() local
2262 nliteral = 0; in r600_bytecode_disasm()
2269 r600_bytecode_alu_nliterals(alu, literal, &nliteral); in r600_bytecode_disasm()
2298 for (i = 0; i < nliteral; i++, id++) { in r600_bytecode_disasm()
2304 id += nliteral & 1; in r600_bytecode_disasm()
2305 nliteral = 0; in r600_bytecode_disasm()