HomeSort by relevance Sort by last modified time
    Searched refs:vk_format_is_int (Results 1 - 3 of 3) sorted by null

  /external/vulkan-validation-layers/layers/
vk_layer_utils.h 115 bool vk_format_is_int(VkFormat format);
vk_layer_utils.cpp 348 bool vk_format_is_int(VkFormat format) { return (vk_format_is_sint(format) || vk_format_is_uint(format)); } function
    [all...]
image.cpp     [all...]

Completed in 2233 milliseconds