Home
last modified time | relevance | path

Searched refs:FormatIsUInt (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dvk_format_utils.h154 VK_LAYER_EXPORT bool FormatIsUInt(VkFormat format);
H A Dvk_format_utils.cpp699 VK_LAYER_EXPORT bool FormatIsInt(VkFormat format) { return (FormatIsSInt(format) || FormatIsUInt(fo… in FormatIsInt()
702 VK_LAYER_EXPORT bool FormatIsUInt(VkFormat format) { in FormatIsUInt() function
H A Ddescriptor_sets.cpp644 if (FormatIsUInt(fmt)) return DESCRIPTOR_REQ_COMPONENT_TYPE_UINT; in DescriptorRequirementsBitsFromFormat()
H A Dbuffer_validation.cpp3141 if (FormatIsUInt(src_format) != FormatIsUInt(dst_format)) { in PreCallValidateCmdBlitImage()
H A Dshader_validation.cpp553 if (FormatIsUInt(fmt)) return FORMAT_TYPE_UINT; in GetFormatType()