Home
last modified time | relevance | path

Searched defs:kAlignment (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrMemoryPool.h121 kAlignment = 8, enumerator
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dpool_urbg.cc191 constexpr size_t kAlignment = in PoolAlignedAlloc() local
/third_party/abseil-cpp/absl/random/internal/
Dpool_urbg.cc191 constexpr size_t kAlignment = in PoolAlignedAlloc() local
/third_party/abseil-cpp/absl/base/internal/
Dthread_identity.h55 static constexpr int kAlignment = 1 << kLowZeroBits; member
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Dthread_identity.h56 static constexpr int kAlignment = 1 << kLowZeroBits; member
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DBufferVk.cpp142 constexpr size_t kAlignment = 4u; in Initialize() local
/third_party/gn/src/gn/
Dimmutable_vector.h216 static constexpr size_t kAlignment = alignof(T) > alignof(Header) variable