Home
last modified time | relevance | path

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

/external/swiftshader/src/Pipeline/
DSamplerCore.hpp27 enum SamplerMethod : uint32_t enum
43 SamplerFunction(SamplerMethod method, bool offset = false, bool sample = false) in SamplerFunction()
49 operator SamplerMethod() { return method; } in operator SamplerMethod()
51 const SamplerMethod method;
DSpirvShader.hpp478 ImageInstruction(Variant variant, SamplerMethod samplerMethod) in ImageInstruction()
492 return { static_cast<SamplerMethod>(samplerMethod), offset != 0, sample != 0 }; in getSamplerFunction()
/external/swiftshader/src/Shader/
DSamplerCore.hpp23 enum SamplerMethod enum
41 …SamplerFunction(SamplerMethod method, SamplerOption option = None) : method(method), option(option… in SamplerFunction()
42 operator SamplerMethod() { return method; } in operator SamplerMethod()
44 const SamplerMethod method;