Home
last modified time | relevance | path

Searched refs:TexTypeCoordDims (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fVertexTextureTests.cpp137 template <TextureType> struct TexTypeCoordDims;
138 template <> struct TexTypeCoordDims<TEXTURETYPE_2D> { enum { V = 2 }; }; struct
139 template <> struct TexTypeCoordDims<TEXTURETYPE_CUBE> { enum { V = 3 }; }; argument
142 …eType TexType> struct TexTypeCoordVec { typedef tcu::Vector<float, TexTypeCoordDims<TexType>::V> …
184 enum { TEX_COORD_DIMS = TexTypeCoordDims <TexType>::V };
/external/deqp/modules/gles3/functional/
Des3fVertexTextureTests.cpp168 template <TextureType> struct TexTypeCoordDims;
169 template <> struct TexTypeCoordDims<TEXTURETYPE_2D> { enum { V = 2 }; }; struct
170 template <> struct TexTypeCoordDims<TEXTURETYPE_CUBE> { enum { V = 3 }; }; argument
171 template <> struct TexTypeCoordDims<TEXTURETYPE_2D_ARRAY> { enum { V = 3 }; }; argument
172 template <> struct TexTypeCoordDims<TEXTURETYPE_3D> { enum { V = 3 }; }; struct
175 …eType TexType> struct TexTypeCoordVec { typedef tcu::Vector<float, TexTypeCoordDims<TexType>::V> …
233 enum { TEX_COORD_DIMS = TexTypeCoordDims <TexType>::V };