Searched refs:IR3_INSTR_P (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/ | ||
| H A D | ir3_print.c | 84 if (instr->flags & IR3_INSTR_P) |
| H A D | ir3.h | 207 IR3_INSTR_P = 0x080, enumerator in enum:ir3_instruction::__anond9a07c730503 |
| H A D | ir3.c | 512 cat5->is_p = !!(instr->flags & IR3_INSTR_P); |
| H A D | ir3_compiler_nir.c | 1820 flags |= IR3_INSTR_P; |
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ | ||
| H A D | ir3_print.c | 166 if (instr->flags & IR3_INSTR_P) |
| H A D | ir3_legalize.c | 405 op_p->flags = IR3_INSTR_P; |
| H A D | ir3.h | 280 IR3_INSTR_P = 0x080, enumerator in enum:ir3_instruction::__anon3fdcb7e60403 |
| H A D | ir3_parser.y | 979 | '.' 'p' { instr->flags |= IR3_INSTR_P; } |
| H A D | ir3_compiler_nir.c | 2569 flags |= IR3_INSTR_P; |
Completed in 22 milliseconds