Searched defs:ir3_block (Results 1 – 1 of 1) sorted by relevance
590 struct ir3_block { struct591 struct list_head node;592 struct ir3 *shader;616 struct ir3_block *successors[2]; argument617 struct ir3_block *physical_successors[2]; argument636 struct ir3_block *imm_dom; argument651 block_id(struct ir3_block *block) in block_id() argument