Home
last modified time | relevance | path

Searched refs:stage_index (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
H A 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()
H A Dhb-ot-layout.cc1914 for (unsigned int stage_index = 0; stage_index < stages[table_index].length; stage_index++) in apply()
1916 const stage_map_t *stage = &stages[table_index][stage_index]; in apply()
/third_party/mesa3d/src/compiler/glsl/
H A 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()
H A Dlinker.cpp1209 int stage_index = ifc_blk_stage_idx[i][j]; in interstage_cross_validate_uniform_blocks() local
1211 if (stage_index != -1) { in interstage_cross_validate_uniform_blocks()
1218 blks[j].stageref |= sh_blks[stage_index]->stageref; in interstage_cross_validate_uniform_blocks()
1219 sh_blks[stage_index] = &blks[j]; in interstage_cross_validate_uniform_blocks()
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_pipeline.c1474 size_t stage_index = gfx_pipeline->stage_indices[stage]; in pvr_graphics_pipeline_compile() local
1484 if (stage_index == ~0) in pvr_graphics_pipeline_compile()
1487 create_info = &pCreateInfo->pStages[stage_index]; in pvr_graphics_pipeline_compile()

Completed in 12 milliseconds