Home
last modified time | relevance | path

Searched refs:max_const_buffer_size (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/core/
Ddevice.hpp69 cl_ulong max_const_buffer_size() const;
Ddevice.cpp76 dev.max_const_buffer_size() < 64 * 1024 || in get_highest_supported_version()
277 device::max_const_buffer_size() const { in max_const_buffer_size() function in device
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_pipe.c594 uint64_t max_const_buffer_size; in r600_get_shader_param() local
599 &max_const_buffer_size); in r600_get_shader_param()
600 return MIN2(max_const_buffer_size, INT_MAX); in r600_get_shader_param()
/third_party/mesa3d/src/gallium/frontends/clover/api/
Ddevice.cpp279 buf.as_scalar<cl_ulong>() = dev.max_const_buffer_size(); in clGetDeviceInfo()