Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/clover/core/
Ddevice.hpp60 cl_ulong max_mem_local() const;
Ddevice.cpp134 device::max_mem_local() const { in max_mem_local() function in device
/external/mesa3d/src/gallium/state_trackers/clover/api/
Ddevice.cpp267 buf.as_scalar<cl_ulong>() = dev.max_mem_local(); in clGetDeviceInfo()