Searched refs:vtn_block (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/compiler/spirv/ |
D | vtn_cfg.c | 126 b->block = rzalloc(b, struct vtn_block); in vtn_cfg_handle_prepass_instruction() 170 struct vtn_block *break_block, in vtn_add_case() 173 struct vtn_block *case_block = in vtn_add_case() 232 vtn_get_branch_type(struct vtn_block *block, in vtn_get_branch_type() 233 struct vtn_case *swcase, struct vtn_block *switch_break, in vtn_get_branch_type() 234 struct vtn_block *loop_break, struct vtn_block *loop_cont) in vtn_get_branch_type() 255 struct vtn_block *start, struct vtn_case *switch_case, in vtn_cfg_walk_blocks() 256 struct vtn_block *switch_break, in vtn_cfg_walk_blocks() 257 struct vtn_block *loop_break, struct vtn_block *loop_cont, in vtn_cfg_walk_blocks() 258 struct vtn_block *end) in vtn_cfg_walk_blocks() [all …]
|
D | vtn_private.h | 109 struct vtn_block *start_block; 132 struct vtn_block { struct 160 struct vtn_block *start_block; argument 318 struct vtn_block *block; 352 struct vtn_block *block;
|