Home
last modified time | relevance | path

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

/third_party/libdrm/nouveau/
Dmeson.build45 'nvif/class.h', 'nvif/cl0080.h', 'nvif/cl9097.h', 'nvif/if0002.h',
46 'nvif/if0003.h', 'nvif/ioctl.h', 'nvif/unpack.h',
47 subdir : 'libdrm/nouveau/nvif'
Dnouveau.c120 if (!drm->nvif) in nouveau_object_mthd()
162 if (!drm->nvif) in nouveau_object_sclass_get()
266 if (!abi16_object(obj, &func) && drm->nvif) { in nouveau_object_init()
361 drm->nvif = (drm->version >= 0x01000301); in nouveau_drm_new()
402 if (drm->nvif) { in nouveau_device_new()
481 drm->nvif = false; in nouveau_device_wrap()
Dnouveau.h48 bool nvif; member
/third_party/libdrm/include/drm/
DREADME51 For example: nouveau has nouveau/nvif/*.h while vc4 has vc4/*.h