Searched refs:supportsBuiltInKernel (Results 1 – 5 of 5) sorted by relevance
115 bool supportsBuiltInKernel(const std::string &name) const;190 inline bool Context::supportsBuiltInKernel(const std::string &name) const in supportsBuiltInKernel() function193 return ptr->supportsBuiltInKernel(name); in supportsBuiltInKernel()
50 bool supportsBuiltInKernel(const std::string &name) const;
359 bool Device::supportsBuiltInKernel(const std::string &name) const in supportsBuiltInKernel() function in cl::Device
1624 if (!dev->supportsBuiltInKernel(krnl.getInfo().functionName)) in ValidateGetKernelWorkGroupInfo()3149 if (length != 0u && !ctx.supportsBuiltInKernel(std::string(start, length))) in ValidateCreateProgramWithBuiltInKernels()
192 ctx.getDevices()[index]->supportsBuiltInKernel(infoOut->functionName) && in createInfo()