| /external/OpenCL-CTS/test_conformance/basic/ | 
| D | test_vector_swizzle.cpp | 25 template <int N> struct TestInfo  struct29 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>  argument
 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/ | 
| D | unary_double.cpp | 131 struct TestInfo  struct133     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 …]
 
 | 
| D | unary_float.cpp | 128 struct TestInfo  struct130     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 …]
 
 | 
| D | macro_unary_double.cpp | 128 struct TestInfo  struct130     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 …]
 
 | 
| D | binary_double.cpp | 143 struct TestInfo  struct145     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 …]
 
 | 
| D | macro_unary_float.cpp | 126 struct TestInfo  struct128     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 …]
 
 | 
| D | binary_float.cpp | 141 struct TestInfo  struct143     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 …]
 
 | 
| D | binary_i_double.cpp | 142 struct TestInfo  struct144     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 …]
 
 | 
| D | binary_i_float.cpp | 140 struct TestInfo  struct142     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 …]
 
 | 
| D | macro_binary_double.cpp | 137 struct TestInfo  struct139     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 …]
 
 | 
| D | binary_operator_double.cpp | 142 struct TestInfo  struct144     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 …]
 
 | 
| D | macro_binary_float.cpp | 134 struct TestInfo  struct136     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 …]
 
 | 
| D | binary_operator_float.cpp | 140 struct TestInfo  struct142     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/ | 
| D | Framework.h | 78 struct TestInfo  struct86 inline bool operator<(const TestInfo &lhs, const TestInfo &rhs)  argument
 
 | 
| /external/deqp/external/vulkancts/modules/vulkan/amber/ | 
| D | vktAmberDepthTests.cpp | 121 struct TestInfo  struct123 	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/ | 
| D | gtest-param-util.h | 525   struct TestInfo {  struct526     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/ | 
| D | lib.rs | 234 struct TestInfo {  struct235     name: String,
 236     kind: String,
 237     is_ignored: bool,
 238     is_bench: bool,
 
 | 
| /external/googletest/googletest/samples/ | 
| D | sample10_unittest.cc | 77   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/ | 
| D | sample10_unittest.cc | 77   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/ | 
| D | sample10_unittest.cc | 76   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/ | 
| D | sample10_unittest.cc | 77   void OnTestStart(const TestInfo& /* test_info */) override {  in OnTestStart()82   void OnTestEnd(const TestInfo& /* test_info */) override {  in OnTestEnd()
 
 | 
| /external/googletest/googletest/test/ | 
| D | googletest-listener-test.cc | 86   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/ | 
| D | googletest-listener-test.cc | 86   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/ | 
| D | googletest-listener-test.cc | 86   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/ | 
| D | googletest-listener-test.cc | 86   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()
 
 |