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

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp7942 const string getBitWidthStr (IntegerType type) function in namespace:vkt::SpirVAssembly
7986 return prefix + "int" + getBitWidthStr(type);
7997 return "OpTypeInt " + getBitWidthStr(type) + sign;

Completed in 72 milliseconds