Home
last modified time | relevance | path

Searched defs:next_layout (Results 1 – 2 of 2) sorted by relevance

/device/generic/vulkan-cereal/third-party/perfetto-tracing-only/
Dperfetto.cc26993 uint32_t next_layout = layout; in TryAcquireChunk() local
27018 uint32_t next_layout = (layout << kLayoutShift) & kLayoutMask; in TryPartitionPage() local
27078 uint32_t next_layout = layout; in ReleaseChunk() local
/device/generic/goldfish-opengl/system/profiler/
Dperfetto.cpp33282 uint32_t next_layout = layout; in TryAcquireChunk() local
33307 uint32_t next_layout = (layout << kLayoutShift) & kLayoutMask; in TryPartitionPage() local
33367 uint32_t next_layout = layout; in ReleaseChunk() local