Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/format/
Du_format_parse.py253 def is_unorm(self): member in Format
Du_format.h192 unsigned is_unorm:1; member
/third_party/mesa3d/src/mesa/main/
Dteximage.c2502 bool is_unorm = _mesa_is_enum_format_unorm(internalFormat); in copytexture_error_check() local