Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/clover/core/
Dprintf.cpp36 const cl_uint hdr_dwords = 2; variable
37 const cl_uint initial_buffer_offset = hdr_dwords * sizeof(cl_uint);
199 data.append((char *)header, (char *)(header+hdr_dwords)); in printf_handler()