Searched refs:vtn_block (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dvtn_cfg.c29 static struct vtn_block *
30 vtn_block(struct vtn_builder *b, uint32_t value_id) function in typeref:struct:vtn_block *
243 b->block = rzalloc(b, struct vtn_block);
331 vtn_block_set_merge_cf_node(struct vtn_builder *b, struct vtn_block *block,
359 struct vtn_block *target_block)
478 struct vtn_block *start_block;
486 struct vtn_block *start_block)
530 struct vtn_block *case_block = vtn_block(b, *(w++));
566 static struct vtn_block *
[all...]
H A Dvtn_private.h174 struct vtn_block *header_block;
175 struct vtn_block *cont_block;
176 struct vtn_block *break_block;
190 struct vtn_block *header_block;
191 struct vtn_block *merge_block;
199 struct vtn_block *block;
224 struct vtn_block *break_block;
227 struct vtn_block { struct
271 struct vtn_block *start_block;
619 struct vtn_block *bloc
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dvtn_cfg.c348 b->block = rzalloc(b, struct vtn_block);
392 struct vtn_block *break_block,
395 struct vtn_block *case_block =
455 struct vtn_block *block,
456 struct vtn_case *swcase, struct vtn_block *switch_break,
457 struct vtn_block *loop_break, struct vtn_block *loop_cont)
478 struct vtn_block *start, struct vtn_case *switch_case,
479 struct vtn_block *switch_break,
480 struct vtn_block *loop_brea
[all...]
H A Dvtn_private.h180 struct vtn_block *start_block;
203 struct vtn_block { struct
236 struct vtn_block *start_block;
548 struct vtn_block *block;
587 struct vtn_block *block;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.1.0.rst2441 - spirv: Add a vtn_block() helper

Completed in 12 milliseconds