Lines Matching refs:retVal
1852 bool retVal = false;
1858 retVal = true;
1862 retVal = true;
1865 return retVal;
2213 cl_ulong retVal = 0;
2215 clGetHostTimer(this->get(), &retVal);
2222 return retVal;
2237 std::pair<cl_ulong, cl_ulong> retVal;
2239 clGetDeviceAndHostTimer(this->get(), &(retVal.first), &(retVal.second));
2246 return retVal;