Lines Matching refs:commonFunctionsGroup
2025 …tcu::TestCaseGroup* const commonFunctionsGroup = new tcu::TestCaseGroup(m_testCtx, "common_funct… in init() local
2034 addChild(commonFunctionsGroup); in init()
2093 …{ commonFunctionsGroup, "abs", "abs", { F, F, N, N }, attrNegPos, -1, false, false, P… in init()
2094 …{ commonFunctionsGroup, "abs", "abs", { V4, V4, N, N }, attrNegPos, -1, false, false, P… in init()
2095 …{ commonFunctionsGroup, "sign", "sign", { F, F, N, N }, attrNegPos, -1, false, false,… in init()
2096 …{ commonFunctionsGroup, "sign", "sign", { V4, V4, N, N }, attrNegPos, -1, false, false,… in init()
2097 …{ commonFunctionsGroup, "floor", "floor", { F, F, N, N }, attrNegPos, -1, false, false,… in init()
2098 …{ commonFunctionsGroup, "floor", "floor", { V4, V4, N, N }, attrNegPos, -1, false, false,… in init()
2099 …{ commonFunctionsGroup, "trunc", "trunc", { F, F, N, N }, attrNegPos, -1, false, false,… in init()
2100 …{ commonFunctionsGroup, "trunc", "trunc", { V4, V4, N, N }, attrNegPos, -1, false, false,… in init()
2101 …{ commonFunctionsGroup, "round", "round", { F, F, N, N }, attrNegPos, -1, false, false,… in init()
2102 …{ commonFunctionsGroup, "round", "round", { V4, V4, N, N }, attrNegPos, -1, false, false,… in init()
2103 …{ commonFunctionsGroup, "roundEven", "roundEven", { F, F, N, N }, attrNegPos, -1, false, … in init()
2104 …{ commonFunctionsGroup, "roundEven", "roundEven", { V4, V4, N, N }, attrNegPos, -1, false, … in init()
2105 …{ commonFunctionsGroup, "ceil", "ceil", { F, F, N, N }, attrNegPos, -1, false, false,… in init()
2106 …{ commonFunctionsGroup, "ceil", "ceil", { V4, V4, N, N }, attrNegPos, -1, false, false,… in init()
2107 …{ commonFunctionsGroup, "fract", "fract", { F, F, N, N }, attrNegPos, -1, false, false,… in init()
2108 …{ commonFunctionsGroup, "fract", "fract", { V4, V4, N, N }, attrNegPos, -1, false, false,… in init()
2109 …{ commonFunctionsGroup, "mod", "mod", { GT, GT, GT, N }, attrNegPos, -1, false, false, P… in init()
2110 …{ commonFunctionsGroup, "min", "min", { F, F, F, N }, attrNegPos, -1, false, false, P… in init()
2111 …{ commonFunctionsGroup, "min", "min", { V4, V4, V4, N }, attrNegPos, -1, false, false, P… in init()
2112 …{ commonFunctionsGroup, "max", "max", { F, F, F, N }, attrNegPos, -1, false, false, P… in init()
2113 …{ commonFunctionsGroup, "max", "max", { V4, V4, V4, N }, attrNegPos, -1, false, false, P… in init()
2114 …{ commonFunctionsGroup, "clamp", "clamp", { F, F, F, F }, attrSmall, 2, false, false, … in init()
2115 …{ commonFunctionsGroup, "clamp", "clamp", { V4, V4, V4, V4 }, attrSmall, 2, false, false, … in init()
2116 …{ commonFunctionsGroup, "mix", "mix", { F, F, F, F }, attrNegPos, -1, false, false, P… in init()
2117 …{ commonFunctionsGroup, "mix", "mix", { V4, V4, V4, V4 }, attrNegPos, -1, false, false, P… in init()
2118 …{ commonFunctionsGroup, "mix", "mix", { F, F, F, B }, attrNegPos, -1, false, false, P… in init()
2119 …{ commonFunctionsGroup, "mix", "mix", { V4, V4, V4, B4 }, attrNegPos, -1, false, false, P… in init()
2120 …{ commonFunctionsGroup, "step", "step", { F, F, F, N }, attrNegPos, -1, false, false,… in init()
2121 …{ commonFunctionsGroup, "step", "step", { V4, V4, V4, N }, attrNegPos, -1, false, false,… in init()
2122 …{ commonFunctionsGroup, "smoothstep", "smoothstep", { F, F, F, F }, attrSmall, 1, false,… in init()
2123 …{ commonFunctionsGroup, "smoothstep", "smoothstep", { V4, V4, V4, V4 }, attrSmall, 1, false,… in init()
2124 …{ commonFunctionsGroup, "isnan", "isnan", { B, F, N, N }, attrNegPos, -1, false, false,… in init()
2125 …{ commonFunctionsGroup, "isnan", "isnan", { B4, V4, N, N }, attrNegPos, -1, false, false,… in init()
2126 …{ commonFunctionsGroup, "isinf", "isinf", { B, F, N, N }, attrNegPos, -1, false, false,… in init()
2127 …{ commonFunctionsGroup, "isinf", "isinf", { B4, V4, N, N }, attrNegPos, -1, false, false,… in init()
2128 …{ commonFunctionsGroup, "floatBitsToInt", "floatBitsToInt", { I, F, N, N }, attrNegPos, -1,… in init()
2129 …{ commonFunctionsGroup, "floatBitsToInt", "floatBitsToInt", { I4, V4, N, N }, attrNegPos, -1,… in init()
2130 …{ commonFunctionsGroup, "intBitsToFloat", "intBitsToFloat", { F, I, N, N }, attrNegPos, -1,… in init()
2131 …{ commonFunctionsGroup, "intBitsToFloat", "intBitsToFloat", { V4, I4, N, N }, attrNegPos, -1,… in init()