Home
last modified time | relevance | path

Searched refs:SCIN_NU (Results 1 – 4 of 4) sorted by relevance

/external/OpenCL-CTS/test_conformance/subgroups/
Dtest_subgroup_non_uniform_arithmetic.cpp356 int error = rft.run_impl<T, SCIN_NU<T, ArithmeticOp::add_>>( in run_functions_add_mul_max_min_for_type()
358 error |= rft.run_impl<T, SCIN_NU<T, ArithmeticOp::mul_>>( in run_functions_add_mul_max_min_for_type()
360 error |= rft.run_impl<T, SCIN_NU<T, ArithmeticOp::max_>>( in run_functions_add_mul_max_min_for_type()
362 error |= rft.run_impl<T, SCIN_NU<T, ArithmeticOp::min_>>( in run_functions_add_mul_max_min_for_type()
385 int error = rft.run_impl<T, SCIN_NU<T, ArithmeticOp::and_>>( in run_functions_and_or_xor_for_type()
387 error |= rft.run_impl<T, SCIN_NU<T, ArithmeticOp::or_>>( in run_functions_and_or_xor_for_type()
389 error |= rft.run_impl<T, SCIN_NU<T, ArithmeticOp::xor_>>( in run_functions_and_or_xor_for_type()
409 int error = rft.run_impl<T, SCIN_NU<T, ArithmeticOp::logical_and>>( in run_functions_logical_and_or_xor_for_type()
411 error |= rft.run_impl<T, SCIN_NU<T, ArithmeticOp::logical_or>>( in run_functions_logical_and_or_xor_for_type()
413 error |= rft.run_impl<T, SCIN_NU<T, ArithmeticOp::logical_xor>>( in run_functions_logical_and_or_xor_for_type()
Dtest_subgroup_extended_types.cpp39 error |= rft.run_impl<T, SCIN_NU<T, ArithmeticOp::add_>>("test_scinadd", in run_scan_reduction_for_type()
41 error |= rft.run_impl<T, SCIN_NU<T, ArithmeticOp::max_>>("test_scinmax", in run_scan_reduction_for_type()
43 error |= rft.run_impl<T, SCIN_NU<T, ArithmeticOp::min_>>("test_scinmin", in run_scan_reduction_for_type()
Dtest_subgroup.cpp160 error |= rft.run_impl<T, SCIN_NU<T, ArithmeticOp::add_>>("test_scinadd", in run_broadcast_scan_reduction_for_type()
162 error |= rft.run_impl<T, SCIN_NU<T, ArithmeticOp::max_>>("test_scinmax", in run_broadcast_scan_reduction_for_type()
164 error |= rft.run_impl<T, SCIN_NU<T, ArithmeticOp::min_>>("test_scinmin", in run_broadcast_scan_reduction_for_type()
Dsubgroup_common_templates.h684 template <typename Ty, ArithmeticOp operation> struct SCIN_NU struct