Home
last modified time | relevance | path

Searched refs:nvif (Results 1 – 4 of 4) sorted by relevance

/external/libdrm/nouveau/
Dmeson.build40 'nvif/class.h', 'nvif/cl0080.h', 'nvif/cl9097.h', 'nvif/if0002.h',
41 'nvif/if0003.h', 'nvif/ioctl.h', 'nvif/unpack.h',
42 subdir : 'libdrm/nouveau/nvif'
Dnouveau.c104 if (!drm->nvif) in nouveau_object_mthd()
146 if (!drm->nvif) in nouveau_object_sclass_get()
250 if (!abi16_object(obj, &func) && drm->nvif) { in nouveau_object_init()
347 drm->nvif = (drm->version >= 0x01000301); in nouveau_drm_new()
388 if (drm->nvif) { in nouveau_device_new()
467 drm->nvif = false; in nouveau_device_wrap()
Dnouveau.h48 bool nvif; member
/external/libdrm/include/drm/
DREADME51 For example: nouveau has nouveau/nvif/*.h while vc4 has vc4/*.h