Lines Matching refs:VK_LAYER_EXPORT
233 VK_LAYER_EXPORT bool vk_format_is_depth_or_stencil(VkFormat format) { in vk_format_is_depth_or_stencil()
238 VK_LAYER_EXPORT bool vk_format_is_depth_and_stencil(VkFormat format) { in vk_format_is_depth_and_stencil()
254 VK_LAYER_EXPORT bool vk_format_is_stencil_only(VkFormat format) { return (format == VK_FORMAT_S8_UI… in vk_format_is_stencil_only()
257 VK_LAYER_EXPORT bool vk_format_is_depth_only(VkFormat format) { in vk_format_is_depth_only()
274 VK_LAYER_EXPORT bool vk_format_is_norm(VkFormat format) { in vk_format_is_norm()
349 VK_LAYER_EXPORT bool vk_format_is_int(VkFormat format) { return (vk_format_is_sint(format) || vk_fo… in vk_format_is_int()
352 VK_LAYER_EXPORT bool vk_format_is_uint(VkFormat format) { in vk_format_is_uint()
387 VK_LAYER_EXPORT bool vk_format_is_sint(VkFormat format) { in vk_format_is_sint()
422 VK_LAYER_EXPORT bool vk_format_is_float(VkFormat format) { in vk_format_is_float()
452 VK_LAYER_EXPORT bool vk_format_is_srgb(VkFormat format) { in vk_format_is_srgb()
494 VK_LAYER_EXPORT bool vk_format_is_compressed(VkFormat format) { in vk_format_is_compressed()
557 VK_LAYER_EXPORT VkExtent2D vk_format_compressed_block_size(VkFormat format) { in vk_format_compressed_block_size()
649 VK_LAYER_EXPORT VkFormatCompatibilityClass vk_format_get_compatibility_class(VkFormat format) { in vk_format_get_compatibility_class()
658 VK_LAYER_EXPORT size_t vk_format_get_size(VkFormat format) { in vk_format_get_size()
676 VK_LAYER_EXPORT VkDeviceSize vk_safe_modulo(VkDeviceSize dividend, VkDeviceSize divisor) { in vk_safe_modulo()
693 VK_LAYER_EXPORT VkStringErrorFlags vk_string_validate(const int max_length, const char *utf8) { in vk_string_validate()
728 VK_LAYER_EXPORT bool white_list(const char *item, const char *list) { in white_list()
745 VK_LAYER_EXPORT void layer_debug_actions(debug_report_data *report_data, std::vector<VkDebugReportC… in layer_debug_actions()