Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/decode/
H A Dbuffers.c48 unsigned noffsets; member
147 while (n < b->noffsets) { in has_dumped()
154 if (n == b->noffsets) { in has_dumped()
155 b->noffsets++; in has_dumped()
156 assert(b->noffsets < ARRAY_SIZE(b->offsets)); in has_dumped()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_tex.cpp858 int noffsets = tex->coord_components; in emit_tex_tg4() local
860 --noffsets; in emit_tex_tg4()
/third_party/python/Python/
H A Dcompile.c8134 int noffsets = ncellvars + nfreevars; in build_cellfixedoffsets() local
8135 int *fixed = PyMem_New(int, noffsets); in build_cellfixedoffsets()
8140 for (int i = 0; i < noffsets; i++) { in build_cellfixedoffsets()
8302 int noffsets = ncellvars + nfreevars; in fix_cell_offsets() local
8306 for (int i = 0; i < noffsets ; i++) { in fix_cell_offsets()
8332 assert(oldoffset < noffsets); in fix_cell_offsets()

Completed in 15 milliseconds