Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/clover/core/
Ddevice.hpp52 size_t max_images_read() const;
Ddevice.cpp93 device::max_images_read() const { in max_images_read() function in device
/external/mesa3d/src/gallium/state_trackers/clover/api/
Ddevice.cpp165 buf.as_scalar<cl_uint>() = dev.max_images_read(); in clGetDeviceInfo()