Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_print.c93 if (instr->flags & IR3_INSTR_S) in print_instr_name()
Dir3.h180 IR3_INSTR_S = 0x100, enumerator
Dir3.c466 cat5->is_s = !!(instr->flags & IR3_INSTR_S); in emit_cat5()
Dir3_compiler_nir.c1378 flags |= IR3_INSTR_S; in tex_info()