Lines Matching defs:cl
76 static inline uint32_t cl_offset(struct vc4_cl *cl) in cl_offset()
82 cl_advance(struct vc4_cl_out **cl, uint32_t n) in cl_advance()
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()
116 cl_u8(struct vc4_cl_out **cl, uint8_t n) in cl_u8()
123 cl_u16(struct vc4_cl_out **cl, uint16_t n) in cl_u16()
130 cl_u32(struct vc4_cl_out **cl, uint32_t n) in cl_u32()
137 cl_aligned_u32(struct vc4_cl_out **cl, uint32_t n) in cl_aligned_u32()
144 cl_ptr(struct vc4_cl_out **cl, void *ptr) in cl_ptr()
151 cl_f(struct vc4_cl_out **cl, float f) in cl_f()
157 cl_aligned_f(struct vc4_cl_out **cl, float f) in cl_aligned_f()
163 cl_start_shader_reloc(struct vc4_cl *cl, uint32_t n) in cl_start_shader_reloc()
178 cl_reloc(struct vc4_job *job, struct vc4_cl *cl, struct vc4_cl_out **cl_out, in cl_reloc()
192 cl_aligned_reloc(struct vc4_job *job, struct vc4_cl *cl, in cl_aligned_reloc()
227 cl_get_emit_space(struct vc4_cl_out **cl, size_t size) in cl_get_emit_space()
250 #define cl_emit(cl, packet, name) \ argument
266 #define cl_emit_prepacked(cl, packet) do { \ argument
280 cl_pack_emit_reloc(struct vc4_cl *cl, const struct vc4_cl_reloc *reloc) in cl_pack_emit_reloc()