Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-var-gvar-table.hh613 unsigned unref_count = 0; in apply_deltas_to_points() local
615 if (!deltas[i].flag) unref_count++; in apply_deltas_to_points()
618 if (unref_count == 0 || unref_count > end_point - start_point) in apply_deltas_to_points()
649 if (--unref_count == 0) goto no_more_gaps; in apply_deltas_to_points()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_simulator.c293 int unref_count = 0; in vc4_dump_to_file() local
296 unref_count++; in vc4_dump_to_file()
300 state->bo_count = exec->bo_count + unref_count + 1; in vc4_dump_to_file()