Searched defs:vk_format_is_int (Results 1 – 2 of 2) sorted by relevance
349 VK_LAYER_EXPORT bool vk_format_is_int(VkFormat format) { return (vk_format_is_sint(format) || vk_fo… in vk_format_is_int() function
393 vk_format_is_int(VkFormat format) in vk_format_is_int() function