Searched defs:kBitCount (Results 1 – 4 of 4) sorted by relevance
279 static const size_t kBitCount = 8*sizeof(RawType); variable
247 static const size_t kBitCount = 8*sizeof(RawType); variable
255 static const size_t kBitCount = 8 * sizeof(RawType); variable
2679 constexpr size_t kBitCount = kRenderPassDescSize >> kTransitionByteShift; in updateRenderPassDesc() local