Searched refs:stage_index (Results 1 – 8 of 8) sorted by relevance
284 unsigned int stage_index = 0; in compile() local325 … 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()
1894 for (unsigned int stage_index = 0; stage_index < stages[table_index].length; stage_index++) { in apply() local1895 const stage_map_t *stage = &stages[table_index][stage_index]; in apply()
289 unsigned int stage_index = 0; in compile() local330 … 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()
303 unsigned int stage_index = 0; in compile() local344 … 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()
1914 for (unsigned int stage_index = 0; stage_index < stages[table_index].length; stage_index++) in apply() local1916 const stage_map_t *stage = &stages[table_index][stage_index]; in apply()
284 int stage_index = interfaceBlockStageIndex[i][j]; in nir_interstage_cross_validate_uniform_blocks() local286 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()
1304 int stage_index = ifc_blk_stage_idx[i][j]; in interstage_cross_validate_uniform_blocks() local1306 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()