Searched defs:ALL_SHADERS (Results 1 - 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderIntegerFunctionTests.cpp1331 ALL_SHADERS = VS|TC|TE|GS|FS|CS enumerator in enum:vkt::shaderexecutor::__anon3887
1335 addFunctionCases<UaddCarryCase> (this, "uaddcarry", false, true, true, ALL_SHADERS);
1336 addFunctionCases<UsubBorrowCase> (this, "usubborrow", false, true, true, ALL_SHADERS);
1337 addFunctionCases<UmulExtendedCase> (this, "umulextended", false, true, false, ALL_SHADERS);
1338 addFunctionCases<ImulExtendedCase> (this, "imulextended", true, false, false, ALL_SHADERS);
1339 addFunctionCases<BitfieldExtractCase> (this, "bitfieldextract", true, true, true, ALL_SHADERS);
1340 addFunctionCases<BitfieldInsertCase> (this, "bitfieldinsert", true, true, true, ALL_SHADERS);
1341 addFunctionCases<BitfieldReverseCase> (this, "bitfieldreverse", true, true, true, ALL_SHADERS);
1342 addFunctionCases<BitCountCase> (this, "bitcount", true, true, true, ALL_SHADERS);
1343 addFunctionCases<FindLSBCase> (this, "findlsb", true, true, true, ALL_SHADERS);
[all...]
H A DvktShaderCommonFunctionTests.cpp2445 ALL_SHADERS = VS|TC|TE|GS|FS|CS, enumerator in enum:vkt::shaderexecutor::__anon3877::TruncCaseInstance::__anon3878
2450 addFunctionCases<AbsCase> (this, "abs", true, true, false, ALL_SHADERS);
2451 addFunctionCases<SignCase> (this, "sign", true, true, false, ALL_SHADERS);
2452 addFunctionCases<FloorCase> (this, "floor", true, false, false, ALL_SHADERS);
2453 addFunctionCases<TruncCase> (this, "trunc", true, false, false, ALL_SHADERS);
2454 addFunctionCases<RoundCase> (this, "round", true, false, false, ALL_SHADERS);
2455 addFunctionCases<RoundEvenCase> (this, "roundeven", true, false, false, ALL_SHADERS);
2456 addFunctionCases<CeilCase> (this, "ceil", true, false, false, ALL_SHADERS);
2457 addFunctionCases<FractCase> (this, "fract", true, false, false, ALL_SHADERS);
2459 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::__anon4701
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...]

Completed in 109 milliseconds