Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
Dnir.c331 static bool (*gpir_emit_instr[nir_instr_type_phi])(gpir_block *, nir_instr *) = { variable
362 if (!gpir_emit_instr[instr->type](block, instr)) in gpir_emit_function()