Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DCompositorVk.h252 static constexpr const uint32_t k_renderTargetCacheSize = 128; variable
DCompositorVk.cpp159 m_renderTargetCache(k_renderTargetCacheSize) {} in CompositorVk()