Home
last modified time | relevance | path

Searched refs:interface_var (Results 1 – 5 of 5) sorted by relevance

/third_party/spirv-tools/source/opt/
Dinterface_var_sroa.cpp155 CheckExtraArraynessConflictBetweenEntries(Instruction* interface_var, in CheckExtraArraynessConflictBetweenEntries() argument
158 return !ReportErrorIfHasNoExtraArraynessForOtherEntry(interface_var); in CheckExtraArraynessConflictBetweenEntries()
160 return !ReportErrorIfHasExtraArraynessForOtherEntry(interface_var); in CheckExtraArraynessConflictBetweenEntries()
191 Instruction* interface_var = context()->get_def_use_mgr()->GetDef( in CollectInterfaceVariables() local
193 assert(interface_var->opcode() == SpvOpVariable); in CollectInterfaceVariables()
195 SpvStorageClass storage_class = GetStorageClass(interface_var); in CollectInterfaceVariables()
201 interface_vars.push_back(interface_var); in CollectInterfaceVariables()
243 Instruction* interface_var, Instruction* interface_var_type, in ReplaceInterfaceVariableWithScalars() argument
247 GetStorageClass(interface_var), in ReplaceInterfaceVariableWithScalars()
252 KillLocationAndComponentDecorations(interface_var->result_id()); in ReplaceInterfaceVariableWithScalars()
[all …]
Dinterface_var_sroa.h107 bool ReplaceInterfaceVariableWithScalars(Instruction* interface_var,
150 Instruction* interface_var, uint32_t extra_arrayness,
163 Instruction* interface_var,
182 Instruction* interface_var,
200 Instruction* interface_var, Instruction* interface_var_user,
277 bool ReplaceInterfaceVarInEntryPoint(Instruction* interface_var,
372 bool CheckExtraArraynessConflictBetweenEntries(Instruction* interface_var,
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_interfaces.cpp497 auto interface_var = _.FindDef(interface_id); in ValidateLocations() local
498 auto storage_class = interface_var->GetOperandAs<SpvStorageClass>(2); in ValidateLocations()
513 _, entry_point, interface_var, locations, &output_locations_index1)) in ValidateLocations()
/third_party/spirv-tools/source/val/
Dvalidate_interfaces.cpp513 auto interface_var = _.FindDef(interface_id); in ValidateLocations() local
514 auto storage_class = interface_var->GetOperandAs<SpvStorageClass>(2); in ValidateLocations()
529 _, entry_point, interface_var, locations, &output_locations_index1)) in ValidateLocations()
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_interfaces.cpp497 auto interface_var = _.FindDef(interface_id); in ValidateLocations() local
498 auto storage_class = interface_var->GetOperandAs<SpvStorageClass>(2); in ValidateLocations()
513 _, entry_point, interface_var, locations, &output_locations_index1)) in ValidateLocations()