Searched refs:m_dest_swizzle (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_instruction_fetch.cpp | 60 m_dest_swizzle({0,1,2,3}) in FetchInstruction() 120 m_dest_swizzle(dest_swizzle) in FetchInstruction() 153 m_dest_swizzle({0,1,2,3}) in FetchInstruction() 188 m_dest_swizzle({0,1,2,3}) in FetchInstruction() 215 m_dest_swizzle({0,1,2,3}) in FetchInstruction() 285 m_dest_swizzle = swz; in set_dest_swizzle()
|
D | sfn_instruction_tex.h | 107 return m_dest_swizzle[i]; in dest_swizzle() 111 m_dest_swizzle = swz; in set_dest_swizzle() 130 std::array<int,4> m_dest_swizzle; variable
|
D | sfn_instruction_gds.cpp | 39 m_dest_swizzle({PIPE_SWIZZLE_X,7,7,7}), in GDSInstr() 50 m_dest_swizzle[0] = m_dest.chan_i(0); 79 os << swz[m_dest_swizzle[i]]; in do_print()
|
D | sfn_instruction_gds.h | 71 return m_dest_swizzle[i]; in dest_swizzle() 76 m_dest_swizzle = swz; in set_dest_swizzle() 92 std::array <int, 4> m_dest_swizzle; variable
|
D | sfn_instruction_fetch.h | 122 int swz(int idx) const { return m_dest_swizzle[idx];} in swz() 163 std::array<int, 4> m_dest_swizzle; variable
|
D | sfn_instruction_tex.cpp | 43 m_dest_swizzle{0,1,2,3}, in TexInstruction() 98 os << map_swz[m_dest_swizzle[i]]; in do_print()
|