Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/glsl/
H A Dlower_instructions.cpp361 ir_variable *is_not_zero_or_underflow = in dldexp_to_arith() local
362 new(ir) ir_variable(bvec, "is_not_zero_or_underflow", ir_var_temporary); in dldexp_to_arith()
405 i.insert_before(is_not_zero_or_underflow); in dldexp_to_arith()
406 i.insert_before(assign(is_not_zero_or_underflow, in dldexp_to_arith()
409 i.insert_before(assign(x, csel(is_not_zero_or_underflow, in dldexp_to_arith()
412 csel(is_not_zero_or_underflow, in dldexp_to_arith()

Completed in 3 milliseconds