Searched refs:m_dest_swizzle (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_tex.h107 return m_dest_swizzle[i];
111 m_dest_swizzle = swz;
133 std::array<int,4> m_dest_swizzle; member in class:r600::TexInstruction
H A Dsfn_instruction_gds.cpp39 m_dest_swizzle({PIPE_SWIZZLE_X,7,7,7}),
50 m_dest_swizzle[0] = m_dest.chan_i(0);
79 os << swz[m_dest_swizzle[i]];
H A Dsfn_instruction_gds.h71 return m_dest_swizzle[i];
76 m_dest_swizzle = swz;
95 std::array <int, 4> m_dest_swizzle; member in class:r600::GDSInstr
H A Dsfn_instruction_fetch.cpp60 m_dest_swizzle({0,1,2,3})
120 m_dest_swizzle(dest_swizzle)
153 m_dest_swizzle({0,1,2,3})
188 m_dest_swizzle({0,1,2,3})
215 m_dest_swizzle({0,1,2,3})
285 m_dest_swizzle = swz;
H A Dsfn_instruction_fetch.h122 int swz(int idx) const { return m_dest_swizzle[idx];}
166 std::array<int, 4> m_dest_swizzle; member in class:r600::FetchInstruction
H A Dsfn_instruction_tex.cpp43 m_dest_swizzle{0,1,2,3},
98 os << map_swz[m_dest_swizzle[i]];

Completed in 5 milliseconds