Home
last modified time | relevance | path

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

/external/swiftshader/src/Reactor/
DTraits.hpp306 struct CanBeUsedAsParameter struct
308 static constexpr bool value = false;
311 struct CanBeUsedAsParameter<Int> struct
313 static constexpr bool value = true;
316 struct CanBeUsedAsParameter<UInt> struct
318 static constexpr bool value = true;
321 struct CanBeUsedAsParameter<Float> struct
323 static constexpr bool value = true;
326 struct CanBeUsedAsParameter<Pointer<T>> struct
328 static constexpr bool value = true;