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.c195 if (instr->flags & IR3_INSTR_A1EN) { in extract_cat5_DESC_MODE()
214 if (instr->flags & IR3_INSTR_A1EN) { in extract_cat5_DESC_MODE()
319 return (instr->flags & IR3_INSTR_A1EN) ? STC_DST_A1 : STC_DST_IMM; in __stc_dst_case()
/third_party/mesa3d/src/freedreno/ir3/
Dir3_print.c214 if (instr->flags & IR3_INSTR_A1EN) in print_instr_name()
394 if (!!(instr->flags & IR3_INSTR_B) && !!(instr->flags & IR3_INSTR_A1EN)) { in print_instr()
Dir3_parser.y1074 cat5_a1: src_reg { instr->flags |= IR3_INSTR_A1EN; }
1248 | T_A1 { new_src(0, IR3_REG_IMMED)->iim_val = 0; instr->flags |= IR3_INSTR_A1EN; }
1249 … T_A1 '+' integer { new_src(0, IR3_REG_IMMED)->iim_val = $3; instr->flags |= IR3_INSTR_A1EN; }
Dir3_compiler_nir.c1378 info.flags |= IR3_INSTR_A1EN; in get_image_ssbo_samp_tex_src()
1413 if (info.flags & IR3_INSTR_A1EN) { in emit_sam()
1418 if (info.flags & IR3_INSTR_A1EN) { in emit_sam()
2675 stc->flags |= IR3_INSTR_A1EN; in emit_intrinsic()
2845 info.flags |= IR3_INSTR_A1EN; in get_tex_samp_tex_src()
2859 info.flags |= IR3_INSTR_A1EN; in get_tex_samp_tex_src()
Dir3.h315 IR3_INSTR_A1EN = 0x02000, enumerator