Searched refs:is_branch (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info_opcodes.h | 64 OPCODE(0, 0, NONE, CAL, .is_branch = 1) 75 OPCODE(0, 1, NONE, IF, .is_branch = 1, .post_indent = 1) 76 OPCODE(0, 1, NONE, UIF, .is_branch = 1, .post_indent = 1) 78 OPCODE(0, 0, NONE, ELSE, .is_branch = 1, .pre_dedent = 1, .post_indent = 1) 100 OPCODE(0, 0, NONE, BGNLOOP, .is_branch = 1, .post_indent = 1) 102 OPCODE(0, 0, NONE, ENDLOOP, .is_branch = 1, .pre_dedent = 1)
|
D | tgsi_info.h | 78 unsigned is_branch:1; member
|
D | tgsi_text.c | 1189 if (info->is_branch && *cur == ':') { in parse_instruction()
|
/third_party/mesa3d/src/panfrost/midgard/ |
D | midgard_opt_copy_prop.c | 64 bool is_branch = q->compact_branch; in midgard_opt_copy_prop() local 66 if (!(is_tex || is_ldst || is_branch)) continue; in midgard_opt_copy_prop()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 4975 inst->info->is_branch || in simplify_cmp()
|