Home
last modified time | relevance | path

Searched refs:has_else (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc_finalize.cpp216 bool has_else = n_if->next; in finalize_if() local
221 has_else = true; in finalize_if()
227 has_else = true; in finalize_if()
230 if (has_else) { in finalize_if()
/third_party/mesa3d/src/compiler/glsl/glcpp/
Dglcpp.h168 bool has_else; member
Dglcpp-parse.y485 parser->skip_stack->has_else)
504 parser->skip_stack->has_else)
517 parser->skip_stack->has_else)
525 parser->skip_stack->has_else = true;
2418 node->has_else = false; in _glcpp_parser_skip_stack_push_if()
/third_party/node/deps/v8/src/torque/
Dimplementation-visitor.cc1045 bool has_else = stmt->if_false.has_value(); in Visit() local
1072 if (has_else) { in Visit()
1101 if (has_else) { in Visit()
1117 if (has_else) { in Visit()
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c3906 bool has_else = !exec_list_is_empty(&if_stmt->else_list); in emit_if() local
3907 if (has_else) { in emit_if()
3920 if (has_else) { in emit_if()