Searched refs:IR3_INSTR_B (Results 1 – 7 of 7) sorted by relevance
132 if (instr->flags & IR3_INSTR_B) { in print_instr_name()250 if (!!(instr->flags & IR3_INSTR_B)) { in print_instr()
101 if (instr->flags & IR3_INSTR_B) in validate_instr()
484 if (instr->flags & IR3_INSTR_B) { in emit_cat5()492 (instr->flags & IR3_INSTR_B) ? 0 : IR3_REG_HALF); in emit_cat5()493 if (instr->flags & IR3_INSTR_B) { in emit_cat5()508 } else if (instr->flags & IR3_INSTR_B) { in emit_cat5()526 cat5->is_s2en_bindless = !!(instr->flags & (IR3_INSTR_S2EN | IR3_INSTR_B)); in emit_cat5()575 if (instr->flags & IR3_INSTR_B) { in emit_cat6_a6xx()
49 instr->flags |= IR3_INSTR_B; in ir3_handle_bindless_cat6()742 if (ldc->flags & IR3_INSTR_B) in emit_intrinsic_load_ubo_ldc()1076 info.flags |= IR3_INSTR_B; in get_image_samp_tex_src()1146 if (info.flags & IR3_INSTR_B) { in emit_sam()2052 info.flags |= IR3_INSTR_B; in get_tex_samp_tex_src()2432 sam->flags = flags | (info.flags & IR3_INSTR_B); in emit_tex()3458 if (instr->flags & IR3_INSTR_B) { in collect_tex_prefetches()
578 !(instr->flags & IR3_INSTR_B) && in instr_cp()
747 | '.' T_BASE { instr->flags |= IR3_INSTR_B; instr->cat5.tex_base = $2; }752 cat5_tex: T_TEX { if (instr->flags & IR3_INSTR_B) instr->cat5.samp |= ($1 << 4); …
225 IR3_INSTR_B = 0x1000, enumerator1670 __ssa_src(sam, samp_tex, (flags & IR3_INSTR_B) ? 0 : IR3_REG_HALF); in INSTR0()