Home
last modified time | relevance | path

Searched refs:vc4_cl (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_cl.h34 struct vc4_cl;
48 static inline void cl_pack_emit_reloc(struct vc4_cl *cl, const struct vc4_cl_reloc *);
50 #define __gen_user_data struct vc4_cl
58 struct vc4_cl { struct
69 void vc4_init_cl(struct vc4_job *job, struct vc4_cl *cl); argument
70 void vc4_reset_cl(struct vc4_cl *cl);
76 static inline uint32_t cl_offset(struct vc4_cl *cl) in cl_offset()
88 cl_start(struct vc4_cl *cl) in cl_start()
94 cl_end(struct vc4_cl *cl, struct vc4_cl_out *next) in cl_end()
163 cl_start_shader_reloc(struct vc4_cl *cl, uint32_t n) in cl_start_shader_reloc()
[all …]
Dvc4_cl.c29 vc4_init_cl(struct vc4_job *job, struct vc4_cl *cl) in vc4_init_cl()
38 cl_ensure_space(struct vc4_cl *cl, uint32_t space) in cl_ensure_space()
53 vc4_reset_cl(struct vc4_cl *cl) in vc4_reset_cl()
Dvc4_context.h232 struct vc4_cl bcl;
233 struct vc4_cl shader_rec;
234 struct vc4_cl uniforms;
235 struct vc4_cl bo_handles;
236 struct vc4_cl bo_pointers;
DMakefile.sources11 vc4_cl.c \
14 vc4_cl.h \
Dmeson.build31 'vc4_cl.c',
34 'vc4_cl.h',