Home
last modified time | relevance | path

Searched refs:max_mem_global (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/core/
Ddevice.cpp73 dev.max_mem_alloc_size() < std::max(dev.max_mem_global() / 4, in get_highest_supported_version()
115 dev.max_mem_global() / 4), in get_highest_supported_version()
255 device::max_mem_global() const { in max_mem_global() function in device
Ddevice.hpp66 cl_ulong max_mem_global() const;
/third_party/mesa3d/src/gallium/frontends/clover/api/
Ddevice.cpp275 buf.as_scalar<cl_ulong>() = dev.max_mem_global(); in clGetDeviceInfo()