Lines Matching refs:Platform
30 Platform *&platform, in ParseContextProperties()
42 platform = &reinterpret_cast<cl_platform_id>(*propIt++)->cast<Platform>(); in ParseContextProperties()
56 platform = Platform::GetDefault(); in ParseContextProperties()
63 void Platform::Initialize(const cl_icd_dispatch &dispatch, in Initialize()
78 platforms.emplace_back(new Platform(createFuncs.front())); in Initialize()
89 cl_int Platform::GetPlatformIDs(cl_uint numEntries, in GetPlatformIDs()
110 cl_int Platform::getInfo(PlatformInfo name, in getInfo()
182 cl_int Platform::getDeviceIDs(DeviceType deviceType, in getDeviceIDs()
213 cl_context Platform::CreateContext(const cl_context_properties *properties, in CreateContext()
220 Platform *platform = nullptr; in CreateContext()
234 cl_context Platform::CreateContextFromType(const cl_context_properties *properties, in CreateContextFromType()
240 Platform *platform = nullptr; in CreateContextFromType()
248 cl_int Platform::unloadCompiler() in unloadCompiler()
253 Platform::~Platform() = default;
255 Platform::Platform(const rx::CLPlatformImpl::CreateFunc &createFunc) in Platform() function in cl::Platform
261 DevicePtrs Platform::createDevices(rx::CLDeviceImpl::CreateDatas &&createDatas) in createDevices()
280 constexpr char Platform::kVendor[];
281 constexpr char Platform::kIcdSuffix[];