Searched refs:FormatIsSInt (Results 1 – 5 of 5) sorted by relevance
153 VK_LAYER_EXPORT bool FormatIsSInt(VkFormat format);
699 VK_LAYER_EXPORT bool FormatIsInt(VkFormat format) { return (FormatIsSInt(format) || FormatIsUInt(fo… in FormatIsInt()738 VK_LAYER_EXPORT bool FormatIsSInt(VkFormat format) { in FormatIsSInt() function
498 if (FormatIsSInt(fmt)) return FORMAT_TYPE_SINT; in GetFormatType()
693 if (FormatIsSInt(fmt)) return DESCRIPTOR_REQ_COMPONENT_TYPE_SINT; in DescriptorRequirementsBitsFromFormat()
3106 if (FormatIsSInt(src_format) != FormatIsSInt(dst_format)) { in PreCallValidateCmdBlitImage()