Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/core/
H A Ddevice.cpp109 dev.max_printf_buffer_size() < 1 * 1024 * 1024 || in get_highest_supported_version()
339 device::max_printf_buffer_size() const { in max_printf_buffer_size() function in device
H A Ddevice.hpp75 cl_uint max_printf_buffer_size() const;
H A Dkernel.cpp265 q->device().max_printf_buffer_size()); in bind()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/api/
H A Ddevice.cpp389 buf.as_scalar<size_t>() = dev.max_printf_buffer_size(); in clGetDeviceInfo()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/nir/
H A Dinvocation.cpp341 printf_options.max_buffer_size = dev.max_printf_buffer_size(); in spirv_to_nir()