Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/workgroups/
Dtest_wg_scan_reduce.cpp43 template <typename T> struct TestTypeInfo struct
47 template <> struct TestTypeInfo<cl_int> struct
52 template <> struct TestTypeInfo<cl_uint> struct
57 template <> struct TestTypeInfo<cl_long> argument
62 template <> struct TestTypeInfo<cl_ulong> struct
64 static constexpr const char *deviceName = "ulong";
/external/deqp/modules/gles31/functional/
Des31fShaderStateQueryTests.cpp58 struct TestTypeInfo struct in deqp::gles31::Functional::__anon7f39a42b0111::BaseTypeCase
60 glw::GLenum glType;
61 const char* declarationStr;
62 const char* accessStr;
/external/google-fruit/tests/util/
Dtest_type_info.py26 class TestTypeInfo(parameterized.TestCase): class