Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp10384 bool usesInt16 (ConversionDataType from, ConversionDataType to) in usesInt16() function
10421 if (usesInt16(from, to) && !usesInt32(from, to)) in getVulkanFeaturesAndExtensions()
10430 if ((usesInt16(from, to) || usesFloat16(from, to)) && useStorageExt) in getVulkanFeaturesAndExtensions()
10482 if (usesFloat16(from, from) || usesInt16(from, from)) in ConvertCase()
10489 if (usesFloat16(to, to) || usesInt16(to, to)) in ConvertCase()
10544 if (usesInt16(from, to)) in ConvertCase()
10585 if ((usesInt16(from, to) || usesFloat16(from, to)) && m_useStorageExt) in ConvertCase()