Searched refs:dest_swizzle (Results 1 – 5 of 5) sorted by relevance
99 const std::array<int, 4>& dest_swizzle): in FetchInstruction() argument120 m_dest_swizzle(dest_swizzle) in FetchInstruction()
105 int dest_swizzle(int i) const { in dest_swizzle() function
69 int dest_swizzle(int i) const { in dest_swizzle() function
57 const std::array<int, 4>& dest_swizzle);
688 tex.dst_sel_x = tex_instr.dest_swizzle(0); in emit_tex()689 tex.dst_sel_y = tex_instr.dest_swizzle(1); in emit_tex()690 tex.dst_sel_z = tex_instr.dest_swizzle(2); in emit_tex()691 tex.dst_sel_w = tex_instr.dest_swizzle(3); in emit_tex()878 gds.dst_sel_x = instr.dest_swizzle(0); in emit_gds()