Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles2/functional/
H A 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 }; }; struct
142 template <TextureType TexType> struct TexTypeCoordVec { typedef tcu::Vector<float, TexTypeCoordDims<TexType>::V> t; };
184 enum { TEX_COORD_DIMS = TexTypeCoordDims <TexType>::V };
/third_party/vk-gl-cts/modules/gles3/functional/
H A 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 }; }; struct
171 template <> struct TexTypeCoordDims<TEXTURETYPE_2D_ARRAY> { enum { V = 3 }; }; struct
172 template <> struct TexTypeCoordDims<TEXTURETYPE_3D> { enum { V = 3 }; }; struct
175 template <TextureType TexType> struct TexTypeCoordVec { typedef tcu::Vector<float, TexTypeCoordDims<TexType>::V> t; };
233 enum { TEX_COORD_DIMS = TexTypeCoordDims <TexType>::V };

Completed in 6 milliseconds