Home
last modified time | relevance | path

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

/external/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.hpp1130 SamplerMethod samplerMethod : BITS(SAMPLER_METHOD_LAST); member