Searched refs:attrSmall (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles3/performance/ |
D | es3pShaderOperatorTests.cpp | 2044 const Vec4 attrSmall = Vec4(-0.9f, 0.8f, -0.4f, 0.2f); in init() local 2074 …{ angleAndTrigonometryGroup, "asin", "asin", { F, F, N, N }, attrSmall, -1, true, false… in init() 2075 …{ angleAndTrigonometryGroup, "acos", "acos", { F, F, N, N }, attrSmall, -1, true, false… in init() 2083 …{ angleAndTrigonometryGroup, "atanh", "atanh", { F, F, N, N }, attrSmall, -1, true, false… 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() 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()
|
/external/deqp/modules/gles2/performance/ |
D | es2pShaderOperatorTests.cpp | 2032 const Vec4 attrSmall = Vec4(-0.9f, 0.8f, -0.4f, 0.2f); in init() local 2055 …{ angleAndTrigonometryGroup, "asin", "asin", { F, F, N, N }, attrSmall, -1, true, false… in init() 2056 …{ angleAndTrigonometryGroup, "acos", "acos", { F, F, N, N }, attrSmall, -1, true, false… in init() 2083 …{ commonFunctionsGroup, "clamp", "clamp", { F, F, F, F }, attrSmall, 2, false, false, … in init() 2084 …{ commonFunctionsGroup, "clamp", "clamp", { V4, V4, V4, V4 }, attrSmall, 2, false, false, … in init() 2089 …{ commonFunctionsGroup, "smoothstep", "smoothstep", { F, F, F, F }, attrSmall, 1, false,… in init() 2090 …{ commonFunctionsGroup, "smoothstep", "smoothstep", { V4, V4, V4, V4 }, attrSmall, 1, false,… in init()
|