Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/src/Vulkan/
H A DVkDevice.hpp133 SamplingRoutineCache *getSamplingRoutineCache() const;
H A DVkDevice.cpp399 Device::SamplingRoutineCache *Device::getSamplingRoutineCache() const in getSamplingRoutineCache() function in vk::Device
/aosp_15_r20/external/swiftshader/src/Pipeline/
H A DSpirvShaderSampling.cpp131 vk::Device::SamplingRoutineCache *cache = device->getSamplingRoutineCache(); in getImageSampler()