Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/clover/core/
Ddevice.cpp82 dev.max_images_write() < 8 || in get_highest_supported_version()
135 (dev.max_images_write() < 64 || in get_highest_supported_version()
228 device::max_images_write() const { in max_images_write() function in device
Ddevice.hpp58 size_t max_images_write() const;
/third_party/mesa3d/src/gallium/frontends/clover/api/
Ddevice.cpp186 buf.as_scalar<cl_uint>() = dev.max_images_write(); in clGetDeviceInfo()