Home
last modified time | relevance | path

Searched refs:vtn_block (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/compiler/spirv/
Dvtn_cfg.c29 static struct vtn_block *
30 vtn_block(struct vtn_builder *b, uint32_t value_id) in vtn_block() function
278 b->block = rzalloc(b, struct vtn_block); in vtn_cfg_handle_prepass_instruction()
366 vtn_block_set_merge_cf_node(struct vtn_builder *b, struct vtn_block *block, in vtn_block_set_merge_cf_node()
394 struct vtn_block *target_block) in VTN_DECL_CF_NODE_FIND()
513 struct vtn_block *start_block;
521 struct vtn_block *start_block) in vtn_add_cfg_work_item()
565 struct vtn_block *case_block = vtn_block(b, *(w++)); in vtn_parse_switch()
601 static struct vtn_block *
606 struct vtn_block *block) in vtn_process_block()
[all …]
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; argument
624 struct vtn_block *block;
[all …]
/third_party/mesa3d/docs/relnotes/
D20.1.0.rst2441 - spirv: Add a vtn_block() helper