Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/src/Reactor/
H A DTraits.hpp74 struct CToReactor<void> struct
76 using type = Void;
79 struct CToReactor<bool> struct
81 using type = Bool;
85 struct CToReactor<uint8_t> struct
87 using type = Byte;
91 struct CToReactor<int8_t> struct
93 using type = SByte;
97 struct CToReactor<int16_t> struct
99 using type = Short;
[all …]
/aosp_15_r20/external/swiftshader/tests/ReactorUnitTests/
H A DReactorUnitTests.cpp3027 struct rr::CToReactor<int[4]> struct in rr
3029 using type = Int4;