Lines Matching refs:nir_if
862 struct nir_if;
868 struct nir_if *parent_if;
3004 typedef struct nir_if { struct
3011 } nir_if; typedef
3014 nir_if *nif;
3275 NIR_DEFINE_CAST(nir_cf_node_as_if, nir_cf_node, nir_if, cf_node, in NIR_DEFINE_CAST()
3283 nir_if_first_then_block(nir_if *if_stmt) in NIR_DEFINE_CAST()
3290 nir_if_last_then_block(nir_if *if_stmt) in nir_if_last_then_block()
3297 nir_if_first_else_block(nir_if *if_stmt) in nir_if_first_else_block()
3304 nir_if_last_else_block(nir_if *if_stmt) in nir_if_last_else_block()
3938 nir_if *nir_if_create(nir_shader *shader);
4297 nir_if_rewrite_condition_ssa(ASSERTED nir_if *if_stmt, in nir_if_rewrite_condition_ssa()
4307 void nir_if_rewrite_condition(nir_if *if_stmt, nir_src new_src);
4411 nir_if *nir_block_get_following_if(nir_block *block);