/external/OpenCL-CTS/test_conformance/basic/ |
D | test_vector_swizzle.cpp | 27 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/ |
D | unary_double.cpp | 52 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 …]
|
D | unary_float.cpp | 51 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 …]
|
D | macro_unary_double.cpp | 49 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 …]
|
D | binary_double.cpp | 59 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 …]
|
D | macro_unary_float.cpp | 48 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 …]
|
D | binary_float.cpp | 59 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 …]
|
D | binary_i_double.cpp | 58 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 …]
|
D | binary_i_float.cpp | 58 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 …]
|
D | macro_binary_double.cpp | 53 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 …]
|
D | macro_binary_float.cpp | 52 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 …]
|
D | binary_operator_double.cpp | 57 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 …]
|
D | binary_operator_float.cpp | 57 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/ |
D | Framework.h | 78 struct TestInfo struct 86 inline bool operator<(const TestInfo &lhs, const TestInfo &rhs) argument
|
/external/deqp/external/vulkancts/modules/vulkan/amber/ |
D | vktAmberDepthTests.cpp | 116 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/ |
D | gtest-param-util.h | 525 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/ |
D | lib.rs | 236 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/ |
D | sample10_unittest.cc | 75 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/ |
D | sample10_unittest.cc | 75 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/ |
D | sample10_unittest.cc | 75 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/ |
D | sample10_unittest.cc | 75 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/ |
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/samples/ |
D | sample10_unittest.cc | 75 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/ |
D | googletest-listener-test.cc | 81 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/ |
D | googletest-listener-test.cc | 81 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()
|