Searched refs:etna_pipe (Results 1 – 7 of 7) sorted by relevance
/external/libdrm/etnaviv/ |
D | etnaviv_pipe.c | 29 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()
|
D | etnaviv_drmif.h | 34 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);
|
D | etnaviv_priv.h | 123 struct etna_pipe { struct 130 struct etna_pipe *pipe; argument 160 struct etna_pipe *pipe;
|
D | etnaviv_perfmon.c | 124 struct etna_perfmon *etna_perfmon_create(struct etna_pipe *pipe) in etna_perfmon_create()
|
D | etnaviv_cmd_stream.c | 58 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/ |
D | etnaviv_screen.h | 67 struct etna_pipe *pipe;
|
/external/libdrm/tests/etnaviv/ |
D | etnaviv_2d_test.c | 158 struct etna_pipe *pipe; in main()
|