Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/src/Pipeline/
H A DSamplerCore.hpp44 struct SamplerFunction struct
46 SamplerFunction(SamplerMethod method, bool offset = false, bool sample = false) in SamplerFunction() argument
52 operator SamplerMethod() const { return method; } in operator SamplerMethod()
54 const SamplerMethod method;
55 const bool offset;
56 const bool sample;