Home
last modified time | relevance | path

Searched refs:secondLayoutSize (Results 1 – 1 of 1) sorted by relevance

/hardware/interfaces/graphics/mapper/stable-c/implutils/
Dimpltests.cpp190 constexpr int secondLayoutSize = (8 + 1) * sizeof(int64_t); in TEST() local
191 constexpr int expectedSize = firstLayoutSize + secondLayoutSize + sizeof(int64_t) + HeaderSize; in TEST()