Searched refs:isBitmask (Results 1 – 6 of 6) sorted by relevance
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_enums.hpp | 16 static VULKAN_HPP_CONST_OR_CONSTEXPR bool isBitmask = false; member 201 …template <typename BitType, typename std::enable_if<FlagTraits<BitType>::isBitmask, bool>::type = … 207 …template <typename BitType, typename std::enable_if<FlagTraits<BitType>::isBitmask, bool>::type = … 213 …template <typename BitType, typename std::enable_if<FlagTraits<BitType>::isBitmask, bool>::type = … 219 …template <typename BitType, typename std::enable_if<FlagTraits<BitType>::isBitmask, bool>::type = … 1024 static VULKAN_HPP_CONST_OR_CONSTEXPR bool isBitmask = true; member 1075 static VULKAN_HPP_CONST_OR_CONSTEXPR bool isBitmask = true; member 1124 static VULKAN_HPP_CONST_OR_CONSTEXPR bool isBitmask = true; member 1145 static VULKAN_HPP_CONST_OR_CONSTEXPR bool isBitmask = true; member 1166 static VULKAN_HPP_CONST_OR_CONSTEXPR bool isBitmask = true; member [all …]
|
D | vulkan_enums.hpp | 16 static VULKAN_HPP_CONST_OR_CONSTEXPR bool isBitmask = false; member 201 …template <typename BitType, typename std::enable_if<FlagTraits<BitType>::isBitmask, bool>::type = … 207 …template <typename BitType, typename std::enable_if<FlagTraits<BitType>::isBitmask, bool>::type = … 213 …template <typename BitType, typename std::enable_if<FlagTraits<BitType>::isBitmask, bool>::type = … 219 …template <typename BitType, typename std::enable_if<FlagTraits<BitType>::isBitmask, bool>::type = … 1821 static VULKAN_HPP_CONST_OR_CONSTEXPR bool isBitmask = true; member 1893 static VULKAN_HPP_CONST_OR_CONSTEXPR bool isBitmask = true; member 1963 static VULKAN_HPP_CONST_OR_CONSTEXPR bool isBitmask = true; member 2000 static VULKAN_HPP_CONST_OR_CONSTEXPR bool isBitmask = true; member 2022 static VULKAN_HPP_CONST_OR_CONSTEXPR bool isBitmask = true; member [all …]
|
/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/ |
D | drmproperty.cpp | 134 bool DrmProperty::isBitmask() const { in isBitmask() function in android::DrmProperty 184 } else if (isBitmask()) { in validateChange()
|
/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/ |
D | drmproperty.h | 55 bool isBitmask() const;
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/cereal/ |
D | api_log_decoder.py | 219 if type.isBitmask(self.typeInfo):
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/cereal/common/ |
D | vulkantypes.py | 466 def isBitmask(self, typeInfo): member in VulkanType
|