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

/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderIntegerFunctionTests.cpp1309 ALL_SHADERS = VS|TC|TE|GS|FS|CS enumerator in enum:vkt::shaderexecutor::__anon4495
1313 addFunctionCases<UaddCarryCase> (this, "uaddcarry", false, true, true, ALL_SHADERS);
1314 addFunctionCases<UsubBorrowCase> (this, "usubborrow", false, true, true, ALL_SHADERS);
1315 addFunctionCases<UmulExtendedCase> (this, "umulextended", false, true, false, ALL_SHADERS);
1316 addFunctionCases<ImulExtendedCase> (this, "imulextended", true, false, false, ALL_SHADERS);
1317 addFunctionCases<BitfieldExtractCase> (this, "bitfieldextract", true, true, true, ALL_SHADERS);
1318 addFunctionCases<BitfieldInsertCase> (this, "bitfieldinsert", true, true, true, ALL_SHADERS);
1319 addFunctionCases<BitfieldReverseCase> (this, "bitfieldreverse", true, true, true, ALL_SHADERS);
1320 addFunctionCases<BitCountCase> (this, "bitcount", true, true, true, ALL_SHADERS);
1321 addFunctionCases<FindLSBCase> (this, "findlsb", true, true, true, ALL_SHADERS);
[all...]
H A DvktShaderCommonFunctionTests.cpp2413 ALL_SHADERS = VS|TC|TE|GS|FS|CS, enumerator in enum:vkt::shaderexecutor::__anon4484::TruncCaseInstance::__anon4485
2418 addFunctionCases<AbsCase> (this, "abs", true, true, false, ALL_SHADERS);
2419 addFunctionCases<SignCase> (this, "sign", true, true, false, ALL_SHADERS);
2420 addFunctionCases<FloorCase> (this, "floor", true, false, false, ALL_SHADERS);
2421 addFunctionCases<TruncCase> (this, "trunc", true, false, false, ALL_SHADERS);
2422 addFunctionCases<RoundCase> (this, "round", true, false, false, ALL_SHADERS);
2423 addFunctionCases<RoundEvenCase> (this, "roundeven", true, false, false, ALL_SHADERS);
2424 addFunctionCases<CeilCase> (this, "ceil", true, false, false, ALL_SHADERS);
2425 addFunctionCases<FractCase> (this, "fract", true, false, false, ALL_SHADERS);
2427 addFunctionCases<ModfCase> (this, "modf", true, false, false, ALL_SHADERS);
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fShaderIntegerFunctionTests.cpp1156 ALL_SHADERS = VS|TC|TE|GS|FS|CS enumerator in enum:deqp::gles31::Functional::__anon5433
1160 addFunctionCases<UaddCarryCase> (this, "uaddcarry", false, true, true, ALL_SHADERS);
1161 addFunctionCases<UsubBorrowCase> (this, "usubborrow", false, true, true, ALL_SHADERS);
1162 addFunctionCases<UmulExtendedCase> (this, "umulextended", false, true, false, ALL_SHADERS);
1163 addFunctionCases<ImulExtendedCase> (this, "imulextended", true, false, false, ALL_SHADERS);
1164 addFunctionCases<BitfieldExtractCase> (this, "bitfieldextract", true, true, true, ALL_SHADERS);
1165 addFunctionCases<BitfieldInsertCase> (this, "bitfieldinsert", true, true, true, ALL_SHADERS);
1166 addFunctionCases<BitfieldReverseCase> (this, "bitfieldreverse", true, true, true, ALL_SHADERS);
1167 addFunctionCases<BitCountCase> (this, "bitcount", true, true, true, ALL_SHADERS);
1168 addFunctionCases<FindLSBCase> (this, "findlsb", true, true, true, ALL_SHADERS);
[all...]
H A Des31fShaderCommonFunctionTests.cpp2167 ALL_SHADERS = VS|TC|TE|GS|FS|CS,
2193 addFunctionCases<FrexpCase> (this, "frexp", true, false, false, ALL_SHADERS);
2194 addFunctionCases<LdexpCase> (this, "ldexp", true, false, false, ALL_SHADERS);
2195 addFunctionCases<FmaCase> (this, "fma", true, false, false, ALL_SHADERS);

Completed in 157 milliseconds