Searched refs:supportsBuiltInKernel (Results 1 – 5 of 5) sorted by relevance
127 bool supportsBuiltInKernel(const std::string &name) const;204 inline bool Context::supportsBuiltInKernel(const std::string &name) const in supportsBuiltInKernel() function207 return ptr->supportsBuiltInKernel(name); in supportsBuiltInKernel()
48 bool supportsBuiltInKernel(const std::string &name) const;
368 bool Device::supportsBuiltInKernel(const std::string &name) const in supportsBuiltInKernel() function in cl::Device
1444 if (!dev->supportsBuiltInKernel(krnl.getInfo().functionName)) in ValidateGetKernelWorkGroupInfo()2902 if (length != 0u && !ctx.supportsBuiltInKernel(std::string(start, length))) in ValidateCreateProgramWithBuiltInKernels()
190 ctx.getDevices()[index]->supportsBuiltInKernel(info.functionName) && in createInfo()