Home
last modified time | relevance | path

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

/external/libdrm/etnaviv/
Detnaviv_pipe.c29 int etna_pipe_wait(struct etna_pipe *pipe, uint32_t timestamp, uint32_t ms) in etna_pipe_wait()
34 int etna_pipe_wait_ns(struct etna_pipe *pipe, uint32_t timestamp, uint64_t ns) in etna_pipe_wait_ns()
58 void etna_pipe_del(struct etna_pipe *pipe) in etna_pipe_del()
63 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);
142 struct etna_cmd_stream *etna_cmd_stream_new(struct etna_pipe *pipe, uint32_t size,
199 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 struct etna_perfmon *etna_perfmon_create(struct etna_pipe *pipe) in etna_perfmon_create()
Detnaviv_cmd_stream.c58 struct etna_cmd_stream *etna_cmd_stream_new(struct etna_pipe *pipe, uint32_t size, in etna_cmd_stream_new()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_screen.h67 struct etna_pipe *pipe;
/external/libdrm/tests/etnaviv/
Detnaviv_2d_test.c158 struct etna_pipe *pipe; in main()