Searched refs:different_signs (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_alu.c141 nir_ssa_def *different_signs = NULL; local in function:lower_alu_instr
144 different_signs = nir_ixor(b,
181 /* For channels where different_signs is set we have to perform a
186 hi = nir_bcsel(b, different_signs,
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_alu.c153 nir_ssa_def *different_signs = NULL; local in function:lower_alu_instr
156 different_signs = nir_ixor(b,
193 /* For channels where different_signs is set we have to perform a
198 hi = nir_bcsel(b, different_signs,
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlower_instructions.cpp1592 ir_variable *different_signs = NULL; local in function:lower_instructions_visitor::imul_high_to_mul
1622 different_signs =
1623 new(ir) ir_variable(glsl_type::bvec(elements), "different_signs",
1626 i.insert_before(different_signs);
1627 i.insert_before(assign(different_signs, expr(ir_binop_logic_xor,
1656 if (different_signs == NULL) {
1669 /* For channels where different_signs is set we have to perform a 64-bit
1684 ir->operands[0] = new(ir) ir_dereference_variable(different_signs);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlower_instructions.cpp1565 ir_variable *different_signs = NULL; local in function:lower_instructions_visitor::imul_high_to_mul
1595 different_signs =
1596 new(ir) ir_variable(glsl_type::bvec(elements), "different_signs",
1599 i.insert_before(different_signs);
1600 i.insert_before(assign(different_signs, expr(ir_binop_logic_xor,
1629 if (different_signs == NULL) {
1642 /* For channels where different_signs is set we have to perform a 64-bit
1657 ir->operands[0] = new(ir) ir_dereference_variable(different_signs);

Completed in 7 milliseconds