Home
last modified time | relevance | path

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

/external/harfbuzz_ng/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.cc1899 for (unsigned int stage_index = 0; stage_index < stages[table_index].length; stage_index++) { in apply() local
1900 const stage_map_t *stage = &stages[table_index][stage_index]; in apply()
/external/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.cpp1270 int stage_index = InterfaceBlockStageIndex[i][j]; in interstage_cross_validate_uniform_blocks() local
1272 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()
/external/libaom/libaom/av1/encoder/
Dmcomp.c275 int stage_index = MAX_MVSEARCH_STEPS - 1; in av1_init_dsmotion_compensation() local
277 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() local
308 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 …]
/external/vulkan-validation-layers/layers/
Dparameter_validation_utils.cpp1175 … for (uint32_t stage_index = 0; stage_index < pCreateInfos[i].stageCount; ++stage_index) { in manual_PreCallValidateCreateGraphicsPipelines() local
1176 … 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()
Dshader_validation.cpp3052 …for (uint32_t stage_index = 0; stage_index < pipeline->raytracingPipelineCI.stageCount; stage_inde… in ValidateRayTracingPipelineNV() local
3053 const auto &stage = pipeline->raytracingPipelineCI.ptr()->pStages[stage_index]; in ValidateRayTracingPipelineNV()
3058 …skip |= ValidatePipelineShaderStage(&stage, pipeline, pipeline->stage_state[stage_index], module, … in ValidateRayTracingPipelineNV()
Dcore_validation.cpp14582 for (uint32_t stage_index = 0; stage_index < pCreateInfo->stageCount; stage_index++) { in initRayTracingPipelineNV() local
14583 const auto &shader_stage = pCreateInfo->pStages[stage_index]; in initRayTracingPipelineNV()
14607 state_data->RecordPipelineShaderStage(&shader_stage, this, &stage_state[stage_index]); in initRayTracingPipelineNV()