Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkDevice.cpp156 samplingRoutineCache.reset(new SamplingRoutineCache());
389 return samplingRoutineCache.get(); in getSamplingRoutineCache()
394 samplingRoutineCache->updateSnapshot(); in updateSamplingRoutineSnapshotCache()
DVkDevice.hpp196 std::unique_ptr<SamplingRoutineCache> samplingRoutineCache; member in vk::Device