Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/clover/nir/
Dinvocation.cpp273 nir_variable *printf_buffer; member
291 if (!state->printf_buffer) { in clover_lower_nir_instr()
295 binary::argument::printf_buffer); in clover_lower_nir_instr()
298 state->printf_buffer = nir_variable_create(b->shader, nir_var_uniform, in clover_lower_nir_instr()
300 state->printf_buffer->data.location = location; in clover_lower_nir_instr()
302 return nir_load_var(b, state->printf_buffer); in clover_lower_nir_instr()
/third_party/mesa3d/src/gallium/frontends/clover/core/
Dbinary.hpp105 printf_buffer enumerator
Dkernel.cpp261 case binary::argument::printf_buffer: { in bind()