Searched refs:vtn_block (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/compiler/spirv/ |
D | vtn_cfg.c | 204 b->block = rzalloc(b, struct vtn_block); in vtn_cfg_handle_prepass_instruction() 248 struct vtn_block *break_block, in vtn_add_case() 251 struct vtn_block *case_block = in vtn_add_case() 311 struct vtn_block *block, in vtn_get_branch_type() 312 struct vtn_case *swcase, struct vtn_block *switch_break, in vtn_get_branch_type() 313 struct vtn_block *loop_break, struct vtn_block *loop_cont) in vtn_get_branch_type() 334 struct vtn_block *start, struct vtn_case *switch_case, in vtn_cfg_walk_blocks() 335 struct vtn_block *switch_break, in vtn_cfg_walk_blocks() 336 struct vtn_block *loop_break, struct vtn_block *loop_cont, in vtn_cfg_walk_blocks() 337 struct vtn_block *end) in vtn_cfg_walk_blocks() [all …]
|
D | vtn_private.h | 168 struct vtn_block *start_block; 191 struct vtn_block { struct 222 struct vtn_block *start_block; argument 502 struct vtn_block *block; 541 struct vtn_block *block;
|