Home
last modified time | relevance | path

Searched refs:ReactorType (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/Reactor/
DTraits.hpp244 struct ReactorType;
246 using ReactorTypeT = typename ReactorType<T>::type;
248 struct ReactorType<T, std::enable_if_t<IsDefined<CToReactorT<T>>::value>> struct
254 struct ReactorType<T, std::enable_if_t<IsRValue<T>::value>> struct
260 struct ReactorType<T, std::enable_if_t<IsLValue<T>::value>> struct
266 struct ReactorType<T, std::enable_if_t<IsReference<T>::value>> struct
DReactor.hpp2591 return ReactorType<T>::cast(v).loadValue(); in ValueOf()
3333 return ReactorType<T>::cast(v); in CastToReactor()
/external/swiftshader/tests/ReactorUnitTests/
DReactorUnitTests.cpp2249 using ReactorType = typename std::tuple_element<1, T>::type; typedef in CToReactorTCastTest
2267 using ReactorType = typename TestFixture::ReactorType; in TYPED_TEST() typedef
2272 Function<Int(ReactorType)> function; in TYPED_TEST()
2274 ReactorType a = function.template Arg<0>(); in TYPED_TEST()
2275 ReactorType b = CType{}; in TYPED_TEST()
2276 RValue<ReactorType> c = RValue<ReactorType>(CType{}); in TYPED_TEST()
2294 using ReactorType = typename std::tuple_element<1, T>::type; typedef in GEPTest
2332 using ReactorType = typename TestFixture::ReactorType; in TYPED_TEST() typedef
2337 Function<Pointer<ReactorType>(Pointer<ReactorType>, Int)> function; in TYPED_TEST()
2339 Pointer<ReactorType> pointer = function.template Arg<0>(); in TYPED_TEST()