Searched refs:bitpos (Results 1 – 9 of 9) sorted by relevance
229 int bitpos = 2; in symbolic_to_physical() local234 encoded_type |= classbit_of_format << bitpos; in symbolic_to_physical()235 bitpos++; in symbolic_to_physical()241 encoded_type |= lowbits_of_format << bitpos; in symbolic_to_physical()242 bitpos += 2; in symbolic_to_physical()447 int bitpos = 2; in physical_to_symbolic() local452 color_formats[i] = (((encoded_type >> bitpos) & 1) + baseclass) << 2; in physical_to_symbolic()453 bitpos++; in physical_to_symbolic()458 color_formats[i] |= (encoded_type >> bitpos) & 3; in physical_to_symbolic()459 bitpos += 2; in physical_to_symbolic()
262 def valid_flag_bit(self, bitpos): argument269 return bitpos >= 0 and bitpos < 31
466 bitpos = int(value, 0)467 numVal = 1 << bitpos469 if bitwidth == 64 or bitpos >= 32:
416 def valid_flag_bit(self, bitpos): argument
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:enum890 attr:value or attr:bitpos.1691 * attr:bitpos - define a constant bitmask value in the same fashion as an1693 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"/>[all …]
6749 `bitpos` attribute is defined; and finally, add a test to the generator
231 # bitpos - integer bit position of the enumerant in a bitmask238 # value and bitpos allow, and extnumber/offset/dir require:261 attribute bitpos { Integer } &
170 non-bitmasks) and VK_BIT macros to 'bitpos' attributes in the XML and
880 <enum bitpos="6" extends="VkQueueFlagBits" name="VK_QUEUE_RESERVED_6_BIT_KHR"/>