Home
last modified time | relevance | path

Searched defs:vk_format_is_int (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/layers/
Dvk_layer_utils.cpp349 VK_LAYER_EXPORT bool vk_format_is_int(VkFormat format) { return (vk_format_is_sint(format) || vk_fo… in vk_format_is_int() function
/external/mesa3d/src/amd/vulkan/
Dvk_format.h393 vk_format_is_int(VkFormat format) in vk_format_is_int() function