Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp10123 const string getBitWidthStr (ConversionDataType type) in getBitWidthStr() function
10270 if (isInt(type)) return prefix + "int" + getBitWidthStr(type); in getTypeName()
10271 else if (isFloat(type)) return prefix + "float" + getBitWidthStr(type); in getTypeName()
10300 return prefix + getBitWidthStr(type); in getAsmTypeName()