Symbol: pvr_stream_cmd_defs
drivers/gpu/drm/imagination/pvr_context.c
70
process_static_context_state(struct pvr_device *pvr_dev, const struct pvr_stream_cmd_defs *cmd_defs,
drivers/gpu/drm/imagination/pvr_job.c
68
pvr_job_process_stream(struct pvr_device *pvr_dev, const struct pvr_stream_cmd_defs *cmd_defs,
drivers/gpu/drm/imagination/pvr_job.c
87
const struct pvr_stream_cmd_defs *stream_def,
drivers/gpu/drm/imagination/pvr_stream.c
127
const struct pvr_stream_cmd_defs *cmd_defs, void *ext_stream,
drivers/gpu/drm/imagination/pvr_stream.c
206
pvr_stream_process(struct pvr_device *pvr_dev, const struct pvr_stream_cmd_defs *cmd_defs,
drivers/gpu/drm/imagination/pvr_stream.h
70
pvr_stream_process(struct pvr_device *pvr_dev, const struct pvr_stream_cmd_defs *cmd_defs,
drivers/gpu/drm/imagination/pvr_stream_defs.c
165
const struct pvr_stream_cmd_defs pvr_cmd_frag_stream = {
drivers/gpu/drm/imagination/pvr_stream_defs.c
222
const struct pvr_stream_cmd_defs pvr_cmd_compute_stream = {
drivers/gpu/drm/imagination/pvr_stream_defs.c
261
const struct pvr_stream_cmd_defs pvr_cmd_transfer_stream = {
drivers/gpu/drm/imagination/pvr_stream_defs.c
321
const struct pvr_stream_cmd_defs pvr_static_render_context_state_stream = {
drivers/gpu/drm/imagination/pvr_stream_defs.c
342
const struct pvr_stream_cmd_defs pvr_static_compute_context_state_stream = {
drivers/gpu/drm/imagination/pvr_stream_defs.c
84
const struct pvr_stream_cmd_defs pvr_cmd_geom_stream = {
drivers/gpu/drm/imagination/pvr_stream_defs.h
10
extern const struct pvr_stream_cmd_defs pvr_cmd_frag_stream;
drivers/gpu/drm/imagination/pvr_stream_defs.h
11
extern const struct pvr_stream_cmd_defs pvr_cmd_compute_stream;
drivers/gpu/drm/imagination/pvr_stream_defs.h
12
extern const struct pvr_stream_cmd_defs pvr_cmd_transfer_stream;
drivers/gpu/drm/imagination/pvr_stream_defs.h
13
extern const struct pvr_stream_cmd_defs pvr_static_render_context_state_stream;
drivers/gpu/drm/imagination/pvr_stream_defs.h
14
extern const struct pvr_stream_cmd_defs pvr_static_compute_context_state_stream;
drivers/gpu/drm/imagination/pvr_stream_defs.h
9
extern const struct pvr_stream_cmd_defs pvr_cmd_geom_stream;