Home
last modified time | relevance | path

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

/aosp_15_r20/external/OpenCL-CTS/test_conformance/workgroups/
H A 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";
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fShaderStateQueryTests.cpp58 struct TestTypeInfo struct in deqp::gles31::Functional::__anon5612359c0111::BaseTypeCase
60 glw::GLenum glType;
61 const char *declarationStr;
62 const char *accessStr;
/aosp_15_r20/external/google-fruit/tests/util/
H A Dtest_type_info.py26 class TestTypeInfo(parameterized.TestCase): class