|  | {{- /* | 
|  | -------------------------------------------------------------------------------- | 
|  | Template file for use with tools/src/cmd/gen to generate builtin_value.cc | 
|  |  | 
|  | See: | 
|  | * tools/src/cmd/gen for structures used by this template | 
|  | * https://golang.org/pkg/text/template/ for documentation on the template syntax | 
|  | -------------------------------------------------------------------------------- | 
|  | */ -}} | 
|  |  | 
|  | {{- Import "src/tint/templates/enums.tmpl.inc" -}} | 
|  |  | 
|  | #include "src/tint/builtin/interpolation_sampling.h" | 
|  |  | 
|  | #include <string> | 
|  |  | 
|  | namespace tint::builtin { | 
|  |  | 
|  | {{ Eval "ParseEnum" (Sem.Enum "interpolation_sampling")}} | 
|  |  | 
|  | {{ Eval "EnumOStream" (Sem.Enum "interpolation_sampling")}} | 
|  |  | 
|  | }  // namespace tint::builtin |