HomeSort by: relevance | last modified time | path
    Searched defs:ir3_block (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
ir3.h 43 struct ir3_block;
160 struct ir3_block *block;
230 struct ir3_block *target;
270 struct ir3_block *block;
369 /* Entry in ir3_block's instruction list: */
481 struct ir3_block { struct
494 struct ir3_block *successors[2];
497 struct ir3_block **predecessors;
517 block_id(struct ir3_block *block)
533 struct ir3_block * ir3_block_create(struct ir3 *shader)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
ir3.h 44 struct ir3_block;
233 struct ir3_block *block;
310 struct ir3_block *target;
450 /* Entry in ir3_block's instruction list: */
543 struct ir3_block { struct
569 struct ir3_block *successors[2];
570 struct ir3_block *physical_successors[2];
572 DECLARE_ARRAY(struct ir3_block *, predecessors);
573 DECLARE_ARRAY(struct ir3_block *, physical_predecessors);
589 struct ir3_block *imm_dom
    [all...]

Completed in 87 milliseconds