Searched refs:RED_CLU (Results 1 – 1 of 1) sorted by relevance
/external/OpenCL-CTS/test_conformance/subgroups/ |
D | test_subgroup_clustered_reduce.cpp | 171 template <typename Ty, ArithmeticOp operation> struct RED_CLU struct 269 int error = rft.run_impl<T, RED_CLU<T, ArithmeticOp::add_>>( in run_cluster_red_add_max_min_mul_for_type() 271 error |= rft.run_impl<T, RED_CLU<T, ArithmeticOp::max_>>( in run_cluster_red_add_max_min_mul_for_type() 273 error |= rft.run_impl<T, RED_CLU<T, ArithmeticOp::min_>>( in run_cluster_red_add_max_min_mul_for_type() 275 error |= rft.run_impl<T, RED_CLU<T, ArithmeticOp::mul_>>( in run_cluster_red_add_max_min_mul_for_type() 281 int error = rft.run_impl<T, RED_CLU<T, ArithmeticOp::and_>>( in run_cluster_and_or_xor_for_type() 283 error |= rft.run_impl<T, RED_CLU<T, ArithmeticOp::or_>>( in run_cluster_and_or_xor_for_type() 285 error |= rft.run_impl<T, RED_CLU<T, ArithmeticOp::xor_>>( in run_cluster_and_or_xor_for_type() 292 int error = rft.run_impl<T, RED_CLU<T, ArithmeticOp::logical_and>>( in run_cluster_logical_and_or_xor_for_type() 294 error |= rft.run_impl<T, RED_CLU<T, ArithmeticOp::logical_or>>( in run_cluster_logical_and_or_xor_for_type() [all …]
|