Home
last modified time | relevance | path

Searched defs:ContainerOf (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp537 template <typename T, int Size> struct ContainerOf { typedef Vector<T, Size> Container; }; struct
539 template <typename T> struct ContainerOf<T, 1> { typedef T Container; }; argument
540 template <int Size> struct ContainerOf<Void, Size> { typedef Void Container; }; argument
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp984 template <typename T, int Size> struct ContainerOf { typedef Vector<T, Size> Container; }; struct
986 template <typename T> struct ContainerOf<T, 1> { typedef T Container; }; struct
987 template <int Size> struct ContainerOf<Void, Size> { typedef Void Container; }; struct