Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Shader/
DSamplerCore.hpp39 struct SamplerFunction struct
41SamplerFunction(SamplerMethod method, SamplerOption option = None) : method(method), option(option… in SamplerFunction() argument
42 operator SamplerMethod() { return method; } in operator SamplerMethod()
44 const SamplerMethod method;
45 const SamplerOption option;
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSamplerCore.hpp44 struct SamplerFunction struct
46 SamplerFunction(SamplerMethod method, bool offset = false, bool sample = false) in SamplerFunction() argument
52 operator SamplerMethod() { return method; } in operator SamplerMethod()
54 const SamplerMethod method;
55 const bool offset;
56 const bool sample;