Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTypeTests.cpp679 const deUint32 countWidth = getInputWidth(inputWidth, 1); in getFullOperationWithDifferentInputWidthStr() local
682 const string countType = ((isSigned) ? "i" : "u") + de::toString(countWidth); in getFullOperationWithDifferentInputWidthStr()
692 if (countWidth != 32) in getFullOperationWithDifferentInputWidthStr()
693 …str += "%input" + countNdx + "_val_" + de::toString(countWidth) + " = OpSConvert %" + countType + … in getFullOperationWithDifferentInputWidthStr()
697 … string countStr = "%input" + countNdx + "_val" + ((countWidth != 32) ? "_" + de::toString(countWi… in getFullOperationWithDifferentInputWidthStr()