Searched refs:IR3_INSTR_B (Results 1 – 7 of 7) sorted by relevance
178 assert(instr->flags & (IR3_INSTR_S2EN | IR3_INSTR_B)); in extract_cat5_DESC_MODE()180 if (instr->flags & IR3_INSTR_B) { in extract_cat5_DESC_MODE()201 } else if (instr->flags & IR3_INSTR_B) { in extract_cat5_DESC_MODE()
189 if (instr->flags & IR3_INSTR_B) in validate_instr()322 if (instr->flags & IR3_INSTR_B) { in validate_instr()
174 if (instr->flags & IR3_INSTR_B) { in print_instr_name()343 if (!!(instr->flags & IR3_INSTR_B)) { in print_instr()
198 if (instr->flags & IR3_INSTR_B) in fixup_cat5_s2en()983 | '.' T_BASE { instr->flags |= IR3_INSTR_B; instr->cat5.tex_base = $2; }988 cat5_tex: T_TEX { if (instr->flags & IR3_INSTR_B) instr->cat5.samp |= ($1 << 4); …1094 | '.' T_BASE { instr->flags |= IR3_INSTR_B; instr->cat6.base = $2; }
59 instr->flags |= IR3_INSTR_B; in ir3_handle_bindless_cat6()767 if (ldc->flags & IR3_INSTR_B) in emit_intrinsic_load_ubo_ldc()1137 info.flags |= IR3_INSTR_B; in get_image_samp_tex_src()1201 if (info.flags & IR3_INSTR_B) { in emit_sam()2261 info.flags |= IR3_INSTR_B; in get_tex_samp_tex_src()2662 sam->flags = flags | (info.flags & IR3_INSTR_B); in emit_tex()3933 if (instr->flags & IR3_INSTR_B) { in collect_tex_prefetches()
612 !(instr->flags & IR3_INSTR_B) && in instr_cp()
286 IR3_INSTR_B = 0x1000, enumerator2133 __ssa_src(sam, samp_tex, (flags & IR3_INSTR_B) ? 0 : IR3_REG_HALF); in INSTR2()