Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShader.hpp448 struct DestinationParameter : Parameter struct in sw::Shader
451 {
463DestinationParameter() : mask(0xF), saturate(false), partialPrecision(false), centroid(false), shi… in DestinationParameter() function
471 bool saturate : 1;
472 bool partialPrecision : 1;
473 bool centroid : 1;
474 signed char shift : 4;