Searched defs:DestinationParameter (Results 1 – 1 of 1) sorted by relevance
448 struct DestinationParameter : Parameter struct in sw::Shader451 {463 …DestinationParameter() : mask(0xF), saturate(false), partialPrecision(false), centroid(false), shi… in DestinationParameter() function471 bool saturate : 1;472 bool partialPrecision : 1;473 bool centroid : 1;474 signed char shift : 4;