OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ElementOf
(Results
1 - 2
of
2
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp
499
template <typename T> struct
ElementOf
{ typedef typename T::Element Element; };
500
template <> struct
ElementOf
<float> { typedef void Element; };
501
template <> struct
ElementOf
<bool> { typedef void Element; };
502
template <> struct
ElementOf
<int> { typedef void Element; };
[
all
...]
/external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp
520
template <typename T> struct
ElementOf
{ typedef typename T::Element Element; };
521
template <> struct
ElementOf
<float> { typedef void Element; };
522
template <> struct
ElementOf
<bool> { typedef void Element; };
523
template <> struct
ElementOf
<int> { typedef void Element; };
[
all
...]
Completed in 912 milliseconds