Searched refs:printf_buffer (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/nir/
H A Dinvocation.cpp244 nir_variable *printf_buffer; member in struct:clover_lower_nir_state
262 if (!state->printf_buffer) {
266 binary::argument::printf_buffer);
269 state->printf_buffer = nir_variable_create(b->shader, nir_var_uniform,
271 state->printf_buffer->data.location = location;
273 return nir_load_var(b, state->printf_buffer);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/
H A Dbinary.hpp105 printf_buffer enumerator in enum:clover::binary::argument::semantic
H A Dkernel.cpp261 case binary::argument::printf_buffer: {

Completed in 4 milliseconds