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.cpp129 (dev.max_images_write() < 64 || in get_highest_supported_version()
223 device::max_images_write() const { in max_images_write() function in device
325 max_images_write() < 8 || in image_support()
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()