Home
last modified time | relevance | path

Searched refs:bitpos (Results 1 – 9 of 9) sorted by relevance

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_symbolic_physical.cpp229 int bitpos = 2; in symbolic_to_physical() local
234 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() local
452 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()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
Dvkconventions.py262 def valid_flag_bit(self, bitpos): argument
269 return bitpos >= 0 and bitpos < 31
Dgenerator.py466 bitpos = int(value, 0)
467 numVal = 1 << bitpos
469 if bitwidth == 64 or bitpos >= 32:
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/spec_tools/
Dconventions.py416 def valid_flag_bit(self, bitpos): argument
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
Dregistry.adoc852 * 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"/>
[all …]
DChangeLog.adoc6749 `bitpos` attribute is defined; and finally, add a test to the generator
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/xml/
Dregistry.rnc231 # bitpos - integer bit position of the enumerant in a bitmask
238 # value and bitpos allow, and extnumber/offset/dir require:
261 attribute bitpos { Integer } &
DREADME.adoc170 non-bitmasks) and VK_BIT macros to 'bitpos' attributes in the XML and
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/
Dextensions.adoc880 <enum bitpos="6" extends="VkQueueFlagBits" name="VK_QUEUE_RESERVED_6_BIT_KHR"/>