Searched defs:FragmentOutput (Results 1 – 4 of 4) sorted by relevance
89 struct FragmentOutput struct91 …FragmentOutput(void) : type(glu::TYPE_LAST), precision(glu::PRECISION_LAST), location(0), arrayLen… in FragmentOutput() function95 …FragmentOutput(glu::DataType type_, glu::Precision precision_, int location_, int arrayLength_ = 0) in FragmentOutput() function103 glu::DataType type;104 glu::Precision precision;105 int location;106 int arrayLength; //!< 0 if not an array.
103 struct FragmentOutput struct105 FragmentOutput(rr::GenericVecType type_) : type(type_) in FragmentOutput() function109 rr::GenericVecType type;
85 using FragmentOutput = Array<ElementOutput, kCount>; variable
414 FragmentOutput, enumerator