Home
last modified time | relevance | path

Searched defs:ir3_block (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
Dir3.h543 struct ir3_block { struct
544 struct list_head node;
545 struct ir3 *shader;
569 struct ir3_block *successors[2]; argument
570 struct ir3_block *physical_successors[2]; argument
589 struct ir3_block *imm_dom; argument
604 block_id(struct ir3_block *block) in block_id() argument