Home
last modified time | relevance | path

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

/aosp_15_r20/external/OpenCL-CTS/test_conformance/subgroups/
H A Dsubhelpers.h469 template <typename Ty> struct CommonTypeManager struct
472 static const char *name() { return ""; } in name()
473 static const char *add_typedef() { return "\n"; } in add_typedef()
474 typedef std::false_type is_vector_type;
498 template <> struct TypeManager<cl_int> : public CommonTypeManager<cl_int> argument