Searched refs:vk_format_is_uint (Results 1 – 3 of 3) sorted by relevance
117 bool vk_format_is_uint(VkFormat format);
348 bool vk_format_is_int(VkFormat format) { return (vk_format_is_sint(format) || vk_format_is_uint(for… in vk_format_is_int()351 bool vk_format_is_uint(VkFormat format) { in vk_format_is_uint() function
851 (vk_format_is_uint(srcFormat) && !vk_format_is_uint(dstFormat))) { in vkCmdBlitImage()