Searched defs:CreationContext (Results 1 – 1 of 1) sorted by relevance
37 struct CreationContext { struct38 const CLDevice* device;39 CLContext* context;40 CLCommandQueue* queue;41 ProgramCache* cache;43 const GpuInfo& GetGpuInfo() const { return device->info_; } in GetGpuInfo()