Searched refs:fd_ringbuffer_cmd_count (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/libdrm/dist/freedreno/
H A Dfreedreno_ringbuffer.h137 uint32_t fd_ringbuffer_cmd_count(struct fd_ringbuffer *ring);
H A Dfreedreno_ringbuffer.c158 drm_public uint32_t fd_ringbuffer_cmd_count(struct fd_ringbuffer *ring) function in typeref:typename:drm_public uint32_t
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/drm/
H A Dfreedreno_ringbuffer.c102 uint32_t fd_ringbuffer_cmd_count(struct fd_ringbuffer *ring) function in typeref:typename:uint32_t
H A Dfreedreno_ringbuffer.h138 uint32_t fd_ringbuffer_cmd_count(struct fd_ringbuffer *ring);
/xsrc/external/mit/MesaLib/dist/src/freedreno/drm/
H A Dfreedreno_ringbuffer.h227 fd_ringbuffer_cmd_count(struct fd_ringbuffer *ring) function in typeref:typename:uint32_t
262 return (fd_ringbuffer_cmd_count(ring) == 1) &&
H A Dfreedreno_pipe.c150 dev->deferred_cmds -= fd_ringbuffer_cmd_count(deferred_submit->primary);
H A Dfreedreno_priv.h258 nr += fd_ringbuffer_cmd_count(submit->primary);
H A Dmsm_ringbuffer_sp.c516 dev->deferred_cmds += fd_ringbuffer_cmd_count(submit->primary);
562 dev->deferred_cmds -= fd_ringbuffer_cmd_count(deferred_submit->primary);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_util.h375 unsigned count = fd_ringbuffer_cmd_count(target);
403 unsigned count = fd_ringbuffer_cmd_count(target);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_util.h348 unsigned count = fd_ringbuffer_cmd_count(target);
377 unsigned count = fd_ringbuffer_cmd_count(target);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_gmem.c622 unsigned count = fd_ringbuffer_cmd_count(target);

Completed in 13 milliseconds