Home
last modified time | relevance | path

Searched refs:ddxDriverPatchVersion (Results 1 – 7 of 7) sorted by relevance

/hardware/intel/common/libva/va/x11/
Dva_nvctrl.c358 int *ddxDriverPatchVersion, char **clientDriverName ) in VA_NVCTRLGetClientDriverName() argument
364 if (ddxDriverPatchVersion) in VA_NVCTRLGetClientDriverName()
365 *ddxDriverPatchVersion = 0; in VA_NVCTRLGetClientDriverName()
386 if (ddxDriverPatchVersion) in VA_NVCTRLGetClientDriverName()
387 *ddxDriverPatchVersion = v; in VA_NVCTRLGetClientDriverName()
Dva_fglrx.c125 int *ddxDriverPatchVersion, char **clientDriverName ) in VA_FGLRXGetClientDriverName() argument
144 if (ddxDriverPatchVersion) in VA_FGLRXGetClientDriverName()
145 *ddxDriverPatchVersion = 0; in VA_FGLRXGetClientDriverName()
Dva_fglrx.h32 int *ddxDriverPatchVersion, char **clientDriverName );
Dva_nvctrl.h34 int *ddxDriverPatchVersion, char **clientDriverName );
Dva_dri.c282 ddxDriverMinorVersion, ddxDriverPatchVersion, clientDriverName) in VA_DRIGetClientDriverName() argument
287 int* ddxDriverPatchVersion;
311 *ddxDriverPatchVersion = rep.ddxDriverPatchVersion;
Dva_dri.h89 int *ddxDriverPatchVersion, char **clientDriverName );
Dva_dristr.h174 CARD32 ddxDriverPatchVersion B32;