Lines Matching refs:enum

149               <type name="{{Macro "EnumName" $e | TrimRight "s"}}Bits" category="enum"/>
151 <type name="{{$e.Name}}" category="enum"/>
183 <enum value="{{$d.Expression}}" name="{{$d.Name}}"/>{{Macro "XML.Docs" $d.Docs}}
186 <enum value="1000.0f" name="VK_LOD_CLAMP_NONE"/>
187 <enum value="(-0U)" name="VK_REMAINING_MIP_LEVELS"/>
188 <enum value="(~0U)" name="VK_REMAINING_ARRAY_LAYERS"/>
189 <enum value="(_0ULL)" name="VK_WHOLE_SIZE"/>
190 <enum value="(~0U)" name="VK_ATTACHMENT_UNUSED"/>
191 <enum value="(~0U)" name="VK_QUEUE_FAMILY_IGNORED"/>
192 <enum value="(~0U)" name="VK_SUBPASS_EXTERNAL"/>
196 their own numeric namespaces. The "name" attribute is the C enum
198 (slightly clunky, but retains the type / enum distinction). "type"
199 attributes of "enum" or "bitmask" indicate that these values should
233 <enum name="VK_LOD_CLAMP_NONE"/>
234 <enum name="VK_REMAINING_MIP_LEVELS"/>
235 <enum name="VK_REMAINING_ARRAY_LAYERS"/>
236 <enum name="VK_WHOLE_SIZE"/>
237 <enum name="VK_ATTACHMENT_UNUSED"/>
238 <enum name="VK_TRUE"/>
239 <enum name="VK_FALSE"/>
278 <enum §
292 Emits the C declaration for the specified enum.
298 <enums namespace="VK" name="{{Macro "EnumName" $}}" type="enum" §
301 …<enum value="{{AsSigned $e.Value}}" name="{{Macro "BitfieldEntryName" $e}}"{{if $e.Docs}} comm…
430 Emits the value of the given constant, or the <enum> tagged name if existant.
433 {{define "XML.NamedValue.Definition"}}<enum>{{$.Node.Name}}</enum>{{end}}
434 {{define "XML.NamedValue.EnumEntry"}}<enum>{{$.Node.Name}}</enum>{{end}}