Home
last modified time | relevance | path

Searched defs:has_else (Results 1 – 3 of 3) 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
/third_party/mesa3d/src/compiler/glsl/glcpp/
Dglcpp.h168 bool has_else; member
/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