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

/xsrc/external/mit/libdrm/dist/freedreno/
H A Dfreedreno_drmif.h95 FD_VERSION_UNLIMITED_CMDS = 1, /* submits w/ >4 cmd buffers (growable ringbuffer) */ enumerator in enum:fd_version
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/drm/
H A Dfreedreno_drmif.h90 FD_VERSION_UNLIMITED_CMDS = 1, /* submits w/ >4 cmd buffers (growable ringbuffer) */ enumerator in enum:fd_version
/xsrc/external/mit/MesaLib/dist/src/freedreno/drm/
H A Dfreedreno_drmif.h124 FD_VERSION_UNLIMITED_CMDS = 1, /* submits w/ >4 cmd buffers (growable ringbuffer) */ enumerator in enum:fd_version
H A Dmsm_ringbuffer.c608 if ((fd_device_version(pipe->dev) < FD_VERSION_UNLIMITED_CMDS) &&
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_batch.c54 if ((fd_device_version(ctx->screen->dev) < FD_VERSION_UNLIMITED_CMDS) ||
519 if (fd_device_version(batch->ctx->screen->dev) >= FD_VERSION_UNLIMITED_CMDS)
H A Dfreedreno_screen.c911 if (fd_device_version(dev) >= FD_VERSION_UNLIMITED_CMDS)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_batch.c51 if ((fd_device_version(ctx->screen->dev) >= FD_VERSION_UNLIMITED_CMDS) &&
H A Dfreedreno_screen.c1088 if (fd_device_version(dev) >= FD_VERSION_UNLIMITED_CMDS)
/xsrc/external/mit/libdrm/dist/freedreno/msm/
H A Dmsm_ringbuffer.c705 assert(pipe->dev->version >= FD_VERSION_UNLIMITED_CMDS);

Completed in 10 milliseconds