Home
last modified time | relevance | path

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

/external/swiftshader/src/Reactor/
DTraits.hpp151 struct CToReactorPtr struct
153 using type = Pointer<Byte>;
160 struct CToReactorPtr<T, std::enable_if_t<HasReactorType<T>::value>> struct
162 using type = Pointer<CToReactorT<T>>;
169 struct CToReactorPtr<void, void> struct
171 using type = Pointer<Byte>;
180 struct CToReactorPtr<T, std::enable_if_t<std::is_function<T>::value>> struct
182 using type = Pointer<Byte>;