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.cpp850 void finalizeFullOperation (string& fullOperation,
1874 string fullOperation = "OpBranch %switchStart\n" in createTests() local
1880 fullOperation += " " + de::toString(caseNdx) + " " + "%case" + de::toString(caseNdx); in createTests()
1882 fullOperation += "\n"; in createTests()
1889 fullOperation += "%case" + de::toString(caseNdx) + " = OpLabel\n" in createTests()
1897 fullOperation += "%case" + de::toString(caseNdx) + " = OpLabel\n" in createTests()
1902 fullOperation += "%caseDefault = OpLabel\n" in createTests()
1908 finalizeFullOperation(fullOperation, resultName, returnHighPart, false); in createTests()
1911 pre_mains, testfuns, fullOperation, inputWidth, funVariables.c_str(), spirvExtension); in createTests()
2377 void SpvAsmTypeTests<T>::finalizeFullOperation (string& fullOperation, in finalizeFullOperation() argument
[all …]