Home
last modified time | relevance | path

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

/third_party/spirv-tools/source/opt/
Dinterface_var_sroa.cpp561 uint32_t interface_var_id = interface_var->result_id(); in ReplaceInterfaceVarInEntryPoint() local
563 interface_var_id) != in ReplaceInterfaceVarInEntryPoint()
571 [&interface_var_id, &scalar_var_id](uint32_t* id) { in ReplaceInterfaceVarInEntryPoint()
572 if (*id == interface_var_id) { in ReplaceInterfaceVarInEntryPoint()
590 interface_vars_removed_from_entry_point_operands_.insert(interface_var_id); in ReplaceInterfaceVarInEntryPoint()
Dinterface_var_sroa.h95 Instruction* GetInterfaceVariable(uint32_t interface_var_id);