Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/src/Vulkan/
H A DVkDevice.cpp157 samplingRoutineCache.reset(new SamplingRoutineCache());
401 return samplingRoutineCache.get(); in getSamplingRoutineCache()
406 samplingRoutineCache->updateSnapshot(); in updateSamplingRoutineSnapshotCache()
H A DVkDevice.hpp182 std::unique_ptr<SamplingRoutineCache> samplingRoutineCache; member in vk::Device