Home
last modified time | relevance | path

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

12345678

/aosp_15_r20/external/OpenCL-CTS/test_conformance/basic/
H A 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 …]
/aosp_15_r20/external/OpenCL-CTS/test_conformance/math_brute_force/
H A 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 …]
H A 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 …]
H A 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 …]
H A 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 …]
H A 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 …]
H A 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 …]
H A 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 …]
H A 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 …]
H A 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 …]
H A 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 …]
H A 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 …]
H A 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 …]
/aosp_15_r20/tools/asuite/atest/
H A Datest_main.py359 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 Datest_tf_test_runner.py201 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 Dmobly_test_runner.py375 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 Dtest_runner_base.py97 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 DFramework.h78 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 Dgtest-param-util.h525 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 DvktAmberDepthTests.cpp116 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/
Dgtest-param-util.h612 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/
Dgtest-param-util.h612 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/
Dgtest-param-util.h623 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/
Dgtest-param-util.h612 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 Dgtest-param-util.h618 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

12345678