Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp10281 const string fullSuffix(suffix == DE_NULL ? "" : string("_") + string(suffix)); in getTestName() local
10283 return getTypeName(from) + "_to_" + getTypeName(to) + fullSuffix; in getTestName()