Searched refs:cl_float2 (Results 1 – 8 of 8) sorted by relevance
103 typedef cl_float2 skc_float2;
93 error |= run_broadcast_for_extended_type<cl_float2>(rft); in test_subgroup_functions_extended_types()
808 template <> struct TypeManager<cl_float2> : public CommonTypeManager<cl_float2>
994 error |= run_non_uniform_broadcast_for_type<cl_float2>(rft); in test_subgroup_functions_ballot()
1233 }cl_float2; typedef1241 __CL_ANON_STRUCT__ struct{ cl_float2 lo, hi; };
1213 }cl_float2; typedef1221 __CL_ANON_STRUCT__ struct{ cl_float2 lo, hi; };
4543 cl_float2 in ComputeRotationalBlurImage()4660 status|=SetOpenCLKernelArg(rotationalBlurKernel,i++,sizeof(cl_float2), &blurCenter); in ComputeRotationalBlurImage()