Searched refs:IR3_INSTR_S (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/ | ||
| H A D | ir3_print.c | 86 if (instr->flags & IR3_INSTR_S) |
| H A D | ir3.h | 208 IR3_INSTR_S = 0x100, enumerator in enum:ir3_instruction::__anond9a07c730503 |
| H A D | ir3.c | 509 cat5->is_s = !!(instr->flags & IR3_INSTR_S); |
| H A D | ir3_compiler_nir.c | 1632 flags |= IR3_INSTR_S; |
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ | ||
| H A D | ir3_print.c | 168 if (instr->flags & IR3_INSTR_S) |
| H A D | ir3.h | 281 IR3_INSTR_S = 0x100, enumerator in enum:ir3_instruction::__anon3fdcb7e60403 |
| H A D | ir3_parser.y | 980 | '.' 's' { instr->flags |= IR3_INSTR_S; } |
| H A D | ir3_compiler_nir.c | 2237 flags |= IR3_INSTR_S; |
Completed in 20 milliseconds