HomeSort by relevance Sort by last modified time
    Searched refs:ContainerOf (Results 1 - 2 of 2) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp 493 template <typename T, int Size> struct ContainerOf { typedef Vector<T, Size> Container; };
495 template <typename T> struct ContainerOf<T, 1> { typedef T Container; };
496 template <int Size> struct ContainerOf<Void, Size> { typedef Void Container; };
    [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 514 template <typename T, int Size> struct ContainerOf { typedef Vector<T, Size> Container; };
516 template <typename T> struct ContainerOf<T, 1> { typedef T Container; };
517 template <int Size> struct ContainerOf<Void, Size> { typedef Void Container; };
    [all...]

Completed in 1213 milliseconds