Searched refs:TexTypeCoordDims (Results 1 – 2 of 2) sorted by relevance
134 template <TextureType> struct TexTypeCoordDims;135 template <> struct TexTypeCoordDims<TEXTURETYPE_2D> { enum { V = 2 }; }; argument136 template <> struct TexTypeCoordDims<TEXTURETYPE_CUBE> { enum { V = 3 }; }; struct139 …eType TexType> struct TexTypeCoordVec { typedef tcu::Vector<float, TexTypeCoordDims<TexType>::V> …181 enum { TEX_COORD_DIMS = TexTypeCoordDims <TexType>::V };
166 template <TextureType> struct TexTypeCoordDims;167 template <> struct TexTypeCoordDims<TEXTURETYPE_2D> { enum { V = 2 }; }; struct168 template <> struct TexTypeCoordDims<TEXTURETYPE_CUBE> { enum { V = 3 }; }; argument169 template <> struct TexTypeCoordDims<TEXTURETYPE_2D_ARRAY> { enum { V = 3 }; }; argument170 template <> struct TexTypeCoordDims<TEXTURETYPE_3D> { enum { V = 3 }; }; argument173 …eType TexType> struct TexTypeCoordVec { typedef tcu::Vector<float, TexTypeCoordDims<TexType>::V> …231 enum { TEX_COORD_DIMS = TexTypeCoordDims <TexType>::V };