Searched refs:write_phi_fixup (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_serialize.c32 } write_phi_fixup; typedef in typeref:struct:__anon144c3b4c0108
45 /* Array of write_phi_fixup structs representing phi sources that need to
685 write_phi_fixup fixup = {
690 util_dynarray_append(&ctx->phi_fixups, write_phi_fixup, fixup);
697 util_dynarray_foreach(&ctx->phi_fixups, write_phi_fixup, fixup) {
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_serialize.c36 } write_phi_fixup; typedef in typeref:struct:__anon7e3a081f0108
49 /* Array of write_phi_fixup structs representing phi sources that need to
1554 write_phi_fixup fixup = {
1559 util_dynarray_append(&ctx->phi_fixups, write_phi_fixup, fixup);
1566 util_dynarray_foreach(&ctx->phi_fixups, write_phi_fixup, fixup) {

Completed in 6 milliseconds