Searched defs:DestinationParameter (Results 1 – 2 of 2) sorted by relevance
447 struct DestinationParameter : Parameter struct in sw::Shader450 {462 …DestinationParameter() : mask(0xF), saturate(false), partialPrecision(false), centroid(false), shi… in DestinationParameter() argument470 bool saturate : 1;471 bool partialPrecision : 1;472 bool centroid : 1;473 signed char shift : 4;
446 struct DestinationParameter : Parameter struct in sw::Shader449 {461 …DestinationParameter() : mask(0xF), saturate(false), partialPrecision(false), centroid(false), shi… in DestinationParameter() function469 bool saturate : 1;470 bool partialPrecision : 1;471 bool centroid : 1;472 signed char shift : 4;