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.c166 if (instr->flags & IR3_INSTR_P) in print_instr_name()
Dir3_legalize.c405 op_p->flags = IR3_INSTR_P; in apply_fine_deriv_macro()
Dir3_parser.y979 | '.' 'p' { instr->flags |= IR3_INSTR_P; }
Dir3.h280 IR3_INSTR_P = 0x080, enumerator
Dir3_compiler_nir.c2569 flags |= IR3_INSTR_P; in emit_tex()