HomeSort by: relevance | last modified time | path
    Searched refs:IR3_INSTR_P (Results 1 - 9 of 9) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
ir3_print.c 84 if (instr->flags & IR3_INSTR_P)
ir3.h 207 IR3_INSTR_P = 0x080,
ir3.c 512 cat5->is_p = !!(instr->flags & IR3_INSTR_P);
ir3_compiler_nir.c 1820 flags |= IR3_INSTR_P;
  /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
ir3_print.c 166 if (instr->flags & IR3_INSTR_P)
ir3_legalize.c 405 op_p->flags = IR3_INSTR_P;
ir3.h 280 IR3_INSTR_P = 0x080,
ir3_parser.y 979 | '.' 'p' { instr->flags |= IR3_INSTR_P; }
ir3_compiler_nir.c 2569 flags |= IR3_INSTR_P;

Completed in 16 milliseconds