Home
last modified time | relevance | path

Searched refs:bitmasks (Results 1 – 18 of 18) sorted by relevance

/hardware/interfaces/bluetooth/audio/utils/aidl_session/
DBluetoothAudioCodecs.h72 static bool IsSingleBit(uint32_t bitmasks, uint32_t bitfield);
/hardware/google/gfxstream/guest/mesa/src/vulkan/util/
Dgen_enum_to_str.py555 bitmasks = sorted(bitmask_factory.registry.values(), key=lambda e: e.name)
567 bitmasks=bitmasks,
/hardware/interfaces/bluetooth/audio/utils/session/
DBluetoothAudioSupportedCodecsDB.cpp117 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/
Dastcenc_find_best_partitioning.cpp747 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/
DVtsHalBluetoothAudioV2_0TargetTest.cpp86 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/
DVtsHalBluetoothAudioV2_1TargetTest.cpp89 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/
Dapi_log_decoder.py220 enum_type = self.typeInfo.bitmasks.get(type.typeName)
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/
Dvuid.adoc36 valid objects, required bitmasks, required array lengths, constraints on
Drevisions.adoc11 position 31>> may not be used for enumerated type bitmasks, due to
Dmarkup.adoc1067 | Technically correct. Vulkan bitmasks are just integers and
1205 This is particularly likely to come up when describing bitmasks.
Dwriting.adoc361 specifying values or bitmasks which affect the operation of a command; or
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/cereal/common/
Dvulkantypes.py943 self.bitmasks: Dict[str, str] = {}
1034 self.bitmasks[name] = typeinfo.elem.get("requires")
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/xml/
DREADME.adoc170 non-bitmasks) and VK_BIT macros to 'bitpos' attributes in the XML and
Dregistry.rnc127 # 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/
Dregistry.adoc643 ** `"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
DChangeLog.adoc3833 * 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/
Dfundamentals.adoc1055 [open,refpage='VkFlags',desc='Vulkan bitmasks',type='basetypes',xrefs='VkColorComponentFlags VkFlag…
1098 [open,refpage='VkFlags64',desc='Vulkan 64-bit bitmasks',type='basetypes',xrefs='VkFlags']
Dlimits.adoc848 For all bitmasks of elink:VkSampleCountFlagBits, the sample count limits
5333 For bitmasks a minimum limit is the least bits all implementations must: