Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/clcpp/utils_test/
Dternary.hpp216 template<class INPUT1, class INPUT2, class INPUT3, class OUTPUT, class ternary_op>
219 const std::vector<INPUT3> &in3, in verify_ternary()
246 typedef typename ternary_op::in3_type INPUT3; in test_ternary_func() typedef
252 && type_supported<INPUT3>(device) in test_ternary_func()
258 std::string code_str = generate_kernel_ternary<ternary_op, INPUT1, INPUT2, INPUT3, OUTPUT>(op); in test_ternary_func()
280 std::vector<INPUT3> in3_spec_cases = op.in3_special_cases(); in test_ternary_func()
284 … std::vector<INPUT3> input3 = generate_input<INPUT3>(count, op.min3(), op.max3(), in3_spec_cases); in test_ternary_func()
298 context, (cl_mem_flags)(CL_MEM_READ_WRITE), sizeof(INPUT3) * input3.size(), NULL, &err in test_ternary_func()
320 queue, buffers[2], CL_TRUE, 0, sizeof(INPUT3) * input3.size(), in test_ternary_func()
348 type_name<INPUT3>().c_str() in test_ternary_func()
[all …]