Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/src/Pipeline/
H A DSpirvShaderSampling.cpp47 auto samplerMethod = static_cast<SamplerMethod>(instruction.samplerMethod); in getImageSampler() local
275 …e(const vk::SamplerState *samplerState, VkImageViewType imageViewType, SamplerMethod samplerMethod) in convertFilterMode()
H A DSpirvShader.hpp1167 SamplerMethod samplerMethod : BITS(SAMPLER_METHOD_LAST); member