Home
last modified time | relevance | path

Searched refs:dest_swizzle (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_fetch.cpp99 const std::array<int, 4>& dest_swizzle): in FetchInstruction() argument
120 m_dest_swizzle(dest_swizzle) in FetchInstruction()
Dsfn_instruction_tex.h105 int dest_swizzle(int i) const { in dest_swizzle() function
Dsfn_instruction_gds.h69 int dest_swizzle(int i) const { in dest_swizzle() function
Dsfn_instruction_fetch.h57 const std::array<int, 4>& dest_swizzle);
Dsfn_ir_to_assembly.cpp688 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()