/aosp_15_r20/external/OpenCL-CTS/test_conformance/basic/ |
H A 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 …]
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/math_brute_force/ |
H A 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 …]
|
H A 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 …]
|
H A 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 …]
|
H A 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 …]
|
H A 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 …]
|
H A 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 …]
|
H A 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 …]
|
H A 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 …]
|
H A 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 …]
|
H A 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 …]
|
H A 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 …]
|
H A 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 …]
|
/aosp_15_r20/tools/asuite/atest/ |
H A D | atest_main.py | 359 def _validate_exec_mode(args, test_infos: list[TestInfo], host_tests=None): 456 device_test_infos: List[test_info.TestInfo], 457 host_test_infos: List[test_info.TestInfo], 992 test_infos: list[test_info.TestInfo], args: argparse.Namespace 1280 test_infos: List[test_info.TestInfo], 1315 test_infos: List[test_info.TestInfo], 1345 test_infos: List[test_info.TestInfo], 1354 test_infos: List[test_info.TestInfo], 1510 test_infos: List[test_info.TestInfo], 1519 test_infos: List[test_info.TestInfo],
|
/aosp_15_r20/tools/asuite/atest/test_runners/ |
H A D | atest_tf_test_runner.py | 201 self, test_infos: List[test_info.TestInfo] 216 test_infos: List[test_info.TestInfo], 255 test_infos: List[test_info.TestInfo], 690 def _use_minimal_build(self, test_infos: List[test_info.TestInfo]) -> bool: 721 self, test_infos: List[test_info.TestInfo] 737 self, test_infos: List[test_info.TestInfo] 759 self, test_infos: List[test_info.TestInfo] 776 def _create_test(self, t_info: test_info.TestInfo) -> Test: 802 self, t_info: test_info.TestInfo 1117 self, test_infos: list[TestInfo], extra_args: Dict[str, Any] [all …]
|
H A D | mobly_test_runner.py | 375 test_infos: List[test_info.TestInfo], 438 self, test_infos: List[test_info.TestInfo] 448 test_infos: List[test_info.TestInfo], 505 def _get_test_files(self, tinfo: test_info.TestInfo) -> MoblyTestFiles: 668 def _get_test_cases_from_spec(self, tinfo: test_info.TestInfo) -> List[str]: 741 tinfo: test_info.TestInfo, 827 tinfo: test_info.TestInfo,
|
H A D | test_runner_base.py | 97 test_infos: List[test_info.TestInfo], 115 self, test_infos: List[test_info.TestInfo] 271 def get_test_runner_build_reqs(self, test_infos: List[test_info.TestInfo]): 290 def gather_build_targets(test_infos: List[test_info.TestInfo]) -> Set[str]:
|
/aosp_15_r20/external/ComputeLibrary/tests/framework/ |
H A D | Framework.h | 78 struct TestInfo struct 86 inline bool operator<(const TestInfo &lhs, const TestInfo &rhs) argument
|
/aosp_15_r20/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
H A D | gtest-param-util.h | 525 struct TestInfo { struct 526 TestInfo(const char* a_test_case_base_name, in TestInfo() function 537 typedef ::std::vector<linked_ptr<TestInfo> > TestInfoContainer; argument
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/amber/ |
H A D | vktAmberDepthTests.cpp | 116 struct TestInfo struct 118 std::string name; 119 std::vector<std::string> base_required_features; 120 bool unrestricted;
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/googletest/googletest/include/gtest/internal/ |
D | gtest-param-util.h | 612 struct TestInfo { struct 613 TestInfo(const char* a_test_suite_base_name, const char* a_test_base_name, in TestInfo() argument 626 using TestInfoContainer = ::std::vector<std::shared_ptr<TestInfo> >; argument
|
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/external/googletest/googletest/include/gtest/internal/ |
D | gtest-param-util.h | 612 struct TestInfo { struct 613 TestInfo(const char* a_test_suite_base_name, const char* a_test_base_name, in TestInfo() argument 626 using TestInfoContainer = ::std::vector<std::shared_ptr<TestInfo> >; argument
|
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/external/googletest/googletest/include/gtest/internal/ |
D | gtest-param-util.h | 623 struct TestInfo { struct 624 TestInfo(const char* a_test_suite_base_name, const char* a_test_base_name, in TestInfo() argument 637 using TestInfoContainer = ::std::vector<std::shared_ptr<TestInfo>>; argument
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/googletest/googletest/include/gtest/internal/ |
D | gtest-param-util.h | 612 struct TestInfo { struct 613 TestInfo(const char* a_test_suite_base_name, const char* a_test_base_name, in TestInfo() function 626 using TestInfoContainer = ::std::vector<std::shared_ptr<TestInfo> >; argument
|
/aosp_15_r20/external/libaom/third_party/googletest/src/googletest/include/gtest/internal/ |
H A D | gtest-param-util.h | 618 struct TestInfo { struct 619 TestInfo(const char* a_test_suite_base_name, const char* a_test_base_name, in TestInfo() argument 632 using TestInfoContainer = ::std::vector<std::shared_ptr<TestInfo>>; argument
|