Home
last modified time | relevance | path

Searched refs:const_max_count (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/frontends/rusticl/api/
Ddevice.rs167 CL_DEVICE_MAX_CONSTANT_ARGS => v.write::<cl_uint>(dev.const_max_count()), in query()
/external/mesa3d/src/gallium/frontends/rusticl/core/
Ddevice.rs781 pub fn const_max_count(&self) -> cl_uint { in const_max_count() method