Lines Matching refs:pair
306 for (auto &pair : buildInfo) {
307 std::cerr << pair.second << std::endl << std::endl;
1985 using BuildLogType = vector<std::pair<cl::Device, typename detail::param_traits<detail::cl_program_build_info, CL_PROGRAM_BUILD_LOG>::param_type>>;
2226 * Return a synchronized pair of host and device timestamps as seen by device.
2233 * @return A pair of (device timer, host timer) timer values.
2235 std::pair<cl_ulong, cl_ulong> getDeviceAndHostTimer(cl_int *error = nullptr)
2237 std::pair<cl_ulong, cl_ulong> retVal;
6164 typedef vector<std::pair<const void*, size_type> > Binaries;
6165 typedef vector<std::pair<const char*, size_type> > Sources;
6694 vector<std::pair<cl::Device, typename detail::param_traits<detail::cl_program_build_info, name>::param_type>>
6700 vector<std::pair<cl::Device, typename detail::param_traits<detail::cl_program_build_info, name>::param_type>>
6716 std::pair<cl::Device, typename detail::param_traits<detail::cl_program_build_info, name>::param_type>
8502 std::pair<void*, size_type> args,