Searched refs:TexTypeCoordDims (Results 1 – 2 of 2) sorted by relevance
137 template <TextureType> struct TexTypeCoordDims;138 template <> struct TexTypeCoordDims<TEXTURETYPE_2D> { enum { V = 2 }; }; struct139 template <> struct TexTypeCoordDims<TEXTURETYPE_CUBE> { enum { V = 3 }; }; argument142 …eType TexType> struct TexTypeCoordVec { typedef tcu::Vector<float, TexTypeCoordDims<TexType>::V> …184 enum { TEX_COORD_DIMS = TexTypeCoordDims <TexType>::V };
168 template <TextureType> struct TexTypeCoordDims;169 template <> struct TexTypeCoordDims<TEXTURETYPE_2D> { enum { V = 2 }; }; struct170 template <> struct TexTypeCoordDims<TEXTURETYPE_CUBE> { enum { V = 3 }; }; argument171 template <> struct TexTypeCoordDims<TEXTURETYPE_2D_ARRAY> { enum { V = 3 }; }; argument172 template <> struct TexTypeCoordDims<TEXTURETYPE_3D> { enum { V = 3 }; }; struct175 …eType TexType> struct TexTypeCoordVec { typedef tcu::Vector<float, TexTypeCoordDims<TexType>::V> …233 enum { TEX_COORD_DIMS = TexTypeCoordDims <TexType>::V };