Searched refs:src1h (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_lower_alu.c | 161 nir_ssa_def *src1h = nir_ushr(b, src1, c16); local in function:lower_alu_instr 164 nir_ssa_def *m1 = nir_imul(b, src0l, src1h); 166 nir_ssa_def *hi = nir_imul(b, src0h, src1h);
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_lower_alu.c | 173 nir_ssa_def *src1h = nir_ushr(b, src1, cshift); local in function:lower_alu_instr 176 nir_ssa_def *m1 = nir_imul(b, src0l, src1h); 178 nir_ssa_def *hi = nir_imul(b, src0h, src1h);
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | lower_instructions.cpp | 1574 ir_variable *src1h = local in function:lower_instructions_visitor::imul_high_to_mul 1575 new(ir) ir_variable(glsl_type::uvec(elements), "src1h", ir_var_temporary); 1600 i.insert_before(src1h); 1637 i.insert_before(assign(src1h, rshift(src1, c16))); 1647 i.insert_before(assign(t2, mul(src1h, src2l))); 1648 i.insert_before(assign(hi, mul(src1h, src2h)));
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | lower_instructions.cpp | 1547 ir_variable *src1h = local in function:lower_instructions_visitor::imul_high_to_mul 1548 new(ir) ir_variable(glsl_type::uvec(elements), "src1h", ir_var_temporary); 1573 i.insert_before(src1h); 1610 i.insert_before(assign(src1h, rshift(src1, c16))); 1620 i.insert_before(assign(t2, mul(src1h, src2l))); 1621 i.insert_before(assign(hi, mul(src1h, src2h)));
|
Completed in 13 milliseconds