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

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
svga_format.c 49 const SVGA3dSurfaceFormat *compat_format; member in struct:format_compat_entry
2063 const SVGA3dSurfaceFormat *compat_format = local
2064 format_compats[i].compat_format;
2065 while (*compat_format != 0) {
2066 if (*compat_format == sformat)
2068 compat_format++;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
svga_format.c 50 const SVGA3dSurfaceFormat *compat_format; member in struct:format_compat_entry
2226 const SVGA3dSurfaceFormat *compat_format = local
2227 format_compats[i].compat_format;
2228 while (*compat_format != 0) {
2229 if (*compat_format == sformat)
2231 compat_format++;

Completed in 8 milliseconds