| 726 | } |
| 727 | |
| 728 | bool SymbolMatchesGlobalInput( const Symbol& symbol, const GlobalInputElement& element ) |
| 729 | { |
| 730 | return symbol.name == element.name && symbol.type == element.type; |
| 731 | } |
| 732 | |
| 733 | void AssignRegisters( ASTNode* root, InputStageType stage, Registers& registers, const std::vector<GlobalInputElement>& globalInput, std::vector<RegisterSpecifier>& globalInputRegisters ) |
| 734 | { |