Home
last modified time | relevance | path

Searched refs:comp_count (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
Dir3_lower_subgroups.c205 unsigned comp_count = util_last_bit(instr->dsts[0]->wrmask); in lower_block() local
209 movmsk->repeat = comp_count - 1; in lower_block()
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout-gpos-table.hh1278 unsigned int comp_count = lig_attach.rows; in apply() local
1279 if (unlikely (!comp_count)) return_trace (false); in apply()
1290 comp_index = hb_min (comp_count, _hb_glyph_info_get_lig_comp (&buffer->cur())) - 1; in apply()
1292 comp_index = comp_count - 1; in apply()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout-gpos-table.hh2330 unsigned int comp_count = lig_attach.rows; in apply() local
2331 if (unlikely (!comp_count)) return_trace (false); in apply()
2342 comp_index = hb_min (comp_count, _hb_glyph_info_get_lig_comp (&buffer->cur())) - 1; in apply()
2344 comp_index = comp_count - 1; in apply()
/third_party/harfbuzz/src/
Dhb-ot-layout-gpos-table.hh2334 unsigned int comp_count = lig_attach.rows; in apply() local
2335 if (unlikely (!comp_count)) return_trace (false); in apply()
2346 comp_index = hb_min (comp_count, _hb_glyph_info_get_lig_comp (&buffer->cur())) - 1; in apply()
2348 comp_index = comp_count - 1; in apply()
/third_party/chromium/patch/
D0001-cve.patch34848 unsigned int comp_count = lig_attach.rows;
34849 - if (unlikely (!comp_count)) return_trace (false);
34850 + if (unlikely (!comp_count))