Home
last modified time | relevance | path

Searched refs:max_printf_buffer_size (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/core/
Ddevice.hpp75 cl_uint max_printf_buffer_size() const;
Ddevice.cpp111 dev.max_printf_buffer_size() < 1 * 1024 * 1024 || in get_highest_supported_version()
313 device::max_printf_buffer_size() const { in max_printf_buffer_size() function in device
Dkernel.cpp264 q->device().max_printf_buffer_size()); in bind()
/third_party/mesa3d/src/gallium/frontends/clover/api/
Ddevice.cpp389 buf.as_scalar<size_t>() = dev.max_printf_buffer_size(); in clGetDeviceInfo()
/third_party/mesa3d/src/gallium/frontends/clover/nir/
Dinvocation.cpp466 printf_options.max_buffer_size = dev.max_printf_buffer_size(); in spirv_to_nir()