HomeSort by: relevance | last modified time | path
    Searched defs:short_name (Results 1 - 11 of 11) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/util/format/
u_format_parse.py 187 def short_name(self): member in class:Format
u_format.h 156 const char *short_name; member in struct:util_format_description
468 return desc->short_name;
  /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
vk_format_parse.py 138 def short_name(self): member in class:Format
vk_format.h 126 const char *short_name; member in struct:vk_format_description
  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
vk_format_parse.py 130 def short_name(self): member in class:Format
vk_format.h 125 const char *short_name; member in struct:vk_format_description
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
u_format_parse.py 130 def short_name(self): member in class:Format
u_format.h 152 const char *short_name; member in struct:util_format_description
459 return desc->short_name;
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
format_parser.py 306 def short_name(self): member in class:Format
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
format_parser.py 306 def short_name(self): member in class:Format
  /xsrc/external/mit/pixman/dist/test/utils/
utils.c 1391 char short_name [128] = { 0 }; local
1405 snprintf (short_name, sizeof (short_name) - 1, "%s",
1408 for (j = 0; short_name[j] != '\0'; ++j)
1409 short_name[j] = tolower (short_name[j]);
1411 emit (short_name, &n_chars);

Completed in 14 milliseconds