Home
last modified time | relevance | path

Searched refs:IR3_INSTR_S2EN (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/freedreno/isa/
Dencode.c171 if (instr->flags & IR3_INSTR_S2EN) { in extract_cat5_SRC()
192 assert(instr->flags & (IR3_INSTR_S2EN | IR3_INSTR_B)); in extract_cat5_DESC_MODE()
193 if (instr->flags & IR3_INSTR_S2EN) { in extract_cat5_DESC_MODE()
/third_party/mesa3d/src/freedreno/ir3/
Dir3_print.c225 if (instr->flags & IR3_INSTR_S2EN) in print_instr_name()
393 if (is_tex(instr) && !(instr->flags & IR3_INSTR_S2EN)) { in print_instr()
Dir3_cp.c643 if (is_tex(instr) && (instr->flags & IR3_INSTR_S2EN) && in instr_cp()
658 instr->flags &= ~IR3_INSTR_S2EN; in instr_cp()
Dir3_validate.c187 } else if ((instr->flags & IR3_INSTR_S2EN) && (n < 2)) { in validate_instr()
Dir3.h308 IR3_INSTR_S2EN = 0x200, enumerator
2338 if (flags & IR3_INSTR_S2EN) { in INSTR2()
2351 if (flags & IR3_INSTR_S2EN) { in INSTR2()
Dir3_parser.y188 if (!(instr->flags & IR3_INSTR_S2EN)) in fixup_cat5_s2en()
1063 | '.' T_S2EN { instr->flags |= IR3_INSTR_S2EN; }
Dir3_compiler_nir.c1382 info.flags |= IR3_INSTR_S2EN; in get_image_ssbo_samp_tex_src()
1393 info.flags |= IR3_INSTR_S2EN; in get_image_ssbo_samp_tex_src()
2849 info.flags |= IR3_INSTR_S2EN; in get_tex_samp_tex_src()
2881 info.flags |= IR3_INSTR_S2EN; in get_tex_samp_tex_src()
3166 info.flags = IR3_INSTR_S2EN; in emit_tex()