Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_asm.c703 static int r600_bytecode_alu_nliterals(struct r600_bytecode_alu *alu, in r600_bytecode_alu_nliterals() function
789 if (r600_bytecode_alu_nliterals(prev[i], literal, &nliteral)) in merge_inst_groups()
791 if (r600_bytecode_alu_nliterals(prev[i], prev_literal, &prev_nliteral)) in merge_inst_groups()
810 if (slots[i] && r600_bytecode_alu_nliterals(slots[i], literal, &nliteral)) in merge_inst_groups()
1283 r = r600_bytecode_alu_nliterals(slots[i], literal, &nliteral); in r600_bytecode_add_alu_type()
1750 r = r600_bytecode_alu_nliterals(alu, literal, &nliteral); in r600_bytecode_build()
2215 r600_bytecode_alu_nliterals(alu, literal, &nliteral); in r600_bytecode_disasm()