Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/ir3/
Dir3_print.c124 if (instr->flags & IR3_INSTR_P) in print_instr_name()
Dir3_legalize.c383 op_p->flags = IR3_INSTR_P; in apply_fine_deriv_macro()
Dir3_parser.y744 | '.' 'p' { instr->flags |= IR3_INSTR_P; }
Dir3.h219 IR3_INSTR_P = 0x080, enumerator
Dir3.c528 cat5->is_p = !!(instr->flags & IR3_INSTR_P); in emit_cat5()
Dir3_compiler_nir.c2335 flags |= IR3_INSTR_P; in emit_tex()