Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/vulkan_enc/
DCommandBufferStagingStream.cpp52 m_usingCustomAlloc = true; in CommandBufferStagingStream()
150 const size_t metadataSize = m_usingCustomAlloc ? kSyncDataSize : 0; in getDataPtr()
155 if (!m_usingCustomAlloc) { in markFlushing()
193 if (m_usingCustomAlloc) { in allocBuffer()
DCommandBufferStagingStream.h109 bool m_usingCustomAlloc = false; variable