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