Searched refs:nir_bany (Results 1 - 7 of 7) sorted by relevance
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_nir_tcs_workarounds.c | 92 nir_ior(b, nir_bany(b, nir_flt(b, nir_imm_float(b, 1.0f), outer)), in emit_quads_workaround() 93 nir_bany(b, nir_flt(b, nir_imm_float(b, 1.0f), inner))); in emit_quads_workaround()
|
/third_party/mesa3d/src/compiler/spirv/ |
H A D | vtn_alu.c | 633 dest->def = nir_bany(&b->nb, src[0]); in vtn_handle_alu()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_draw_hw_select.c | 75 nir_ssa_def *inf = nir_bany(b, nir_feq(b, nir_fabs(b, v), imm)); in has_nan_or_inf()
|
/third_party/mesa3d/src/mesa/program/ |
H A D | prog_to_nir.c | 463 nir_ssa_def *cmp = nir_bany(b, nir_flt(b, src[0], nir_imm_float(b, 0.0))); in ptn_kil()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_int64.c | 523 nir_push_if(b, nir_bany(b, need_high_div)); in lower_udiv64_mod64()
|
H A D | nir_builder.h | 485 nir_bany(nir_builder *b, nir_ssa_def *src) in nir_bany() function
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
H A D | tgsi_to_nir.c | 1131 nir_ssa_def *cmp = nir_bany(b, nir_flt(b, src[0], nir_imm_float(b, 0.0))); in ttn_kill_if()
|
Completed in 14 milliseconds