Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/src/Pipeline/
H A DSpirvShaderSampling.cpp41 auto createSamplingRoutine = [device](const vk::Device::SamplingRoutineCache::Key &key) { in getImageSampler() local
132 auto routine = cache->getOrCreate(key, createSamplingRoutine); in getImageSampler()