Searched defs:vc4_cl (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_cl.h43 struct vc4_cl { struct
53 void vc4_init_cl(void *mem_ctx, struct vc4_cl *cl);
54 void vc4_reset_cl(struct vc4_cl *cl);
61 static inline uint32_t cl_offset(struct vc4_cl *cl)
73 cl_start(struct vc4_cl *cl)
79 cl_end(struct vc4_cl *cl, struct vc4_cl_out *next)
148 cl_start_reloc(struct vc4_cl *cl, struct vc4_cl_out **out, uint32_t n)
163 cl_start_shader_reloc(struct vc4_cl *cl, uint32_t n)
178 cl_reloc(struct vc4_job *job, struct vc4_cl *cl, struct vc4_cl_out **cl_out,
192 cl_aligned_reloc(struct vc4_job *job, struct vc4_cl *c
[all...]

Completed in 265 milliseconds