Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/clover/core/
Ddevice.hpp59 cl_ulong max_mem_global() const;
Ddevice.cpp128 device::max_mem_global() const { in max_mem_global() function in device
/external/mesa3d/src/gallium/state_trackers/clover/api/
Ddevice.cpp251 buf.as_scalar<cl_ulong>() = dev.max_mem_global(); in clGetDeviceInfo()