Home
last modified time | relevance | path

Searched defs:LinkageSymbolInfo (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/link/
Dlinker.cpp53 struct LinkageSymbolInfo { struct
54 SpvId id; // ID of the symbol
55 SpvId type_id; // ID of the type of the symbol
56 std::string name; // unique name defining the symbol and used for matching
58 std::vector<SpvId> parameter_ids; // ID of the parameters of the symbol, if
/external/deqp-deps/SPIRV-Tools/source/link/
Dlinker.cpp53 struct LinkageSymbolInfo { struct
54 SpvId id; // ID of the symbol
55 SpvId type_id; // ID of the type of the symbol
56 std::string name; // unique name defining the symbol and used for matching
58 std::vector<SpvId> parameter_ids; // ID of the parameters of the symbol, if