Lines Matching refs:FragmentOutput
93 struct FragmentOutput struct
95 FragmentOutput (void) in FragmentOutput() function
103 …FragmentOutput (glu::DataType type_, glu::Precision precision_, int location_, int arrayLength_ = … in FragmentOutput() argument
119 vector<FragmentOutput> outputs;
121 OutputVec& operator<< (const FragmentOutput& output) in operator <<()
127 vector<FragmentOutput> toVec (void) const in toVec()
136 … name, const char* desc, const vector<BufferSpec>& fboSpec, const vector<FragmentOutput>& outputs);
148 vector<FragmentOutput> m_outputs;
155 …* name, const char* desc, const vector<BufferSpec>& fboSpec, const vector<FragmentOutput>& outputs) in FragmentOutputCase()
169 …erProgram* createProgram (const glu::RenderContext& context, const vector<FragmentOutput>& outputs) in createProgram()
181 const FragmentOutput& output = outputs[outNdx]; in createProgram()
216 const FragmentOutput& output = outputs[outNdx]; in createProgram()
331 static int getNumInputVectors (const vector<FragmentOutput>& outputs) in getNumInputVectors()
334 for (vector<FragmentOutput>::const_iterator i = outputs.begin(); i != outputs.end(); i++) in getNumInputVectors()
627 const FragmentOutput& output = m_outputs[outputNdx]; in iterate()
778 const FragmentOutput& output = m_outputs[outputNdx]; in iterate()
841 const FragmentOutput& output = m_outputs[outputNdx]; in iterate()
1039 vector<FragmentOutput> outputs; in createRandomCase()
1059 outputs.push_back(FragmentOutput(basicType, precision, curLoc, arrayLen)); in createRandomCase()
1175 …e + "_" + precName + "_float").c_str(), "", fboSpec, (OutputVec() << FragmentOutput(glu::TYPE_FLOA… in init()
1176 …me + "_" + precName + "_vec2").c_str(), "", fboSpec, (OutputVec() << FragmentOutput(glu::TYPE_FLOA… in init()
1177 …me + "_" + precName + "_vec3").c_str(), "", fboSpec, (OutputVec() << FragmentOutput(glu::TYPE_FLOA… in init()
1178 …me + "_" + precName + "_vec4").c_str(), "", fboSpec, (OutputVec() << FragmentOutput(glu::TYPE_FLOA… in init()
1198 …e + "_" + precName + "_float").c_str(), "", fboSpec, (OutputVec() << FragmentOutput(glu::TYPE_FLOA… in init()
1199 …me + "_" + precName + "_vec2").c_str(), "", fboSpec, (OutputVec() << FragmentOutput(glu::TYPE_FLOA… in init()
1200 …me + "_" + precName + "_vec3").c_str(), "", fboSpec, (OutputVec() << FragmentOutput(glu::TYPE_FLOA… in init()
1201 …me + "_" + precName + "_vec4").c_str(), "", fboSpec, (OutputVec() << FragmentOutput(glu::TYPE_FLOA… in init()
1221 …ame + "_" + precName + "_int").c_str(), "", fboSpec, (OutputVec() << FragmentOutput(glu::TYPE_INT,… in init()
1222 …e + "_" + precName + "_ivec2").c_str(), "", fboSpec, (OutputVec() << FragmentOutput(glu::TYPE_INT_… in init()
1223 …e + "_" + precName + "_ivec3").c_str(), "", fboSpec, (OutputVec() << FragmentOutput(glu::TYPE_INT_… in init()
1224 …e + "_" + precName + "_ivec4").c_str(), "", fboSpec, (OutputVec() << FragmentOutput(glu::TYPE_INT_… in init()
1244 …e + "_" + precName + "_uint").c_str(), "", fboSpec, (OutputVec() << FragmentOutput(glu::TYPE_UINT… in init()
1245 …e + "_" + precName + "_uvec2").c_str(), "", fboSpec, (OutputVec() << FragmentOutput(glu::TYPE_UINT… in init()
1246 …e + "_" + precName + "_uvec3").c_str(), "", fboSpec, (OutputVec() << FragmentOutput(glu::TYPE_UINT… in init()
1247 …e + "_" + precName + "_uvec4").c_str(), "", fboSpec, (OutputVec() << FragmentOutput(glu::TYPE_UINT… in init()
1279 …e + "_" + precName + "_float").c_str(), "", fboSpec, (OutputVec() << FragmentOutput(glu::TYPE_FLOA… in init()
1280 …me + "_" + precName + "_vec2").c_str(), "", fboSpec, (OutputVec() << FragmentOutput(glu::TYPE_FLOA… in init()
1281 …me + "_" + precName + "_vec3").c_str(), "", fboSpec, (OutputVec() << FragmentOutput(glu::TYPE_FLOA… in init()
1282 …me + "_" + precName + "_vec4").c_str(), "", fboSpec, (OutputVec() << FragmentOutput(glu::TYPE_FLOA… in init()
1303 …e + "_" + precName + "_float").c_str(), "", fboSpec, (OutputVec() << FragmentOutput(glu::TYPE_FLOA… in init()
1304 …me + "_" + precName + "_vec2").c_str(), "", fboSpec, (OutputVec() << FragmentOutput(glu::TYPE_FLOA… in init()
1305 …me + "_" + precName + "_vec3").c_str(), "", fboSpec, (OutputVec() << FragmentOutput(glu::TYPE_FLOA… in init()
1306 …me + "_" + precName + "_vec4").c_str(), "", fboSpec, (OutputVec() << FragmentOutput(glu::TYPE_FLOA… in init()
1327 …ame + "_" + precName + "_int").c_str(), "", fboSpec, (OutputVec() << FragmentOutput(glu::TYPE_INT,… in init()
1328 …e + "_" + precName + "_ivec2").c_str(), "", fboSpec, (OutputVec() << FragmentOutput(glu::TYPE_INT_… in init()
1329 …e + "_" + precName + "_ivec3").c_str(), "", fboSpec, (OutputVec() << FragmentOutput(glu::TYPE_INT_… in init()
1330 …e + "_" + precName + "_ivec4").c_str(), "", fboSpec, (OutputVec() << FragmentOutput(glu::TYPE_INT_… in init()
1351 …e + "_" + precName + "_uint").c_str(), "", fboSpec, (OutputVec() << FragmentOutput(glu::TYPE_UINT… in init()
1352 …e + "_" + precName + "_uvec2").c_str(), "", fboSpec, (OutputVec() << FragmentOutput(glu::TYPE_UINT… in init()
1353 …e + "_" + precName + "_uvec3").c_str(), "", fboSpec, (OutputVec() << FragmentOutput(glu::TYPE_UINT… in init()
1354 …e + "_" + precName + "_uvec4").c_str(), "", fboSpec, (OutputVec() << FragmentOutput(glu::TYPE_UINT… in init()