Searched defs:is_unorm (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ | ||
| H A D | u_format_parse.py | 196 def is_unorm(self): member in class:Format |
| H A D | u_format.h | 188 unsigned is_unorm:1; member in struct:util_format_description |
| /xsrc/external/mit/MesaLib/dist/src/util/format/ | ||
| H A D | u_format_parse.py | 253 def is_unorm(self): member in class:Format |
| H A D | u_format.h | 192 unsigned is_unorm:1; member in struct:util_format_description |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ | ||
| H A D | teximage.c | 2499 bool is_unorm = _mesa_is_enum_format_unorm(internalFormat); local in function:copytexture_error_check |
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ | ||
| H A D | teximage.c | 2502 bool is_unorm = _mesa_is_enum_format_unorm(internalFormat); local in function:copytexture_error_check |
Completed in 22 milliseconds