Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTypeTests.cpp552 const string signPrefix = (isSigned) ? "i" : "u"; in getOtherSizeTypes() local
560 str += "%" + signPrefix + "8 = OpTypeInt 8 " + signBit + "\n"; in getOtherSizeTypes()
564 …str += "%v" + de::toString(vectorSize) + signPrefix + "8 = OpTypeVector %" + signPrefix + "8 " + d… in getOtherSizeTypes()
570 str += "%" + signPrefix + "16 = OpTypeInt 16 " + signBit + "\n"; in getOtherSizeTypes()
574 …str += "%v" + de::toString(vectorSize) + signPrefix + "16 = OpTypeVector %" + signPrefix + "16 " +… in getOtherSizeTypes()
580 str += "%" + signPrefix + "64 = OpTypeInt 64 " + signBit + "\n"; in getOtherSizeTypes()
584 …str += "%v" + de::toString(vectorSize) + signPrefix + "64 = OpTypeVector %" + signPrefix + "64 " +… in getOtherSizeTypes()
648 const string signPrefix = (isSigned) ? "i" : "u"; in getBinaryFullOperationWithInputWidthStr() local
653 : typePrefix + signPrefix + de::toString(input1Width); in getBinaryFullOperationWithInputWidthStr()