Home
last modified time | relevance | path

Searched refs:IR3_INSTR_S (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/freedreno/ir3/
Dir3_print.c126 if (instr->flags & IR3_INSTR_S) in print_instr_name()
Dir3_parser.y745 | '.' 's' { instr->flags |= IR3_INSTR_S; }
Dir3.h220 IR3_INSTR_S = 0x100, enumerator
Dir3.c525 cat5->is_s = !!(instr->flags & IR3_INSTR_S); in emit_cat5()
Dir3_compiler_nir.c2028 flags |= IR3_INSTR_S; in tex_info()