Home
last modified time | relevance | path

Searched defs:TestInfo (Results 1 – 25 of 107) sorted by relevance

12345

/external/OpenCL-CTS/test_conformance/basic/
Dtest_vector_swizzle.cpp27 template <int N> struct TestInfo struct
31 template <> struct TestInfo<2> struct
33 static const size_t vector_size = 2;
35 static constexpr const char* kernel_source_xyzw = R"CLC(
53 static constexpr const char* kernel_source_rgba = R"CLC(
90 template <> struct TestInfo<3> argument
92 static const size_t vector_size = 4; // sizeof(vec3) is four elements
94 static constexpr const char* kernel_source_xyzw = R"CLC(
120 static constexpr const char* kernel_source_rgba = R"CLC(
146 static constexpr const char* kernel_source_sN = R"CLC(
[all …]
/external/OpenCL-CTS/test_conformance/math_brute_force/
Dunary_double.cpp52 struct TestInfo struct
54 size_t subBufferSize; // Size of the sub-buffer in elements
55 const Func *f; // A pointer to the function info
58 Programs programs;
62 KernelMatrix k;
65 std::vector<ThreadInfo> tinfo;
67 cl_uint threadCount; // Number of worker threads
68 cl_uint jobCount; // Number of jobs
69 cl_uint step; // step between each chunk and the next.
70 cl_uint scale; // stride between individual test values
[all …]
Dunary_float.cpp51 struct TestInfo struct
53 size_t subBufferSize; // Size of the sub-buffer in elements
54 const Func *f; // A pointer to the function info
57 Programs programs;
61 KernelMatrix k;
64 std::vector<ThreadInfo> tinfo;
66 cl_uint threadCount; // Number of worker threads
67 cl_uint jobCount; // Number of jobs
68 cl_uint step; // step between each chunk and the next.
69 cl_uint scale; // stride between individual test values
[all …]
Dmacro_unary_double.cpp49 struct TestInfo struct
51 size_t subBufferSize; // Size of the sub-buffer in elements
52 const Func *f; // A pointer to the function info
55 Programs programs;
59 KernelMatrix k;
62 std::vector<ThreadInfo> tinfo;
64 cl_uint threadCount; // Number of worker threads
65 cl_uint jobCount; // Number of jobs
66 cl_uint step; // step between each chunk and the next.
67 cl_uint scale; // stride between individual test values
[all …]
Dbinary_double.cpp59 struct TestInfo struct
61 size_t subBufferSize; // Size of the sub-buffer in elements
62 const Func *f; // A pointer to the function info
65 Programs programs;
69 KernelMatrix k;
72 std::vector<ThreadInfo> tinfo;
74 cl_uint threadCount; // Number of worker threads
75 cl_uint jobCount; // Number of jobs
76 cl_uint step; // step between each chunk and the next.
77 cl_uint scale; // stride between individual test values
[all …]
Dmacro_unary_float.cpp48 struct TestInfo struct
50 size_t subBufferSize; // Size of the sub-buffer in elements
51 const Func *f; // A pointer to the function info
54 Programs programs;
58 KernelMatrix k;
61 std::vector<ThreadInfo> tinfo;
63 cl_uint threadCount; // Number of worker threads
64 cl_uint jobCount; // Number of jobs
65 cl_uint step; // step between each chunk and the next.
66 cl_uint scale; // stride between individual test values
[all …]
Dbinary_float.cpp59 struct TestInfo struct
61 size_t subBufferSize; // Size of the sub-buffer in elements
62 const Func *f; // A pointer to the function info
65 Programs programs;
69 KernelMatrix k;
72 std::vector<ThreadInfo> tinfo;
74 cl_uint threadCount; // Number of worker threads
75 cl_uint jobCount; // Number of jobs
76 cl_uint step; // step between each chunk and the next.
77 cl_uint scale; // stride between individual test values
[all …]
Dbinary_i_double.cpp58 struct TestInfo struct
60 size_t subBufferSize; // Size of the sub-buffer in elements
61 const Func *f; // A pointer to the function info
64 Programs programs;
68 KernelMatrix k;
71 std::vector<ThreadInfo> tinfo;
73 cl_uint threadCount; // Number of worker threads
74 cl_uint jobCount; // Number of jobs
75 cl_uint step; // step between each chunk and the next.
76 cl_uint scale; // stride between individual test values
[all …]
Dbinary_i_float.cpp58 struct TestInfo struct
60 size_t subBufferSize; // Size of the sub-buffer in elements
61 const Func *f; // A pointer to the function info
64 Programs programs;
68 KernelMatrix k;
71 std::vector<ThreadInfo> tinfo;
73 cl_uint threadCount; // Number of worker threads
74 cl_uint jobCount; // Number of jobs
75 cl_uint step; // step between each chunk and the next.
76 cl_uint scale; // stride between individual test values
[all …]
Dmacro_binary_double.cpp53 struct TestInfo struct
55 size_t subBufferSize; // Size of the sub-buffer in elements
56 const Func *f; // A pointer to the function info
59 Programs programs;
63 KernelMatrix k;
66 std::vector<ThreadInfo> tinfo;
68 cl_uint threadCount; // Number of worker threads
69 cl_uint jobCount; // Number of jobs
70 cl_uint step; // step between each chunk and the next.
71 cl_uint scale; // stride between individual test values
[all …]
Dmacro_binary_float.cpp52 struct TestInfo struct
54 size_t subBufferSize; // Size of the sub-buffer in elements
55 const Func *f; // A pointer to the function info
58 Programs programs;
62 KernelMatrix k;
65 std::vector<ThreadInfo> tinfo;
67 cl_uint threadCount; // Number of worker threads
68 cl_uint jobCount; // Number of jobs
69 cl_uint step; // step between each chunk and the next.
70 cl_uint scale; // stride between individual test values
[all …]
Dbinary_operator_double.cpp57 struct TestInfo struct
59 size_t subBufferSize; // Size of the sub-buffer in elements
60 const Func *f; // A pointer to the function info
63 Programs programs;
67 KernelMatrix k;
70 std::vector<ThreadInfo> tinfo;
72 cl_uint threadCount; // Number of worker threads
73 cl_uint jobCount; // Number of jobs
74 cl_uint step; // step between each chunk and the next.
75 cl_uint scale; // stride between individual test values
[all …]
Dbinary_operator_float.cpp57 struct TestInfo struct
59 size_t subBufferSize; // Size of the sub-buffer in elements
60 const Func *f; // A pointer to the function info
63 Programs programs;
67 KernelMatrix k;
70 std::vector<ThreadInfo> tinfo;
72 cl_uint threadCount; // Number of worker threads
73 cl_uint jobCount; // Number of jobs
74 cl_uint step; // step between each chunk and the next.
75 cl_uint scale; // stride between individual test values
[all …]
/external/ComputeLibrary/tests/framework/
DFramework.h78 struct TestInfo struct
86 inline bool operator<(const TestInfo &lhs, const TestInfo &rhs) argument
/external/deqp/external/vulkancts/modules/vulkan/amber/
DvktAmberDepthTests.cpp116 struct TestInfo struct
118 std::string name;
119 std::vector<std::string> base_required_features;
120 bool unrestricted;
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-param-util.h525 struct TestInfo { struct
526 TestInfo(const char* a_test_case_base_name, in TestInfo() argument
537 typedef ::std::vector<linked_ptr<TestInfo> > TestInfoContainer; argument
/external/rust/android-crates-io/crates/libtest-mimic/src/
Dlib.rs236 struct TestInfo { struct
237 name: String,
238 kind: String,
239 is_ignored: bool,
240 is_bench: bool,
/external/cronet/stable/third_party/googletest/src/googletest/samples/
Dsample10_unittest.cc75 void OnTestStart(const TestInfo& /* test_info */) override { in OnTestStart()
80 void OnTestEnd(const TestInfo& /* test_info */) override { in OnTestEnd()
/external/cronet/tot/third_party/googletest/src/googletest/samples/
Dsample10_unittest.cc75 void OnTestStart(const TestInfo& /* test_info */) override { in OnTestStart()
80 void OnTestEnd(const TestInfo& /* test_info */) override { in OnTestEnd()
/external/cronet/stable/third_party/boringssl/src/third_party/googletest/googletest/samples/
Dsample10_unittest.cc75 void OnTestStart(const TestInfo& /* test_info */) override { in OnTestStart()
80 void OnTestEnd(const TestInfo& /* test_info */) override { in OnTestEnd()
/external/cronet/tot/third_party/boringssl/src/third_party/googletest/googletest/samples/
Dsample10_unittest.cc75 void OnTestStart(const TestInfo& /* test_info */) override { in OnTestStart()
80 void OnTestEnd(const TestInfo& /* test_info */) override { in OnTestEnd()
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/third_party/googletest/samples/
Dsample10_unittest.cc77 void OnTestStart(const TestInfo& /* test_info */) override { in OnTestStart()
82 void OnTestEnd(const TestInfo& /* test_info */) override { in OnTestEnd()
/external/googletest/googletest/samples/
Dsample10_unittest.cc75 void OnTestStart(const TestInfo& /* test_info */) override { in OnTestStart()
80 void OnTestEnd(const TestInfo& /* test_info */) override { in OnTestEnd()
/external/cronet/stable/third_party/boringssl/src/third_party/googletest/googletest/test/
Dgoogletest-listener-test.cc81 void OnTestStart(const TestInfo& /*test_info*/) override { in OnTestStart()
89 void OnTestEnd(const TestInfo& /*test_info*/) override { in OnTestEnd()
155 void OnTestStart(const TestInfo& /*test_info*/) override { in OnTestStart()
163 void OnTestEnd(const TestInfo& /*test_info*/) override { in OnTestEnd()
/external/cronet/tot/third_party/googletest/src/googletest/test/
Dgoogletest-listener-test.cc81 void OnTestStart(const TestInfo& /*test_info*/) override { in OnTestStart()
89 void OnTestEnd(const TestInfo& /*test_info*/) override { in OnTestEnd()
155 void OnTestStart(const TestInfo& /*test_info*/) override { in OnTestStart()
163 void OnTestEnd(const TestInfo& /*test_info*/) override { in OnTestEnd()

12345