Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/clover/core/
Ddevice.hpp65 cl_ulong max_mem_local() const;
Ddevice.cpp153 device::max_mem_local() const { in max_mem_local() function in device
/external/mesa3d/src/gallium/frontends/clover/api/
Ddevice.cpp274 buf.as_scalar<cl_ulong>() = dev.max_mem_local(); in clGetDeviceInfo()