Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir.h177 void (*else_stmt)(struct lp_build_nir_context *bld_base); member
Dlp_bld_nir_soa.c1587 static void else_stmt(struct lp_build_nir_context *bld_base) in else_stmt() function
/external/mesa3d/src/compiler/nir/
Dnir.c453 nir_block *else_stmt = nir_block_create(shader); in nir_if_create() local