Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/imagination/
Dpvr_stream_defs.h9 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;
Dpvr_stream_defs.c84 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 = {
Dpvr_stream.h57 struct pvr_stream_cmd_defs { struct
70 pvr_stream_process(struct pvr_device *pvr_dev, const struct pvr_stream_cmd_defs *cmd_defs, argument
Dpvr_stream.c128 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()
Dpvr_job.c68 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()
Dpvr_context.c70 process_static_context_state(struct pvr_device *pvr_dev, const struct pvr_stream_cmd_defs *cmd_defs, in process_static_context_state()