Searched refs:printf_buffer (Results 1 – 3 of 3) sorted by relevance
273 nir_variable *printf_buffer; member291 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()
105 printf_buffer enumerator
261 case binary::argument::printf_buffer: { in bind()