Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/spirv/
Dvtn_private.h170 struct vtn_if { struct
171 struct vtn_cf_node node;
173 uint32_t condition;
175 enum vtn_branch_type then_type;
176 struct list_head then_body;
178 enum vtn_branch_type else_type;
179 struct list_head else_body;
181 struct vtn_block *merge_block;
183 SpvSelectionControlMask control;
Dvtn_cfg.c1018 vtn_selection_control(struct vtn_builder *b, struct vtn_if *vtn_if) in vtn_selection_control()
1083 struct vtn_if *vtn_if = vtn_cf_node_as_if(node); in vtn_emit_cf_list_structured() local