Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/spirv/
Dvtn_private.h217 struct vtn_block { struct
218 struct vtn_cf_node node;
221 const uint32_t *label;
224 const uint32_t *merge;
227 const uint32_t *branch;
229 enum vtn_branch_type branch_type;
237 struct vtn_cf_node *merge_cf_node;
261 struct vtn_block *start_block; argument
Dvtn_cfg.c30 vtn_block(struct vtn_builder *b, uint32_t value_id) in vtn_block() function