Home
last modified time | relevance | path

Searched defs:else_stmt (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_nir.h226 void (*else_stmt)(struct lp_build_nir_context *bld_base, bool flatten_then, bool flatten_else); member
H A Dlp_bld_nir_soa.c2071 static void else_stmt(struct lp_build_nir_context *bld_base, bool flatten_then, bool flatten_else) in else_stmt() function
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir.c632 nir_block *else_stmt = nir_block_create(shader); in nir_if_create() local