Searched refs:nir_bany (Results 1 - 13 of 13) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/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)), 93 nir_bany(b, nir_flt(b, nir_imm_float(b, 1.0f), inner)));
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_nir_tcs_workarounds.c | 100 nir_ior(b, nir_bany(b, nir_flt(b, nir_imm_float(b, 1.0f), outer)), 101 nir_bany(b, nir_flt(b, nir_imm_float(b, 1.0f), inner)));
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| H A D | prog_to_nir.c | 461 nir_ssa_def *cmp = nir_bany(b, nir_flt(b, src[0], nir_imm_float(b, 0.0)));
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/ |
| H A D | vtn_alu.c | 500 dest->def = nir_bany(&b->nb, src[0]);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_builder.h | 582 nir_bany(nir_builder *b, nir_ssa_def *src) function in typeref:typename:nir_ssa_def *
|
| H A D | nir_lower_int64.c | 509 nir_push_if(b, nir_bany(b, need_high_div));
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| H A D | prog_to_nir.c | 488 nir_bany(b, nir_flt(b, src[0], nir_imm_float(b, 0.0))) :
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_lower_int64.c | 523 nir_push_if(b, nir_bany(b, need_high_div));
|
| H A D | nir_builder.h | 672 nir_bany(nir_builder *b, nir_ssa_def *src) function in typeref:typename:nir_ssa_def *
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/nir/ |
| H A D | tgsi_to_nir.c | 1014 nir_ssa_def *cmp = nir_bany(b, nir_flt(b, src[0], nir_imm_float(b, 0.0)));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/ |
| H A D | tgsi_to_nir.c | 1130 nir_ssa_def *cmp = nir_bany(b, nir_flt(b, src[0], nir_imm_float(b, 0.0)));
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 19.0.0.rst | 1275 - nir/tgsi: Use nir_bany in ttn_kill_if
|
| H A D | 20.2.0.rst | 2594 - spirv: Use nir_bany/ball for OpAny/All
|
Completed in 32 milliseconds