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

/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dbi_schedule.c1884 bi_check_fau_src(bi_instr *ins, unsigned s, uint32_t *constants, unsigned *cwords, bi_index *fau) argument
1901 for (unsigned i = 0; i < *cwords; ++i) {
1906 if (*cwords >= 2)
1909 constants[(*cwords)++] = src.value;
1911 if (*cwords != 0)
1935 unsigned cwords = 0; local in function:bi_lower_fau
1944 if (bi_check_fau_src(ins, s, constants, &cwords, &fau)) continue;

Completed in 4 milliseconds