Home
last modified time | relevance | path

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

/external/swiftshader/src/Reactor/
DTraits.hpp155 struct CToReactorPtr struct
157 using type = Pointer<Byte>;
164 struct CToReactorPtr<T, std::enable_if_t<HasReactorType<T>::value>> struct
166 using type = Pointer<CToReactorT<T>>;
173 struct CToReactorPtr<void, void> struct
175 using type = Pointer<Byte>;
184 struct CToReactorPtr<T, std::enable_if_t<std::is_function<T>::value>> struct
186 using type = Pointer<Byte>;