Searched refs:geometricFunctionsGroup (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles2/performance/ |
D | es2pShaderOperatorTests.cpp | 2014 …tcu::TestCaseGroup* const geometricFunctionsGroup = new tcu::TestCaseGroup(m_testCtx, "geometric"… in init() local 2023 addChild(geometricFunctionsGroup); in init() 2092 …{ geometricFunctionsGroup, "length", "length", { F, VL, N, N }, attrNegPos, -1, false, fa… in init() 2093 …{ geometricFunctionsGroup, "distance", "distance", { F, VL, VL, N }, attrNegPos, -1, false… in init() 2094 …{ geometricFunctionsGroup, "dot", "dot", { F, VL, VL, N }, attrNegPos, -1, false, false,… in init() 2095 …{ geometricFunctionsGroup, "cross", "cross", { V3, V3, V3, N }, attrNegPos, -1, false, fals… in init() 2096 …{ geometricFunctionsGroup, "normalize", "normalize", { VL, VL, N, N }, attrNegPos, -1, false… in init() 2097 …{ geometricFunctionsGroup, "faceforward", "faceforward", { VL, VL, VL, VL }, attrNegPos, -1, f… in init() 2098 …{ geometricFunctionsGroup, "reflect", "reflect", { VL, VL, VL, N }, attrNegPos, -1, false, … in init() 2099 …{ geometricFunctionsGroup, "refract", "refract", { VL, VL, VL, F }, attrNegPos, -1, false, … in init()
|
/external/deqp/modules/gles3/performance/ |
D | es3pShaderOperatorTests.cpp | 2026 …tcu::TestCaseGroup* const geometricFunctionsGroup = new tcu::TestCaseGroup(m_testCtx, "geometric"… in init() local 2035 addChild(geometricFunctionsGroup); in init() 2133 …{ geometricFunctionsGroup, "length", "length", { F, VL, N, N }, attrNegPos, -1, false, fa… in init() 2134 …{ geometricFunctionsGroup, "distance", "distance", { F, VL, VL, N }, attrNegPos, -1, false… in init() 2135 …{ geometricFunctionsGroup, "dot", "dot", { F, VL, VL, N }, attrNegPos, -1, false, false,… in init() 2136 …{ geometricFunctionsGroup, "cross", "cross", { V3, V3, V3, N }, attrNegPos, -1, false, fals… in init() 2137 …{ geometricFunctionsGroup, "normalize", "normalize", { VL, VL, N, N }, attrNegPos, -1, false… in init() 2138 …{ geometricFunctionsGroup, "faceforward", "faceforward", { VL, VL, VL, VL }, attrNegPos, -1, f… in init() 2139 …{ geometricFunctionsGroup, "reflect", "reflect", { VL, VL, VL, N }, attrNegPos, -1, false, … in init() 2140 …{ geometricFunctionsGroup, "refract", "refract", { VL, VL, VL, F }, attrNegPos, -1, false, … in init()
|