Home
last modified time | relevance | path

Searched refs:strings_in_buffer (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/core/
Dprintf.hpp36 bool strings_in_buffer, cl_uint size);
50 bool strings_in_buffer, cl_uint size);
Dprintf.cpp179 bool strings_in_buffer, in create() argument
182 new printf_handler(q, infos, strings_in_buffer, size)); in create()
187 bool strings_in_buffer, in printf_handler() argument
189 _q(q), _formatters(infos), _strings_in_buffer(strings_in_buffer), _size(size), _buffer() { in printf_handler()