Home | History | Annotate | Download | only in pipeline

Lines Matching refs:threshold

838 	Vec4 threshold(0.01f);
843 threshold = Vec4(getNormChannelThreshold(format, 4), getNormChannelThreshold(format, 4), 1.0f, 1.0f);
847 threshold = Vec4(getNormChannelThreshold(format, 5), getNormChannelThreshold(format, 6), getNormChannelThreshold(format, 5), 1.0f);
851 threshold = Vec4(getNormChannelThreshold(format, 5), getNormChannelThreshold(format, 5), getNormChannelThreshold(format, 5), 1.0f);
855 threshold = Vec4(getNormChannelThreshold(format, 4));
859 threshold = Vec4(getNormChannelThreshold(format, 5), getNormChannelThreshold(format, 5), getNormChannelThreshold(format, 5), 0.1f);
864 threshold = Vec4(getNormChannelThreshold(format, 10), getNormChannelThreshold(format, 10), getNormChannelThreshold(format, 10), 0.34f);
869 threshold = Vec4(getNormChannelThreshold(format, 8));
874 threshold = Vec4(getNormChannelThreshold(format, 16));
879 threshold = Vec4(getNormChannelThreshold(format, 32));
883 threshold = Vec4(0.005f);
887 threshold = Vec4(0.00001f);
891 threshold = Vec4(0.02f, 0.02f, 0.0625f, 1.0f);
895 threshold = Vec4(0.05f, 0.05f, 0.05f, 1.0f);
904 return threshold.swizzle(2, 1, 0, 3);
906 return threshold;
953 const tcu::Vec4 threshold (getFormatThreshold(tcuColorFormat));
960 threshold,