Searched refs:gpir_emit_instr (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/gp/ | ||
| H A D | nir.c | 243 static bool (*gpir_emit_instr[nir_instr_type_phi])(gpir_block *, nir_instr *) = { variable in typeref:typename:bool (* [nir_instr_type_phi])(gpir_block *,nir_instr *) 275 if (!gpir_emit_instr[instr->type](block, instr)) |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/gp/ | ||
| H A D | nir.c | 334 static bool (*gpir_emit_instr[nir_instr_type_phi])(gpir_block *, nir_instr *) = { variable in typeref:typename:bool (* [nir_instr_type_phi])(gpir_block *,nir_instr *) 365 if (!gpir_emit_instr[instr->type](block, instr)) |
Completed in 4 milliseconds