Searched refs:invert_cond (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
D | nir_loop_analyze.c | 770 bool limit_rhs, bool invert_cond, in will_break_on_first_iteration() argument 799 return invert_cond ? !result.b : result.b; in will_break_on_first_iteration() 806 nir_const_value initial, bool limit_rhs, bool invert_cond, in test_iterations() argument 848 return invert_cond ? !result.b : result.b; in test_iterations() 855 bool invert_cond, unsigned execution_mode) in calculate_iterations() argument 904 limit, limit_rhs, invert_cond, in calculate_iterations() 932 limit_rhs, invert_cond, execution_mode)) { in calculate_iterations()
|
/third_party/mesa3d/src/asahi/compiler/ |
D | agx_print.c | 182 if ((info.immediates & AGX_IMMEDIATE_INVERT_COND) && I->invert_cond) { in agx_print_instr()
|
D | agx_compiler.h | 317 bool invert_cond : 1; member
|
D | agx_pack.c | 307 raw |= (I->invert_cond << 8); in agx_pack_alu()
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.2.0.rst | 639 - agx: Add invert_cond (ccn) to IR
|