Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/subgroups/
Dsubhelpers.h340 template <typename Ty> struct CommonTypeManager struct
369 template <> struct TypeManager<cl_int> : public CommonTypeManager<cl_int> argument
394 template <> struct TypeManager<cl_int2> : public CommonTypeManager<cl_int2>
403 : public CommonTypeManager<subgroups::cl_int3>
410 template <> struct TypeManager<cl_int4> : public CommonTypeManager<cl_int4>
417 template <> struct TypeManager<cl_int8> : public CommonTypeManager<cl_int8>
424 template <> struct TypeManager<cl_int16> : public CommonTypeManager<cl_int16>
432 template <> struct TypeManager<cl_uint> : public CommonTypeManager<cl_uint>
437 template <> struct TypeManager<cl_uint2> : public CommonTypeManager<cl_uint2>
446 : public CommonTypeManager<subgroups::cl_uint3>
[all …]