Home
last modified time | relevance | path

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

/external/swiftshader/src/Shader/
DShader.hpp447 struct DestinationParameter : Parameter struct in sw::Shader
450 {
462DestinationParameter() : mask(0xF), saturate(false), partialPrecision(false), centroid(false), shi… in DestinationParameter() argument
470 bool saturate : 1;
471 bool partialPrecision : 1;
472 bool centroid : 1;
473 signed char shift : 4;
/external/swiftshader/src/Pipeline/
DShader.hpp446 struct DestinationParameter : Parameter struct in sw::Shader
449 {
461DestinationParameter() : mask(0xF), saturate(false), partialPrecision(false), centroid(false), shi… in DestinationParameter() function
469 bool saturate : 1;
470 bool partialPrecision : 1;
471 bool centroid : 1;
472 signed char shift : 4;