Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_print.c91 if (instr->flags & IR3_INSTR_P) in print_instr_name()
Dir3.h200 IR3_INSTR_P = 0x080, enumerator
Dir3.c463 cat5->is_p = !!(instr->flags & IR3_INSTR_P); in emit_cat5()
Dir3_compiler_nir.c2379 flags |= IR3_INSTR_P; in emit_tex()