/external/deqp/modules/gles31/functional/ |
D | es31fShaderIntegerFunctionTests.cpp | 1110 static void addFunctionCases (TestCaseGroup* parent, const char* functionName, bool intTypes, bool … in addFunctionCases() function 1160 addFunctionCases<UaddCarryCase> (this, "uaddcarry", false, true, true, ALL_SHADERS); in init() 1161 addFunctionCases<UsubBorrowCase> (this, "usubborrow", false, true, true, ALL_SHADERS); in init() 1162 addFunctionCases<UmulExtendedCase> (this, "umulextended", false, true, false, ALL_SHADERS); in init() 1163 addFunctionCases<ImulExtendedCase> (this, "imulextended", true, false, false, ALL_SHADERS); in init() 1164 addFunctionCases<BitfieldExtractCase> (this, "bitfieldextract", true, true, true, ALL_SHADERS); in init() 1165 addFunctionCases<BitfieldInsertCase> (this, "bitfieldinsert", true, true, true, ALL_SHADERS); in init() 1166 addFunctionCases<BitfieldReverseCase> (this, "bitfieldreverse", true, true, true, ALL_SHADERS); in init() 1167 addFunctionCases<BitCountCase> (this, "bitcount", true, true, true, ALL_SHADERS); in init() 1168 addFunctionCases<FindLSBCase> (this, "findlsb", true, true, true, ALL_SHADERS); in init() [all …]
|
D | es31fShaderCommonFunctionTests.cpp | 2118 static void addFunctionCases (TestCaseGroup* parent, const char* functionName, bool floatTypes, boo… in addFunctionCases() function 2169 addFunctionCases<AbsCase> (this, "abs", true, true, false, NEW_SHADERS); in init() 2170 addFunctionCases<SignCase> (this, "sign", true, true, false, NEW_SHADERS); in init() 2171 addFunctionCases<FloorCase> (this, "floor", true, false, false, NEW_SHADERS); in init() 2172 addFunctionCases<TruncCase> (this, "trunc", true, false, false, NEW_SHADERS); in init() 2173 addFunctionCases<RoundCase> (this, "round", true, false, false, NEW_SHADERS); in init() 2174 addFunctionCases<RoundEvenCase> (this, "roundeven", true, false, false, NEW_SHADERS); in init() 2175 addFunctionCases<CeilCase> (this, "ceil", true, false, false, NEW_SHADERS); in init() 2176 addFunctionCases<FractCase> (this, "fract", true, false, false, NEW_SHADERS); in init() 2178 addFunctionCases<ModfCase> (this, "modf", true, false, false, NEW_SHADERS); in init() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderCommonFunctionTests.cpp | 1633 static void addFunctionCases (TestCaseGroup* parent, const char* functionName, bool floatTypes, boo… in addFunctionCases() function 1668 addFunctionCases<AbsCase> (this, "abs", true, true, false); in init() 1669 addFunctionCases<SignCase> (this, "sign", true, true, false); in init() 1670 addFunctionCases<FloorCase> (this, "floor", true, false, false); in init() 1671 addFunctionCases<TruncCase> (this, "trunc", true, false, false); in init() 1672 addFunctionCases<RoundCase> (this, "round", true, false, false); in init() 1673 addFunctionCases<RoundEvenCase> (this, "roundeven", true, false, false); in init() 1674 addFunctionCases<CeilCase> (this, "ceil", true, false, false); in init() 1675 addFunctionCases<FractCase> (this, "fract", true, false, false); in init() 1677 addFunctionCases<ModfCase> (this, "modf", true, false, false); in init() [all …]
|