Searched refs:IR3_INSTR_O (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/ | ||
| H A D | ir3_print.c | 82 if (instr->flags & IR3_INSTR_O) |
| H A D | ir3.h | 206 IR3_INSTR_O = 0x040, enumerator in enum:ir3_instruction::__anond9a07c730503 |
| H A D | ir3.c | 511 cat5->is_o = !!(instr->flags & IR3_INSTR_O); |
| H A D | ir3_compiler_nir.c | 1873 flags |= IR3_INSTR_O; |
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ | ||
| H A D | ir3_print.c | 164 if (instr->flags & IR3_INSTR_O) |
| H A D | ir3.h | 279 IR3_INSTR_O = 0x040, enumerator in enum:ir3_instruction::__anon3fdcb7e60403 |
| H A D | ir3_parser.y | 978 | '.' 'o' { instr->flags |= IR3_INSTR_O; } |
| H A D | ir3_compiler_nir.c | 2622 flags |= IR3_INSTR_O; |
Completed in 19 milliseconds