Searched refs:r600_bytecode_alu_nliterals (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
D | r600_asm.c | 985 static int r600_bytecode_alu_nliterals(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, in r600_bytecode_alu_nliterals() function 1072 if (r600_bytecode_alu_nliterals(bc, prev[i], literal, &nliteral)) in merge_inst_groups() 1074 if (r600_bytecode_alu_nliterals(bc, prev[i], prev_literal, &prev_nliteral)) in merge_inst_groups() 1083 if (slots[i] && r600_bytecode_alu_nliterals(bc, slots[i], literal, &nliteral)) in merge_inst_groups() 1528 r = r600_bytecode_alu_nliterals(bc, slots[i], literal, &nliteral); in r600_bytecode_add_alu_type() 2026 r = r600_bytecode_alu_nliterals(bc, alu, literal, &nliteral); in r600_bytecode_build() 2125 r = r600_bytecode_alu_nliterals(bc, alu, literal, &nliteral); in r600_bytecode_build() 2484 r600_bytecode_alu_nliterals(bc, alu, literal, &nliteral); in r600_bytecode_dump()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_asm.c | 985 static int r600_bytecode_alu_nliterals(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, in r600_bytecode_alu_nliterals() function 1072 if (r600_bytecode_alu_nliterals(bc, prev[i], literal, &nliteral)) in merge_inst_groups() 1074 if (r600_bytecode_alu_nliterals(bc, prev[i], prev_literal, &prev_nliteral)) in merge_inst_groups() 1083 if (slots[i] && r600_bytecode_alu_nliterals(bc, slots[i], literal, &nliteral)) in merge_inst_groups() 1528 r = r600_bytecode_alu_nliterals(bc, slots[i], literal, &nliteral); in r600_bytecode_add_alu_type() 2026 r = r600_bytecode_alu_nliterals(bc, alu, literal, &nliteral); in r600_bytecode_build() 2125 r = r600_bytecode_alu_nliterals(bc, alu, literal, &nliteral); in r600_bytecode_build() 2484 r600_bytecode_alu_nliterals(bc, alu, literal, &nliteral); in r600_bytecode_dump()
|