Searched refs:vc5_cl (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/drivers/vc5/ |
D | vc5_cl.h | 34 struct vc5_cl; 48 static inline void cl_pack_emit_reloc(struct vc5_cl *cl, const struct vc5_cl_reloc *); 50 #define __gen_user_data struct vc5_cl 56 struct vc5_cl { struct 64 void vc5_init_cl(struct vc5_job *job, struct vc5_cl *cl); argument 65 void vc5_destroy_cl(struct vc5_cl *cl); 72 static inline uint32_t cl_offset(struct vc5_cl *cl) in cl_offset() 77 static inline struct vc5_cl_reloc cl_get_address(struct vc5_cl *cl) in cl_get_address() 89 cl_start(struct vc5_cl *cl) in cl_start() 95 cl_end(struct vc5_cl *cl, struct vc5_cl_out *next) in cl_end() [all …]
|
D | vc5_cl.c | 33 vc5_init_cl(struct vc5_job *job, struct vc5_cl *cl) in vc5_init_cl() 42 vc5_cl_ensure_space(struct vc5_cl *cl, uint32_t space, uint32_t alignment) in vc5_cl_ensure_space() 61 vc5_cl_ensure_space_with_branch(struct vc5_cl *cl, uint32_t space) in vc5_cl_ensure_space_with_branch() 87 vc5_destroy_cl(struct vc5_cl *cl) in vc5_destroy_cl()
|
D | Makefile.sources | 5 vc5_cl.c \ 6 vc5_cl.h \
|
D | vc5_rcl.c | 38 load_general(struct vc5_cl *cl, struct pipe_surface *psurf, int buffer) in load_general() 91 struct vc5_cl *cl, struct pipe_surface *psurf, int buffer, in store_general() 185 flush_last_load(struct vc5_cl *cl) in flush_last_load() 197 vc5_rcl_emit_loads(struct vc5_job *job, struct vc5_cl *cl) in vc5_rcl_emit_loads() 252 vc5_rcl_emit_stores(struct vc5_job *job, struct vc5_cl *cl) in vc5_rcl_emit_stores() 379 struct vc5_cl *cl = &job->indirect; in vc5_rcl_emit_generic_per_tile_list()
|
D | vc5_context.h | 202 struct vc5_cl bcl; 203 struct vc5_cl rcl; 204 struct vc5_cl indirect;
|
D | meson.build | 25 'vc5_cl.c', 26 'vc5_cl.h',
|