Searched defs:BIT (Results 1 – 11 of 11) sorted by relevance
18 #define BIT(x) (1 << x) macro
23 #define BIT(x) (1 << x) macro
11 #define BIT(x) (1 << x) macro
38 #define BIT(x) (1 << (x)) macro
939 #define BIT(x) (0x01 << x) macro
2094 #define SetUsageBit(BIT, VALUE) \ in getBufferCollectionConstraintsVulkanImageUsage() argument2112 #define SetUsageBit(BIT, VALUE) \ in getBufferCollectionConstraintsVulkanBufferUsage() argument
83 BIT = 1; enumerator
11764 static constexpr auto BIT = GpuCounterDescriptor_MeasureUnit_BIT; member in perfetto::protos::gen::GpuCounterDescriptor