Home
last modified time | relevance | path

Searched refs:FD_VERSION_UNLIMITED_CMDS (Results 1 - 6 of 6) sorted by relevance

/third_party/libdrm/freedreno/
H A Dfreedreno_drmif.h95 FD_VERSION_UNLIMITED_CMDS = 1, /* submits w/ >4 cmd buffers (growable ringbuffer) */ enumerator
/third_party/mesa3d/src/freedreno/drm/
H A Dfreedreno_drmif.h132 FD_VERSION_UNLIMITED_CMDS = 1, /* submits w/ >4 cmd buffers (growable ringbuffer) */ enumerator
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_batch.c51 if ((fd_device_version(ctx->screen->dev) >= FD_VERSION_UNLIMITED_CMDS) && in alloc_ring()
H A Dfreedreno_screen.c1111 if (fd_device_version(dev) >= FD_VERSION_UNLIMITED_CMDS) in fd_screen_create()
/third_party/libdrm/freedreno/msm/
H A Dmsm_ringbuffer.c705 assert(pipe->dev->version >= FD_VERSION_UNLIMITED_CMDS); in msm_ringbuffer_new()
/third_party/mesa3d/src/freedreno/drm/msm/
H A Dmsm_ringbuffer.c607 if ((fd_device_version(pipe->dev) < FD_VERSION_UNLIMITED_CMDS) && in msm_ringbuffer_check_size()

Completed in 6 milliseconds