Home
last modified time | relevance | path

Searched refs:VkFormatNumericalType (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/layers/
Dvk_format_utils.h127 typedef enum VkFormatNumericalType { enum
138 } VkFormatNumericalType; typedef
166 VK_LAYER_EXPORT VkFormatNumericalType FormatDepthNumericalType(VkFormat format);
168 VK_LAYER_EXPORT VkFormatNumericalType FormatStencilNumericalType(VkFormat format);
Dvk_format_utils.cpp1065 VK_LAYER_EXPORT VkFormatNumericalType FormatDepthNumericalType(VkFormat format) { in FormatDepthNumericalType()
1066 VkFormatNumericalType numerical_type = VK_FORMAT_NUMERICAL_TYPE_NONE; in FormatDepthNumericalType()
1101 VK_LAYER_EXPORT VkFormatNumericalType FormatStencilNumericalType(VkFormat format) { in FormatStencilNumericalType()
1102 VkFormatNumericalType numerical_type = VK_FORMAT_NUMERICAL_TYPE_NONE; in FormatStencilNumericalType()