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

/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxil_module.c1095 func_abbrevs[] = { variable in typeref:typename:const struct dxil_abbrev[]
1125 assert(abbrev < ARRAY_SIZE(func_abbrevs));
1127 func_abbrevs + abbrev, data, size);
1249 for (int i = 0; i < ARRAY_SIZE(func_abbrevs); ++i) {
1250 if (!define_abbrev(m, func_abbrevs + i))

Completed in 6 milliseconds