Searched defs:else_stmt (Results 1 – 3 of 3) sorted by relevance
226 void (*else_stmt)(struct lp_build_nir_context *bld_base, bool flatten_then, bool flatten_else); member
2071 static void else_stmt(struct lp_build_nir_context *bld_base, bool flatten_then, bool flatten_else) in else_stmt() function
632 nir_block *else_stmt = nir_block_create(shader); in nir_if_create() local