Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_cl.h43 struct vc4_cl_reloc { struct
48 static inline void cl_pack_emit_reloc(struct vc4_cl *cl, const struct vc4_cl_reloc *); argument
51 #define __gen_address_type struct vc4_cl_reloc
209 static inline struct vc4_cl_reloc
212 struct vc4_cl_reloc reloc = { in cl_address()
280 cl_pack_emit_reloc(struct vc4_cl *cl, const struct vc4_cl_reloc *reloc) in cl_pack_emit_reloc()