Home
last modified time | relevance | path

Searched defs:samplerMethod (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderSampling.cpp47 auto samplerMethod = static_cast<SamplerMethod>(instruction.samplerMethod); in getImageSampler() local
266 …e(const vk::SamplerState *samplerState, VkImageViewType imageViewType, SamplerMethod samplerMethod) in convertFilterMode()
DSpirvShader.hpp557 SamplerMethod samplerMethod : BITS(SAMPLER_METHOD_LAST); member