Home
last modified time | relevance | path

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

/third_party/libdrm/freedreno/
Dfreedreno_drmif.h96 FD_VERSION_FENCE_FD = 2, /* submit command supports in/out fences */ enumerator
/third_party/mesa3d/src/freedreno/drm/
Dfreedreno_device.c189 return value && dev->version >= FD_VERSION_FENCE_FD; in fd_has_syncobj()
Dfreedreno_drmif.h125 FD_VERSION_FENCE_FD = 2, /* submit command supports in/out fences */ enumerator
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_screen.c520 return fd_device_version(screen->dev) >= FD_VERSION_FENCE_FD; in fd_screen_get_param()