Searched refs:stage_index (Results 1 – 8 of 8) sorted by relevance
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()
1899 for (unsigned int stage_index = 0; stage_index < stages[table_index].length; stage_index++) { in apply() local1900 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()
1270 int stage_index = InterfaceBlockStageIndex[i][j]; in interstage_cross_validate_uniform_blocks() local1272 if (stage_index != -1) { in interstage_cross_validate_uniform_blocks()1279 blks[j].stageref |= sh_blks[stage_index]->stageref; in interstage_cross_validate_uniform_blocks()1280 sh_blks[stage_index] = &blks[j]; in interstage_cross_validate_uniform_blocks()
275 int stage_index = MAX_MVSEARCH_STEPS - 1; in av1_init_dsmotion_compensation() local277 cfg->ss[stage_index][0].mv.col = cfg->ss[stage_index][0].mv.row = 0; in av1_init_dsmotion_compensation()278 cfg->ss[stage_index][0].offset = 0; in av1_init_dsmotion_compensation()292 search_site *const ss = &cfg->ss[stage_index][i]; in av1_init_dsmotion_compensation()296 cfg->searches_per_step[stage_index] = num_search_pts; in av1_init_dsmotion_compensation()297 cfg->radius[stage_index] = radius; in av1_init_dsmotion_compensation()298 --stage_index; in av1_init_dsmotion_compensation()306 int stage_index = MAX_MVSEARCH_STEPS - 1; in av1_init_motion_fpf() local308 cfg->ss[stage_index][0].mv.col = cfg->ss[stage_index][0].mv.row = 0; in av1_init_motion_fpf()309 cfg->ss[stage_index][0].offset = 0; in av1_init_motion_fpf()[all …]
1175 … for (uint32_t stage_index = 0; stage_index < pCreateInfos[i].stageCount; ++stage_index) { in manual_PreCallValidateCreateGraphicsPipelines() local1176 … if (pCreateInfos[i].pStages[stage_index].stage == VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT) { in manual_PreCallValidateCreateGraphicsPipelines()1178 …} else if (pCreateInfos[i].pStages[stage_index].stage == VK_SHADER_STAGE_TESSELLATION_EVALUATION_B… in manual_PreCallValidateCreateGraphicsPipelines()
3052 …for (uint32_t stage_index = 0; stage_index < pipeline->raytracingPipelineCI.stageCount; stage_inde… in ValidateRayTracingPipelineNV() local3053 const auto &stage = pipeline->raytracingPipelineCI.ptr()->pStages[stage_index]; in ValidateRayTracingPipelineNV()3058 …skip |= ValidatePipelineShaderStage(&stage, pipeline, pipeline->stage_state[stage_index], module, … in ValidateRayTracingPipelineNV()
14582 for (uint32_t stage_index = 0; stage_index < pCreateInfo->stageCount; stage_index++) { in initRayTracingPipelineNV() local14583 const auto &shader_stage = pCreateInfo->pStages[stage_index]; in initRayTracingPipelineNV()14607 state_data->RecordPipelineShaderStage(&shader_stage, this, &stage_state[stage_index]); in initRayTracingPipelineNV()