Searched refs:has_unified_memory (Results 1 – 10 of 10) sorted by relevance
33 bool has_unified_memory; member139 inline bool has_unified_memory() const { in has_unified_memory() function140 return physical_device_.has_unified_memory; in has_unified_memory()
20 has_unified_memory(false),33 has_unified_memory = true;
109 inline bool has_unified_memory() const { in has_unified_memory() function110 return physical_device_.has_unified_memory; in has_unified_memory()
41 has_unified_memory(false),94 has_unified_memory = true;
49 bool has_unified_memory; member
80 bool has_unified_memory() const;
373 device::has_unified_memory() const { in has_unified_memory() function in device
100 bool has_unified_memory = true; member140 const size_t kXLargeHeap = params.has_unified_memory ? kXLargeHeapU : kXLargeHeapD; in createHeapBlock()
240 params.has_unified_memory = m_device.hasUnifiedMemory;
353 buf.as_scalar<cl_bool>() = dev.has_unified_memory(); in clGetDeviceInfo()