Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTypeTests.cpp804 void finalizeFullOperation (string& fullOperation,
1737 string fullOperation = "OpBranch %switchStart\n" in createTests() local
1743 fullOperation += " " + de::toString(caseNdx) + " " + "%case" + de::toString(caseNdx); in createTests()
1745 fullOperation += "\n"; in createTests()
1752 fullOperation += "%case" + de::toString(caseNdx) + " = OpLabel\n" in createTests()
1760 fullOperation += "%case" + de::toString(caseNdx) + " = OpLabel\n" in createTests()
1765 fullOperation += "%caseDefault = OpLabel\n" in createTests()
1771 finalizeFullOperation(fullOperation, resultName, returnHighPart, false); in createTests()
1774 pre_mains, testfuns, fullOperation, inputWidth, funVariables.c_str(), spirvExtension); in createTests()
2154 void SpvAsmTypeTests<T>::finalizeFullOperation (string& fullOperation, in finalizeFullOperation() argument
[all …]