Searched refs:mHostPtr (Results 1 – 2 of 2) sorted by relevance
79 copyValue = &mHostPtr; in getInfo()80 copySize = sizeof(mHostPtr); in getInfo()162 mHostPtr(flags.isSet(CL_MEM_USE_HOST_PTR) ? hostPtr : nullptr), in Memory()176 mHostPtr(parent.mHostPtr != nullptr ? static_cast<char *>(parent.mHostPtr) + offset in Memory()197 mHostPtr(flags.isSet(CL_MEM_USE_HOST_PTR) ? hostPtr : nullptr), in Memory()
84 void *const mHostPtr = nullptr; variable114 return mHostPtr; in getHostPtr()