Home
last modified time | relevance | path

Searched refs:ALL_SHADERS (Results 1 – 4 of 4) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fShaderIntegerFunctionTests.cpp1156 ALL_SHADERS = VS|TC|TE|GS|FS|CS in init() enumerator
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 …]
Des31fShaderCommonFunctionTests.cpp2164 ALL_SHADERS = VS|TC|TE|GS|FS|CS, in init() enumerator
2190 addFunctionCases<FrexpCase> (this, "frexp", true, false, false, ALL_SHADERS); in init()
2191 addFunctionCases<LdexpCase> (this, "ldexp", true, false, false, ALL_SHADERS); in init()
2192 addFunctionCases<FmaCase> (this, "fma", true, false, false, ALL_SHADERS); in init()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderIntegerFunctionTests.cpp1309 ALL_SHADERS = VS|TC|TE|GS|FS|CS in init() enumerator
1313 addFunctionCases<UaddCarryCase> (this, "uaddcarry", false, true, true, ALL_SHADERS); in init()
1314 addFunctionCases<UsubBorrowCase> (this, "usubborrow", false, true, true, ALL_SHADERS); in init()
1315 addFunctionCases<UmulExtendedCase> (this, "umulextended", false, true, false, ALL_SHADERS); in init()
1316 addFunctionCases<ImulExtendedCase> (this, "imulextended", true, false, false, ALL_SHADERS); in init()
1317 addFunctionCases<BitfieldExtractCase> (this, "bitfieldextract", true, true, true, ALL_SHADERS); in init()
1318 addFunctionCases<BitfieldInsertCase> (this, "bitfieldinsert", true, true, true, ALL_SHADERS); in init()
1319 addFunctionCases<BitfieldReverseCase> (this, "bitfieldreverse", true, true, true, ALL_SHADERS); in init()
1320 addFunctionCases<BitCountCase> (this, "bitcount", true, true, true, ALL_SHADERS); in init()
1321 addFunctionCases<FindLSBCase> (this, "findlsb", true, true, true, ALL_SHADERS); in init()
[all …]
DvktShaderCommonFunctionTests.cpp2413 ALL_SHADERS = VS|TC|TE|GS|FS|CS, in init() enumerator
2418 addFunctionCases<AbsCase> (this, "abs", true, true, false, ALL_SHADERS); in init()
2419 addFunctionCases<SignCase> (this, "sign", true, true, false, ALL_SHADERS); in init()
2420 addFunctionCases<FloorCase> (this, "floor", true, false, false, ALL_SHADERS); in init()
2421 addFunctionCases<TruncCase> (this, "trunc", true, false, false, ALL_SHADERS); in init()
2422 addFunctionCases<RoundCase> (this, "round", true, false, false, ALL_SHADERS); in init()
2423 addFunctionCases<RoundEvenCase> (this, "roundeven", true, false, false, ALL_SHADERS); in init()
2424 addFunctionCases<CeilCase> (this, "ceil", true, false, false, ALL_SHADERS); in init()
2425 addFunctionCases<FractCase> (this, "fract", true, false, false, ALL_SHADERS); in init()
2427 addFunctionCases<ModfCase> (this, "modf", true, false, false, ALL_SHADERS); in init()
[all …]