Home
last modified time | relevance | path

Searched refs:stage_index (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-map.cc284 unsigned int stage_index = 0; in compile() local
325 … if (stage_index < stages[table_index].length && stages[table_index][stage_index].index == stage) { in compile()
328 stage_map->pause_func = stages[table_index][stage_index].pause_func; in compile()
330 stage_index++; in compile()
Dhb-ot-layout.cc1894 for (unsigned int stage_index = 0; stage_index < stages[table_index].length; stage_index++) { in apply() local
1895 const stage_map_t *stage = &stages[table_index][stage_index]; in apply()
/third_party/harfbuzz/src/
Dhb-ot-map.cc289 unsigned int stage_index = 0; in compile() local
330 … if (stage_index < stages[table_index].length && stages[table_index][stage_index].index == stage) { in compile()
333 stage_map->pause_func = stages[table_index][stage_index].pause_func; in compile()
335 stage_index++; in compile()
Dhb-ot-layout.cc1894 for (unsigned int stage_index = 0; stage_index < stages[table_index].length; stage_index++) { in apply() local
1895 const stage_map_t *stage = &stages[table_index][stage_index]; in apply()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-map.cc303 unsigned int stage_index = 0; in compile() local
344 … if (stage_index < stages[table_index].length && stages[table_index][stage_index].index == stage) { in compile()
347 stage_map->pause_func = stages[table_index][stage_index].pause_func; in compile()
349 stage_index++; in compile()
Dhb-ot-layout.cc1914 for (unsigned int stage_index = 0; stage_index < stages[table_index].length; stage_index++) in apply() local
1916 const stage_map_t *stage = &stages[table_index][stage_index]; in apply()
/third_party/mesa3d/src/compiler/glsl/
Dgl_nir_link_uniform_blocks.c284 int stage_index = interfaceBlockStageIndex[i][j]; in nir_interstage_cross_validate_uniform_blocks() local
286 if (stage_index != -1) { in nir_interstage_cross_validate_uniform_blocks()
293 blks[j].stageref |= sh_blks[stage_index]->stageref; in nir_interstage_cross_validate_uniform_blocks()
294 sh_blks[stage_index] = &blks[j]; in nir_interstage_cross_validate_uniform_blocks()
Dlinker.cpp1304 int stage_index = ifc_blk_stage_idx[i][j]; in interstage_cross_validate_uniform_blocks() local
1306 if (stage_index != -1) { in interstage_cross_validate_uniform_blocks()
1313 blks[j].stageref |= sh_blks[stage_index]->stageref; in interstage_cross_validate_uniform_blocks()
1314 sh_blks[stage_index] = &blks[j]; in interstage_cross_validate_uniform_blocks()