Home | History | Annotate | Download | only in functional

Lines Matching full:prec

1188 		for (int prec = 0; prec < glu::PRECISION_LAST; prec++)
1191 addChild(new PackSnorm4x8Case(m_context, allShaderTypes[shaderTypeNdx], glu::Precision(prec)));
1199 for (int prec = 0; prec < glu::PRECISION_LAST; prec++)
1202 addChild(new PackUnorm4x8Case(m_context, allShaderTypes[shaderTypeNdx], glu::Precision(prec)));
1219 for (int prec = 0; prec < glu::PRECISION_LAST; prec++)
1222 addChild(new PackSnorm2x16Case(m_context, newShaderTypes[shaderTypeNdx], glu::Precision(prec)));
1230 for (int prec = 0; prec < glu::PRECISION_LAST; prec++)
1233 addChild(new PackUnorm2x16Case(m_context, newShaderTypes[shaderTypeNdx], glu::Precision(prec)));