Searched defs:ir3_block (Results 1 – 1 of 1) sorted by relevance
630 struct ir3_block { struct631 struct list_head node;632 struct ir3 *shader;656 struct ir3_block *successors[2]; argument678 struct ir3_block *imm_dom; argument693 block_id(struct ir3_block *block) in block_id() argument