/hardware/interfaces/bluetooth/audio/utils/aidl_session/ |
D | BluetoothAudioCodecs.h | 72 static bool IsSingleBit(uint32_t bitmasks, uint32_t bitfield);
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/util/ |
D | gen_enum_to_str.py | 555 bitmasks = sorted(bitmask_factory.registry.values(), key=lambda e: e.name) 567 bitmasks=bitmasks,
|
/hardware/interfaces/bluetooth/audio/utils/session/ |
D | BluetoothAudioSupportedCodecsDB.cpp | 117 static bool IsSingleBit(uint32_t bitmasks, uint32_t bitfield) { in IsSingleBit() argument 120 while (test_bit <= bitmasks && test_bit <= bitfield) { in IsSingleBit() 121 if (bitfield & test_bit && bitmasks & test_bit) { in IsSingleBit()
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenc_find_best_partitioning.cpp | 747 uint64_t bitmasks[1024/64] { 0 }; in find_best_partition_candidates() local 758 bool written = bitmasks[word] & (1ull << bit); in find_best_partition_candidates() 763 bitmasks[word] |= 1ull << bit; in find_best_partition_candidates()
|
/hardware/interfaces/bluetooth/audio/2.0/vts/functional/ |
D | VtsHalBluetoothAudioV2_0TargetTest.cpp | 86 std::vector<T> ExtractValuesFromBitmask(T bitmasks, uint32_t bitfield, in ExtractValuesFromBitmask() argument 93 while (test_bit <= static_cast<uint32_t>(bitmasks) && test_bit <= bitfield) { in ExtractValuesFromBitmask() 95 if ((!(bitmasks & test_bit) && !supported) || in ExtractValuesFromBitmask() 96 ((bitmasks & test_bit) && supported)) { in ExtractValuesFromBitmask()
|
/hardware/interfaces/bluetooth/audio/2.1/vts/functional/ |
D | VtsHalBluetoothAudioV2_1TargetTest.cpp | 89 std::vector<T> ExtractValuesFromBitmask(T bitmasks, uint32_t bitfield, in ExtractValuesFromBitmask() argument 96 while (test_bit <= static_cast<uint32_t>(bitmasks) && test_bit <= bitfield) { in ExtractValuesFromBitmask() 98 if ((!(bitmasks & test_bit) && !supported) || in ExtractValuesFromBitmask() 99 ((bitmasks & test_bit) && supported)) { in ExtractValuesFromBitmask()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/cereal/ |
D | api_log_decoder.py | 220 enum_type = self.typeInfo.bitmasks.get(type.typeName)
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/ |
D | vuid.adoc | 36 valid objects, required bitmasks, required array lengths, constraints on
|
D | revisions.adoc | 11 position 31>> may not be used for enumerated type bitmasks, due to
|
D | markup.adoc | 1067 | Technically correct. Vulkan bitmasks are just integers and 1205 This is particularly likely to come up when describing bitmasks.
|
D | writing.adoc | 361 specifying values or bitmasks which affect the operation of a command; or
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/cereal/common/ |
D | vulkantypes.py | 943 self.bitmasks: Dict[str, str] = {} 1034 self.bitmasks[name] = typeinfo.elem.get("requires")
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/xml/ |
D | README.adoc | 170 non-bitmasks) and VK_BIT macros to 'bitpos' attributes in the XML and
|
D | registry.rnc | 127 # pointers), VK_NULL_HANDLE (for handles) or 0 (for bitmasks/values) 328 # pointers), VK_NULL_HANDLE (for handles) or 0 (for bitmasks/values)
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | registry.adoc | 643 ** `"bitmask"` corresponds to bitmasks and `VkBool32`, where set bits 721 * `bitmask` (enumeration types whose members are bitmasks) 2894 Note that 32-bit bitmasks must use an integer in the range [0,30] - C enums 3103 all scalar types, not just bitmasks and array sizes (internal issue
|
D | ChangeLog.adoc | 3833 * Make spec language describing bitmasks consistent as 'Bits which can: be 4677 64-bit bitmasks should be reserved in both types (internal merge issue 5833 * Fix valid usage generation script for optional bitmasks in a 6039 and corresponding bitmasks (internal merge request 3718). 7020 conventions for bitmasks (public issue 1075).
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | fundamentals.adoc | 1055 [open,refpage='VkFlags',desc='Vulkan bitmasks',type='basetypes',xrefs='VkColorComponentFlags VkFlag… 1098 [open,refpage='VkFlags64',desc='Vulkan 64-bit bitmasks',type='basetypes',xrefs='VkFlags']
|
D | limits.adoc | 848 For all bitmasks of elink:VkSampleCountFlagBits, the sample count limits 5333 For bitmasks a minimum limit is the least bits all implementations must:
|