Searched refs:FormatIsInt (Results 1 – 2 of 2) sorted by relevance
152 VK_LAYER_EXPORT bool FormatIsInt(VkFormat format);
699 VK_LAYER_EXPORT bool FormatIsInt(VkFormat format) { return (FormatIsSInt(format) || FormatIsUInt(fo… in FormatIsInt() function