Searched refs:pict_fmt (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xf86-video-nouveau/dist/src/ | ||
| H A D | nv40_exa.c | 30 int pict_fmt; member in struct:nv_pict_surface_format 35 int pict_fmt; member in struct:nv_pict_texture_format 61 while (NV40SurfaceFormat[i].pict_fmt != -1) { 62 if (NV40SurfaceFormat[i].pict_fmt == format) 96 while (NV40TextureFormat[i].pict_fmt != -1) { 97 if (NV40TextureFormat[i].pict_fmt == format) |
| H A D | nv30_exa.c | 33 int pict_fmt; member in struct:nv_pict_surface_format 38 int pict_fmt; member in struct:nv_pict_texture_format 68 if (NV30SurfaceFormat[i].pict_fmt == format) 140 if (NV30TextureFormat[i].pict_fmt == format) |
Completed in 3 milliseconds