Home
last modified time | relevance | path

Searched defs:is_unorm (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/mesa3d/src/util/format/
H A Du_format_parse.py405 def is_unorm(self): member in Format
H A Du_format.h189 unsigned is_unorm:1; member
/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dvk_format_utils.cpp611 bool is_unorm = false; in FormatIsUNorm() local
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dteximage.c2622 bool is_unorm = _mesa_is_enum_format_unorm(internalFormat); in copytexture_error_check() local