Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_asm.c760 static int r600_bytecode_alu_nliterals(struct r600_bytecode_alu *alu, in r600_bytecode_alu_nliterals() function
863 if (r600_bytecode_alu_nliterals(prev[i], literal, &nliteral)) in merge_inst_groups()
865 if (r600_bytecode_alu_nliterals(prev[i], prev_literal, &prev_nliteral)) in merge_inst_groups()
884 if (slots[i] && r600_bytecode_alu_nliterals(slots[i], literal, &nliteral)) in merge_inst_groups()
1376 r = r600_bytecode_alu_nliterals(slots[i], literal, &nliteral); in r600_bytecode_add_alu_type()
1876 r = r600_bytecode_alu_nliterals(alu, literal, &nliteral); in r600_bytecode_build()
2356 r600_bytecode_alu_nliterals(alu, literal, &nliteral); in r600_bytecode_disasm()