• Home
  • Raw
  • Download

Lines Matching refs:CLContextCL

33 CLContextCL::CLContextCL(const cl::Context &context, cl_context native)  in CLContextCL()  function in rx::CLContextCL
37 CLContextCL::~CLContextCL() in ~CLContextCL()
45 cl::DevicePtrs CLContextCL::getDevices(cl_int &errorCode) const in getDevices()
86 CLCommandQueueImpl::Ptr CLContextCL::createCommandQueue(const cl::CommandQueue &commandQueue, in createCommandQueue()
109 CLMemoryImpl::Ptr CLContextCL::createBuffer(const cl::Buffer &buffer, in createBuffer()
130 CLMemoryImpl::Ptr CLContextCL::createImage(const cl::Image &image, in createImage()
184 cl_int CLContextCL::getSupportedImageFormats(cl::MemFlags flags, in getSupportedImageFormats()
221 CLSamplerImpl::Ptr CLContextCL::createSampler(const cl::Sampler &sampler, cl_int &errorCode) in createSampler()
251 CLProgramImpl::Ptr CLContextCL::createProgramWithSource(const cl::Program &program, in createProgramWithSource()
263 CLProgramImpl::Ptr CLContextCL::createProgramWithIL(const cl::Program &program, in createProgramWithIL()
274 CLProgramImpl::Ptr CLContextCL::createProgramWithBinary(const cl::Program &program, in createProgramWithBinary()
294 CLProgramImpl::Ptr CLContextCL::createProgramWithBuiltInKernels(const cl::Program &program, in createProgramWithBuiltInKernels()
310 CLProgramImpl::Ptr CLContextCL::linkProgram(const cl::Program &program, in linkProgram()
341 CLEventImpl::Ptr CLContextCL::createUserEvent(const cl::Event &event, cl_int &errorCode) in createUserEvent()
347 cl_int CLContextCL::waitForEvents(const cl::EventPtrs &events) in waitForEvents()