Lines Matching refs:bitpos
852 * attr:bitpos is a literal integer bit position in a bitmask.
857 Exactly one of attr:value and attr:bitpos must be present in an tag:enum
890 attr:value or attr:bitpos.
1691 * attr:bitpos - define a constant bitmask value in the same fashion as an
1693 attr:bitpos is a literal integer bit position in a bitmask.
1695 applied to the <<tag-enum, attr:bitpos attribute of an tag:enum tag.
1739 | Description | attr:value | attr:bitpos | attr:alias | attr:offset | attr:extnum…
1790 <enum bitpos="29" name="VK_KHR_TEST_BITMASK"/>
1795 <enum bitpos="30" extends="VkCullModeFlagBits"
2732 <enum bitpos="0" name="VK_DEVICE_CREATE_VALIDATION_BIT"/>
2733 <enum bitpos="1" name="VK_DEVICE_CREATE_MULTI_DEVICE_IQ_MATCH_BIT"/>
2744 specified using the attr:bitpos attribute.
2833 <enum bitpos="0" name="VK_EXAMPLE_FIRST_BIT"/>
2834 <enum bitpos="1" name="VK_EXAMPLE_SECOND_BIT"/>
2847 The other types have their values are specified using the attr:bitpos
3123 * 2020-01-13 - Restrict attr:bitpos to [0,30] to avoid poorly defined