Searched refs:IR3_INSTR_S2EN (Results 1 – 7 of 7) sorted by relevance
157 if (instr->flags & IR3_INSTR_S2EN) { in extract_cat5_SRC()178 assert(instr->flags & (IR3_INSTR_S2EN | IR3_INSTR_B)); in extract_cat5_DESC_MODE()179 if (instr->flags & IR3_INSTR_S2EN) { in extract_cat5_DESC_MODE()
179 if (instr->flags & IR3_INSTR_S2EN) in print_instr_name()342 if (is_tex(instr) && !(instr->flags & IR3_INSTR_S2EN)) { in print_instr()
611 if (is_tex(instr) && (instr->flags & IR3_INSTR_S2EN) && in instr_cp()625 instr->flags &= ~IR3_INSTR_S2EN; in instr_cp()
187 } else if ((instr->flags & IR3_INSTR_S2EN) && (n < 2)) { in validate_instr()
282 IR3_INSTR_S2EN = 0x200, enumerator2119 if (flags & IR3_INSTR_S2EN) { in INSTR2()2132 if (flags & IR3_INSTR_S2EN) { in INSTR2()
1162 info.flags |= IR3_INSTR_S2EN; in get_image_samp_tex_src()1173 info.flags |= IR3_INSTR_S2EN; in get_image_samp_tex_src()2318 info.flags |= IR3_INSTR_S2EN; in get_tex_samp_tex_src()2350 info.flags |= IR3_INSTR_S2EN; in get_tex_samp_tex_src()2643 info.flags = IR3_INSTR_S2EN; in emit_tex()
188 if (!(instr->flags & IR3_INSTR_S2EN)) in fixup_cat5_s2en()981 | '.' T_S2EN { instr->flags |= IR3_INSTR_S2EN; }