Searched refs:etna_pipe (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/etnaviv/drm/
H A Detnaviv_pipe.c29 int etna_pipe_wait_ns(struct etna_pipe *pipe, uint32_t timestamp, uint64_t ns)
51 void etna_pipe_del(struct etna_pipe *pipe)
56 struct etna_pipe *etna_pipe_new(struct etna_gpu *gpu, enum etna_pipe_id id)
58 struct etna_pipe *pipe;
H A Detnaviv_drmif.h35 struct etna_pipe;
114 struct etna_pipe *etna_pipe_new(struct etna_gpu *gpu, enum etna_pipe_id id);
115 void etna_pipe_del(struct etna_pipe *pipe);
116 int etna_pipe_wait_ns(struct etna_pipe *pipe, uint32_t timestamp, uint64_t ns);
147 struct etna_cmd_stream *etna_cmd_stream_new(struct etna_pipe *pipe, uint32_t size,
207 struct etna_perfmon *etna_perfmon_create(struct etna_pipe *pipe);
H A Detnaviv_priv.h131 struct etna_pipe { struct
138 struct etna_pipe *pipe;
170 struct etna_pipe *pipe;
H A Detnaviv_perfmon.c124 struct etna_perfmon *etna_perfmon_create(struct etna_pipe *pipe)
H A Detnaviv_cmd_stream.c88 struct etna_cmd_stream *etna_cmd_stream_new(struct etna_pipe *pipe,
/xsrc/external/mit/libdrm/dist/etnaviv/
H A Detnaviv_pipe.c29 drm_public int etna_pipe_wait(struct etna_pipe *pipe, uint32_t timestamp, uint32_t ms)
34 drm_public int etna_pipe_wait_ns(struct etna_pipe *pipe, uint32_t timestamp, uint64_t ns)
58 drm_public void etna_pipe_del(struct etna_pipe *pipe)
63 drm_public struct etna_pipe *etna_pipe_new(struct etna_gpu *gpu, enum etna_pipe_id id)
65 struct etna_pipe *pipe;
H A Detnaviv_drmif.h34 struct etna_pipe;
107 struct etna_pipe *etna_pipe_new(struct etna_gpu *gpu, enum etna_pipe_id id);
108 void etna_pipe_del(struct etna_pipe *pipe);
109 int etna_pipe_wait(struct etna_pipe *pipe, uint32_t timestamp, uint32_t ms);
110 int etna_pipe_wait_ns(struct etna_pipe *pipe, uint32_t timestamp, uint64_t ns);
140 struct etna_cmd_stream *etna_cmd_stream_new(struct etna_pipe *pipe, uint32_t size,
197 struct etna_perfmon *etna_perfmon_create(struct etna_pipe *pipe);
H A Detnaviv_priv.h123 struct etna_pipe { struct
130 struct etna_pipe *pipe;
160 struct etna_pipe *pipe;
H A Detnaviv_perfmon.c124 drm_public struct etna_perfmon *etna_perfmon_create(struct etna_pipe *pipe)
H A Detnaviv_cmd_stream.c58 drm_public struct etna_cmd_stream *etna_cmd_stream_new(struct etna_pipe *pipe,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_screen.h71 struct etna_pipe *pipe;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_screen.h74 struct etna_pipe *pipe;
/xsrc/external/mit/libdrm/dist/tests/etnaviv/
H A Detnaviv_2d_test.c179 struct etna_pipe *pipe;

Completed in 10 milliseconds