Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/isa/
Dencode.c181 if (instr->flags & IR3_INSTR_A1EN) { in extract_cat5_DESC_MODE()
202 if (instr->flags & IR3_INSTR_A1EN) { in extract_cat5_DESC_MODE()
/third_party/mesa3d/src/freedreno/ir3/
Dir3_print.c170 if (instr->flags & IR3_INSTR_A1EN) in print_instr_name()
344 if (!!(instr->flags & IR3_INSTR_A1EN)) { in print_instr()
Dir3_compiler_nir.c1158 info.flags |= IR3_INSTR_A1EN; in get_image_samp_tex_src()
1193 if (info.flags & IR3_INSTR_A1EN) { in emit_sam()
1198 if (info.flags & IR3_INSTR_A1EN) { in emit_sam()
2314 info.flags |= IR3_INSTR_A1EN; in get_tex_samp_tex_src()
2328 info.flags |= IR3_INSTR_A1EN; in get_tex_samp_tex_src()
Dir3_parser.y990 cat5_a1: src_reg { instr->flags |= IR3_INSTR_A1EN; }
Dir3.h290 IR3_INSTR_A1EN = 0x04000, enumerator