Home
last modified time | relevance | path

Searched refs:noffsets (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/freedreno/decode/
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/
Dsfn_emittexinstruction.cpp401 int noffsets = instr->coord_components; in emit_tex_tg4() local
403 --noffsets; in emit_tex_tg4()
406 ( 1 << noffsets) - 1, in emit_tex_tg4()