Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/functional/
Des2fVertexTextureTests.cpp134 template <TextureType> struct TexTypeCoordDims;
135 template <> struct TexTypeCoordDims<TEXTURETYPE_2D> { enum { V = 2 }; }; argument
136 template <> struct TexTypeCoordDims<TEXTURETYPE_CUBE> { enum { V = 3 }; }; struct
139 …eType TexType> struct TexTypeCoordVec { typedef tcu::Vector<float, TexTypeCoordDims<TexType>::V> …
181 enum { TEX_COORD_DIMS = TexTypeCoordDims <TexType>::V };
/external/deqp/modules/gles3/functional/
Des3fVertexTextureTests.cpp166 template <TextureType> struct TexTypeCoordDims;
167 template <> struct TexTypeCoordDims<TEXTURETYPE_2D> { enum { V = 2 }; }; struct
168 template <> struct TexTypeCoordDims<TEXTURETYPE_CUBE> { enum { V = 3 }; }; argument
169 template <> struct TexTypeCoordDims<TEXTURETYPE_2D_ARRAY> { enum { V = 3 }; }; argument
170 template <> struct TexTypeCoordDims<TEXTURETYPE_3D> { enum { V = 3 }; }; argument
173 …eType TexType> struct TexTypeCoordVec { typedef tcu::Vector<float, TexTypeCoordDims<TexType>::V> …
231 enum { TEX_COORD_DIMS = TexTypeCoordDims <TexType>::V };