Home
last modified time | relevance | path

Searched refs:target_inst (Results 1 – 2 of 2) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Dset_spec_constant_default_value_pass.cpp158 Instruction* target_inst = nullptr; in GetSpecIdTargetFromDecorationGroup() local
169 if (!target_inst) { in GetSpecIdTargetFromDecorationGroup()
173 target_inst = candidate_inst; in GetSpecIdTargetFromDecorationGroup()
186 if (candidate_inst != target_inst) return nullptr; in GetSpecIdTargetFromDecorationGroup()
189 return target_inst; in GetSpecIdTargetFromDecorationGroup()
232 if (Instruction* target_inst = get_def_use_mgr()->GetDef(target_id)) { in Process() local
233 if (target_inst->opcode() == SpvOp::SpvOpDecorationGroup) { in Process()
235 GetSpecIdTargetFromDecorationGroup(*target_inst, get_def_use_mgr()); in Process()
237 spec_inst = target_inst; in Process()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dset_spec_constant_default_value_pass.cpp158 Instruction* target_inst = nullptr; in GetSpecIdTargetFromDecorationGroup() local
169 if (!target_inst) { in GetSpecIdTargetFromDecorationGroup()
173 target_inst = candidate_inst; in GetSpecIdTargetFromDecorationGroup()
186 if (candidate_inst != target_inst) return nullptr; in GetSpecIdTargetFromDecorationGroup()
189 return target_inst; in GetSpecIdTargetFromDecorationGroup()
232 if (Instruction* target_inst = get_def_use_mgr()->GetDef(target_id)) { in Process() local
233 if (target_inst->opcode() == SpvOp::SpvOpDecorationGroup) { in Process()
235 GetSpecIdTargetFromDecorationGroup(*target_inst, get_def_use_mgr()); in Process()
237 spec_inst = target_inst; in Process()