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
643 if (FormatIsSInt(fmt)) return DESCRIPTOR_REQ_COMPONENT_TYPE_SINT; in DescriptorRequirementsBitsFromFormat()
3151 if (FormatIsSInt(src_format) != FormatIsSInt(dst_format)) { in PreCallValidateCmdBlitImage()
552 if (FormatIsSInt(fmt)) return FORMAT_TYPE_SINT; in GetFormatType()