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

  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp 508 template <typename T> struct ElementOf { typedef typename T::Element Element; };
509 template <> struct ElementOf<float> { typedef void Element; };
510 template <> struct ElementOf<bool> { typedef void Element; };
511 template <> struct ElementOf<int> { typedef void Element; };
    [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 542 template <typename T> struct ElementOf { typedef typename T::Element Element; };
543 template <> struct ElementOf<float> { typedef void Element; };
544 template <> struct ElementOf<bool> { typedef void Element; };
545 template <> struct ElementOf<int> { typedef void Element; };
    [all...]

Completed in 51 milliseconds