Searched refs:r600_bytecode_alu_nliterals (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_asm.c | 706 static int r600_bytecode_alu_nliterals(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, in r600_bytecode_alu_nliterals() function 793 if (r600_bytecode_alu_nliterals(bc, prev[i], literal, &nliteral)) in merge_inst_groups() 795 if (r600_bytecode_alu_nliterals(bc, prev[i], prev_literal, &prev_nliteral)) in merge_inst_groups() 814 if (slots[i] && r600_bytecode_alu_nliterals(bc, slots[i], literal, &nliteral)) in merge_inst_groups() 1286 r = r600_bytecode_alu_nliterals(bc, slots[i], literal, &nliteral); in r600_bytecode_add_alu_type() 1727 r = r600_bytecode_alu_nliterals(bc, alu, literal, &nliteral); in r600_bytecode_build() 2167 r600_bytecode_alu_nliterals(bc, alu, literal, &nliteral); in r600_bytecode_disasm()
|