Searched refs:IR3_INSTR_S (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_print.c86 if (instr->flags & IR3_INSTR_S)
H A Dir3.h208 IR3_INSTR_S = 0x100, enumerator in enum:ir3_instruction::__anond9a07c730503
H A Dir3.c509 cat5->is_s = !!(instr->flags & IR3_INSTR_S);
H A Dir3_compiler_nir.c1632 flags |= IR3_INSTR_S;
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_print.c168 if (instr->flags & IR3_INSTR_S)
H A Dir3.h281 IR3_INSTR_S = 0x100, enumerator in enum:ir3_instruction::__anon3fdcb7e60403
H A Dir3_parser.y980 | '.' 's' { instr->flags |= IR3_INSTR_S; }
H A Dir3_compiler_nir.c2237 flags |= IR3_INSTR_S;

Completed in 20 milliseconds