Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/clover/core/
Ddevice.cpp74 dev.max_mem_input() < 256 || in get_highest_supported_version()
91 dev.max_mem_input() < 1024 || in get_highest_supported_version()
283 device::max_mem_input() const { in max_mem_input() function in device
Ddevice.hpp68 cl_ulong max_mem_input() const;
/external/mesa3d/src/gallium/frontends/clover/api/
Ddevice.cpp217 buf.as_scalar<size_t>() = dev.max_mem_input(); in clGetDeviceInfo()