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

/xsrc/external/mit/MesaLib/dist/src/freedreno/afuc/
H A Demu-ds.c55 unsigned cur_idx = emu_get_reg32(emu, &DRAW_STATE_SEL); local in function:emu_set_draw_state_reg
59 cur_idx = (val >> 24) & 0x1f;
60 ds->state[cur_idx].count = val & 0xffff;
61 ds->state[cur_idx].mode_mask = (val >> 20) & 0x7;
64 active_mask |= (1 << cur_idx);
67 emu_set_reg32(emu, &DRAW_STATE_SEL, cur_idx);
69 ds->state[cur_idx].base_lohi[ds->write_idx - 1] = val;
/xsrc/external/mit/freetype/dist/src/autofit/
H A Dafangles.c215 FT_UInt cur_idx; local in function:af_sort_and_quantize_widths
238 cur_idx = 0;
239 cur_val = table[cur_idx].org;
257 for ( j = cur_idx; j < i; j++ )
262 table[cur_idx].org = sum / (FT_Pos)j;
266 cur_idx = i + 1;
267 cur_val = table[cur_idx].org;
272 cur_idx = 1;
278 table[cur_idx++] = table[i];
281 *count = cur_idx;
[all...]

Completed in 3 milliseconds