Home
last modified time | relevance | path

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

123

/external/OpenCL-CTS/test_conformance/basic/
Dtest_vector_swizzle.cpp25 template <int N> struct TestInfo struct
29 template <> struct TestInfo<2> struct
31 static const size_t vector_size = 2;
33 static constexpr const char* kernel_source_xyzw = R"CLC(
51 static constexpr const char* kernel_source_rgba = R"CLC(
88 template <> struct TestInfo<3> struct
90 static const size_t vector_size = 4; // sizeof(vec3) is four elements
92 static constexpr const char* kernel_source_xyzw = R"CLC(
118 static constexpr const char* kernel_source_rgba = R"CLC(
144 static constexpr const char* kernel_source_sN = R"CLC(
[all …]
/external/OpenCL-CTS/test_conformance/math_brute_force/
Dunary_double.cpp131 struct TestInfo struct
133 size_t subBufferSize; // Size of the sub-buffer in elements
134 const Func *f; // A pointer to the function info
137 Programs programs;
141 KernelMatrix k;
144 std::vector<ThreadInfo> tinfo;
146 cl_uint threadCount; // Number of worker threads
147 cl_uint jobCount; // Number of jobs
148 cl_uint step; // step between each chunk and the next.
149 cl_uint scale; // stride between individual test values
[all …]
Dunary_float.cpp128 struct TestInfo struct
130 size_t subBufferSize; // Size of the sub-buffer in elements
131 const Func *f; // A pointer to the function info
134 Programs programs;
138 KernelMatrix k;
141 std::vector<ThreadInfo> tinfo;
143 cl_uint threadCount; // Number of worker threads
144 cl_uint jobCount; // Number of jobs
145 cl_uint step; // step between each chunk and the next.
146 cl_uint scale; // stride between individual test values
[all …]
Dmacro_unary_double.cpp128 struct TestInfo struct
130 size_t subBufferSize; // Size of the sub-buffer in elements
131 const Func *f; // A pointer to the function info
134 Programs programs;
138 KernelMatrix k;
141 std::vector<ThreadInfo> tinfo;
143 cl_uint threadCount; // Number of worker threads
144 cl_uint jobCount; // Number of jobs
145 cl_uint step; // step between each chunk and the next.
146 cl_uint scale; // stride between individual test values
[all …]
Dbinary_double.cpp143 struct TestInfo struct
145 size_t subBufferSize; // Size of the sub-buffer in elements
146 const Func *f; // A pointer to the function info
149 Programs programs;
153 KernelMatrix k;
156 std::vector<ThreadInfo> tinfo;
158 cl_uint threadCount; // Number of worker threads
159 cl_uint jobCount; // Number of jobs
160 cl_uint step; // step between each chunk and the next.
161 cl_uint scale; // stride between individual test values
[all …]
Dmacro_unary_float.cpp126 struct TestInfo struct
128 size_t subBufferSize; // Size of the sub-buffer in elements
129 const Func *f; // A pointer to the function info
132 Programs programs;
136 KernelMatrix k;
139 std::vector<ThreadInfo> tinfo;
141 cl_uint threadCount; // Number of worker threads
142 cl_uint jobCount; // Number of jobs
143 cl_uint step; // step between each chunk and the next.
144 cl_uint scale; // stride between individual test values
[all …]
Dbinary_float.cpp141 struct TestInfo struct
143 size_t subBufferSize; // Size of the sub-buffer in elements
144 const Func *f; // A pointer to the function info
147 Programs programs;
151 KernelMatrix k;
154 std::vector<ThreadInfo> tinfo;
156 cl_uint threadCount; // Number of worker threads
157 cl_uint jobCount; // Number of jobs
158 cl_uint step; // step between each chunk and the next.
159 cl_uint scale; // stride between individual test values
[all …]
Dbinary_i_double.cpp142 struct TestInfo struct
144 size_t subBufferSize; // Size of the sub-buffer in elements
145 const Func *f; // A pointer to the function info
148 Programs programs;
152 KernelMatrix k;
155 std::vector<ThreadInfo> tinfo;
157 cl_uint threadCount; // Number of worker threads
158 cl_uint jobCount; // Number of jobs
159 cl_uint step; // step between each chunk and the next.
160 cl_uint scale; // stride between individual test values
[all …]
Dbinary_i_float.cpp140 struct TestInfo struct
142 size_t subBufferSize; // Size of the sub-buffer in elements
143 const Func *f; // A pointer to the function info
146 Programs programs;
150 KernelMatrix k;
153 std::vector<ThreadInfo> tinfo;
155 cl_uint threadCount; // Number of worker threads
156 cl_uint jobCount; // Number of jobs
157 cl_uint step; // step between each chunk and the next.
158 cl_uint scale; // stride between individual test values
[all …]
Dmacro_binary_double.cpp137 struct TestInfo struct
139 size_t subBufferSize; // Size of the sub-buffer in elements
140 const Func *f; // A pointer to the function info
143 Programs programs;
147 KernelMatrix k;
150 std::vector<ThreadInfo> tinfo;
152 cl_uint threadCount; // Number of worker threads
153 cl_uint jobCount; // Number of jobs
154 cl_uint step; // step between each chunk and the next.
155 cl_uint scale; // stride between individual test values
[all …]
Dbinary_operator_double.cpp142 struct TestInfo struct
144 size_t subBufferSize; // Size of the sub-buffer in elements
145 const Func *f; // A pointer to the function info
148 Programs programs;
152 KernelMatrix k;
155 std::vector<ThreadInfo> tinfo;
157 cl_uint threadCount; // Number of worker threads
158 cl_uint jobCount; // Number of jobs
159 cl_uint step; // step between each chunk and the next.
160 cl_uint scale; // stride between individual test values
[all …]
Dmacro_binary_float.cpp134 struct TestInfo struct
136 size_t subBufferSize; // Size of the sub-buffer in elements
137 const Func *f; // A pointer to the function info
140 Programs programs;
144 KernelMatrix k;
147 std::vector<ThreadInfo> tinfo;
149 cl_uint threadCount; // Number of worker threads
150 cl_uint jobCount; // Number of jobs
151 cl_uint step; // step between each chunk and the next.
152 cl_uint scale; // stride between individual test values
[all …]
Dbinary_operator_float.cpp140 struct TestInfo struct
142 size_t subBufferSize; // Size of the sub-buffer in elements
143 const Func *f; // A pointer to the function info
146 Programs programs;
150 KernelMatrix k;
153 std::vector<ThreadInfo> tinfo;
155 cl_uint threadCount; // Number of worker threads
156 cl_uint jobCount; // Number of jobs
157 cl_uint step; // step between each chunk and the next.
158 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.cpp121 struct TestInfo struct
123 std::string name;
124 std::string desc;
125 std::vector<std::string> base_required_features;
126 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/crates/libtest-mimic/src/
Dlib.rs234 struct TestInfo { struct
235 name: String,
236 kind: String,
237 is_ignored: bool,
238 is_bench: bool,
/external/googletest/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/rust/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/cronet/third_party/googletest/src/googletest/samples/
Dsample10_unittest.cc76 void OnTestStart(const TestInfo& /* test_info */) override { in OnTestStart()
81 void OnTestEnd(const TestInfo& /* test_info */) override { in OnTestEnd()
/external/cronet/third_party/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/test/
Dgoogletest-listener-test.cc86 void OnTestStart(const TestInfo& /*test_info*/) override { in OnTestStart()
94 void OnTestEnd(const TestInfo& /*test_info*/) override { in OnTestEnd()
162 void OnTestStart(const TestInfo& /*test_info*/) override { in OnTestStart()
170 void OnTestEnd(const TestInfo& /*test_info*/) override { in OnTestEnd()
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/
Dgoogletest-listener-test.cc86 void OnTestStart(const TestInfo& /*test_info*/) override { in OnTestStart()
94 void OnTestEnd(const TestInfo& /*test_info*/) override { in OnTestEnd()
162 void OnTestStart(const TestInfo& /*test_info*/) override { in OnTestStart()
170 void OnTestEnd(const TestInfo& /*test_info*/) override { in OnTestEnd()
/external/cronet/third_party/googletest/src/googletest/test/
Dgoogletest-listener-test.cc86 void OnTestStart(const TestInfo& /*test_info*/) override { in OnTestStart()
94 void OnTestEnd(const TestInfo& /*test_info*/) override { in OnTestEnd()
160 void OnTestStart(const TestInfo& /*test_info*/) override { in OnTestStart()
168 void OnTestEnd(const TestInfo& /*test_info*/) override { in OnTestEnd()
/external/cronet/third_party/boringssl/src/third_party/googletest/test/
Dgoogletest-listener-test.cc86 void OnTestStart(const TestInfo& /*test_info*/) override { in OnTestStart()
94 void OnTestEnd(const TestInfo& /*test_info*/) override { in OnTestEnd()
162 void OnTestStart(const TestInfo& /*test_info*/) override { in OnTestStart()
170 void OnTestEnd(const TestInfo& /*test_info*/) override { in OnTestEnd()

123