Home
last modified time | relevance | path

Searched refs:vtn_if (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/compiler/spirv/
Dvtn_cfg.c423 struct vtn_if *if_stmt = vtn_cf_node_as_if(node); in VTN_DECL_CF_NODE_FIND()
721 struct vtn_if *if_stmt = rzalloc(b, struct vtn_if); in vtn_process_block()
1018 vtn_selection_control(struct vtn_builder *b, struct vtn_if *vtn_if) in vtn_selection_control() argument
1020 if (vtn_if->control == SpvSelectionControlMaskNone) in vtn_selection_control()
1022 else if (vtn_if->control & SpvSelectionControlDontFlattenMask) in vtn_selection_control()
1024 else if (vtn_if->control & SpvSelectionControlFlattenMask) in vtn_selection_control()
1083 struct vtn_if *vtn_if = vtn_cf_node_as_if(node); in vtn_emit_cf_list_structured() local
1087 nir_push_if(&b->nb, vtn_get_nir_ssa(b, vtn_if->condition)); in vtn_emit_cf_list_structured()
1089 nif->control = vtn_selection_control(b, vtn_if); in vtn_emit_cf_list_structured()
1091 if (vtn_if->then_type == vtn_branch_type_none) { in vtn_emit_cf_list_structured()
[all …]
Dvtn_private.h170 struct vtn_if { struct