Searched refs:pvr_stream_cmd_defs (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/imagination/ |
D | pvr_stream_defs.h | 9 extern const struct pvr_stream_cmd_defs pvr_cmd_geom_stream; 10 extern const struct pvr_stream_cmd_defs pvr_cmd_frag_stream; 11 extern const struct pvr_stream_cmd_defs pvr_cmd_compute_stream; 12 extern const struct pvr_stream_cmd_defs pvr_cmd_transfer_stream; 13 extern const struct pvr_stream_cmd_defs pvr_static_render_context_state_stream; 14 extern const struct pvr_stream_cmd_defs pvr_static_compute_context_state_stream;
|
D | pvr_stream_defs.c | 84 const struct pvr_stream_cmd_defs pvr_cmd_geom_stream = { 165 const struct pvr_stream_cmd_defs pvr_cmd_frag_stream = { 222 const struct pvr_stream_cmd_defs pvr_cmd_compute_stream = { 261 const struct pvr_stream_cmd_defs pvr_cmd_transfer_stream = { 321 const struct pvr_stream_cmd_defs pvr_static_render_context_state_stream = { 342 const struct pvr_stream_cmd_defs pvr_static_compute_context_state_stream = {
|
D | pvr_stream.h | 57 struct pvr_stream_cmd_defs { struct 70 pvr_stream_process(struct pvr_device *pvr_dev, const struct pvr_stream_cmd_defs *cmd_defs, argument
|
D | pvr_stream.c | 128 const struct pvr_stream_cmd_defs *cmd_defs, void *ext_stream, in pvr_stream_process_ext_stream() 208 pvr_stream_process(struct pvr_device *pvr_dev, const struct pvr_stream_cmd_defs *cmd_defs, in pvr_stream_process()
|
D | pvr_job.c | 68 pvr_job_process_stream(struct pvr_device *pvr_dev, const struct pvr_stream_cmd_defs *cmd_defs, in pvr_job_process_stream() 87 const struct pvr_stream_cmd_defs *stream_def, in pvr_fw_cmd_init()
|
D | pvr_context.c | 70 process_static_context_state(struct pvr_device *pvr_dev, const struct pvr_stream_cmd_defs *cmd_defs, in process_static_context_state()
|