Searched refs:zero_sign_x (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ | ||
| H A D | lower_instructions.cpp | 568 ir_variable *zero_sign_x = new(ir) ir_variable(ir->type, "zero_sign_x", local in function:lower_instructions_visitor::dldexp_to_arith 605 i.insert_before(zero_sign_x); 616 i.insert_before(assign(zero_sign_x, 625 x, zero_sign_x))); |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ | ||
| H A D | lower_instructions.cpp | 561 ir_variable *zero_sign_x = new(ir) ir_variable(ir->type, "zero_sign_x", local in function:lower_instructions_visitor::dldexp_to_arith 598 i.insert_before(zero_sign_x); 609 i.insert_before(assign(zero_sign_x, 618 x, zero_sign_x))); |
Completed in 10 milliseconds