Searched refs:IR3_INSTR_S2EN (Results 1 – 7 of 7) sorted by relevance
136 if (instr->flags & IR3_INSTR_S2EN) in print_instr_name()249 if (is_tex(instr) && !(instr->flags & IR3_INSTR_S2EN)) { in print_instr()
99 if ((instr->flags & IR3_INSTR_S2EN) && (n < 2)) { in validate_instr()
577 if (is_tex(instr) && (instr->flags & IR3_INSTR_S2EN) && in instr_cp()594 instr->flags &= ~IR3_INSTR_S2EN; in instr_cp()
464 if (instr->flags & IR3_INSTR_S2EN) { in emit_cat5()489 if (instr->flags & IR3_INSTR_S2EN) { in emit_cat5()526 cat5->is_s2en_bindless = !!(instr->flags & (IR3_INSTR_S2EN | IR3_INSTR_B)); in emit_cat5()
221 IR3_INSTR_S2EN = 0x200, enumerator1669 if (flags & IR3_INSTR_S2EN) { in INSTR0()
1101 info.flags |= IR3_INSTR_S2EN; in get_image_samp_tex_src()1115 info.flags |= IR3_INSTR_S2EN; in get_image_samp_tex_src()2104 info.flags |= IR3_INSTR_S2EN; in get_tex_samp_tex_src()2138 info.flags |= IR3_INSTR_S2EN; in get_tex_samp_tex_src()2411 info.flags = IR3_INSTR_S2EN; in emit_tex()
746 | '.' T_S2EN { instr->flags |= IR3_INSTR_S2EN; }