Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
Dir3_print.c210 if (instr->flags & IR3_INSTR_P) in print_instr_name()
Dir3_legalize.c401 op_p->flags = IR3_INSTR_P; in apply_fine_deriv_macro()
Dir3_parser.y1061 | '.' 'p' { instr->flags |= IR3_INSTR_P; }
Dir3.h306 IR3_INSTR_P = 0x080, enumerator
Dir3_compiler_nir.c3092 flags |= IR3_INSTR_P; in emit_tex()