diff options
author | Eric Anholt <[email protected]> | 2014-09-18 11:02:59 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2014-09-18 11:46:50 -0700 |
commit | 6e39854e23d56e70c5ec68fe97ffce4c5a077183 (patch) | |
tree | f37903ec71680e52f30f3c4b18a1092af66ed9b0 /src/gallium/drivers/vc4/vc4_cl.h | |
parent | 019ca99bee14e793751e3460309bf4132ee76225 (diff) |
vc4: Actually implement VC4_DEBUG=cl.
Diffstat (limited to 'src/gallium/drivers/vc4/vc4_cl.h')
-rw-r--r-- | src/gallium/drivers/vc4/vc4_cl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/vc4/vc4_cl.h b/src/gallium/drivers/vc4/vc4_cl.h index 4e699df9391..2cdd77dd301 100644 --- a/src/gallium/drivers/vc4/vc4_cl.h +++ b/src/gallium/drivers/vc4/vc4_cl.h @@ -43,6 +43,7 @@ struct vc4_cl { void vc4_init_cl(struct vc4_context *vc4, struct vc4_cl *cl); void vc4_grow_cl(struct vc4_cl *cl); void vc4_reset_cl(struct vc4_cl *cl); +void vc4_dump_cl(struct vc4_cl *cl, bool is_render); uint32_t vc4_gem_hindex(struct vc4_context *vc4, struct vc4_bo *bo); static inline void |