Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTypeTests.cpp547 const InputType typeSigned = getInputType(typeWidth, true); in getOtherSizeTypes() local
549 if ((inputType == typeUnsigned) || (inputType == typeSigned)) in getOtherSizeTypes()
551 const bool isSigned = (inputType == typeSigned); in getOtherSizeTypes()
643 const InputType typeSigned = getInputType(typeWidth, true); in getBinaryFullOperationWithInputWidthStr() local
645 if ((inputType == typeUnsigned) || (inputType == typeSigned)) in getBinaryFullOperationWithInputWidthStr()
647 const bool isSigned = (inputType == typeSigned); in getBinaryFullOperationWithInputWidthStr()