Home
last modified time | relevance | path

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

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