Home
last modified time | relevance | path

Searched refs:etna_pipe (Results 1 – 12 of 12) sorted by relevance

/external/libdrm/etnaviv/
Detnaviv_pipe.c29 drm_public int etna_pipe_wait(struct etna_pipe *pipe, uint32_t timestamp, uint32_t ms) in etna_pipe_wait()
34 drm_public int etna_pipe_wait_ns(struct etna_pipe *pipe, uint32_t timestamp, uint64_t ns) in etna_pipe_wait_ns()
58 drm_public void etna_pipe_del(struct etna_pipe *pipe) in etna_pipe_del()
63 drm_public struct etna_pipe *etna_pipe_new(struct etna_gpu *gpu, enum etna_pipe_id id) in etna_pipe_new()
65 struct etna_pipe *pipe; in etna_pipe_new()
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);
Detnaviv_priv.h123 struct etna_pipe { struct
130 struct etna_pipe *pipe; argument
160 struct etna_pipe *pipe;
Detnaviv_perfmon.c124 drm_public struct etna_perfmon *etna_perfmon_create(struct etna_pipe *pipe) in etna_perfmon_create()
Detnaviv_cmd_stream.c58 drm_public struct etna_cmd_stream *etna_cmd_stream_new(struct etna_pipe *pipe, in etna_cmd_stream_new()
/external/mesa3d/src/etnaviv/drm/
Detnaviv_pipe.c29 int etna_pipe_wait_ns(struct etna_pipe *pipe, uint32_t timestamp, uint64_t ns) in etna_pipe_wait_ns()
53 void etna_pipe_del(struct etna_pipe *pipe) in etna_pipe_del()
58 struct etna_pipe *etna_pipe_new(struct etna_gpu *gpu, enum etna_pipe_id id) in etna_pipe_new()
60 struct etna_pipe *pipe; in etna_pipe_new()
Detnaviv_drmif.h35 struct etna_pipe;
110 struct etna_pipe *etna_pipe_new(struct etna_gpu *gpu, enum etna_pipe_id id);
111 void etna_pipe_del(struct etna_pipe *pipe);
112 int etna_pipe_wait_ns(struct etna_pipe *pipe, uint32_t timestamp, uint64_t ns);
143 struct etna_cmd_stream *etna_cmd_stream_new(struct etna_pipe *pipe, uint32_t size,
203 struct etna_perfmon *etna_perfmon_create(struct etna_pipe *pipe);
Detnaviv_priv.h130 struct etna_pipe { struct
137 struct etna_pipe *pipe; argument
169 struct etna_pipe *pipe;
Detnaviv_perfmon.c124 struct etna_perfmon *etna_perfmon_create(struct etna_pipe *pipe) in etna_perfmon_create()
Detnaviv_cmd_stream.c88 struct etna_cmd_stream *etna_cmd_stream_new(struct etna_pipe *pipe, in etna_cmd_stream_new()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_screen.h73 struct etna_pipe *pipe;
/external/libdrm/tests/etnaviv/
Detnaviv_2d_test.c179 struct etna_pipe *pipe; in main()