Searched defs:FormatIsSInt (Results 1 - 1 of 1) sorted by relevance

/external/vulkan-validation-layers/layers/
H A Dvk_format_utils.cpp564 VK_LAYER_EXPORT bool FormatIsInt(VkFormat format) { return (FormatIsSInt(format) || FormatIsUInt(format)); }
603 VK_LAYER_EXPORT bool FormatIsSInt(VkFormat format) { function

Completed in 138 milliseconds