Home
last modified time | relevance | path

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

/external/swiftshader/src/Pipeline/
DSamplerCore.hpp41 struct SamplerFunction struct
43 SamplerFunction(SamplerMethod method, bool offset = false, bool sample = false) in SamplerFunction() function
49 operator SamplerMethod() { return method; } in operator SamplerMethod()
51 const SamplerMethod method;
52 const bool offset;
53 const bool sample;
/external/swiftshader/src/Shader/
DSamplerCore.hpp39 struct SamplerFunction struct
41SamplerFunction(SamplerMethod method, SamplerOption option = None) : method(method), option(option… in SamplerFunction() function
42 operator SamplerMethod() { return method; } in operator SamplerMethod()
44 const SamplerMethod method;
45 const SamplerOption option;