Searched refs:etna_pipe (Results 1 – 6 of 6) sorted by relevance
/external/libdrm/etnaviv/ |
D | etnaviv_pipe.c | 33 int etna_pipe_wait(struct etna_pipe *pipe, uint32_t timestamp, uint32_t ms) in etna_pipe_wait() 38 int etna_pipe_wait_ns(struct etna_pipe *pipe, uint32_t timestamp, uint64_t ns) in etna_pipe_wait_ns() 62 void etna_pipe_del(struct etna_pipe *pipe) in etna_pipe_del() 67 struct etna_pipe *etna_pipe_new(struct etna_gpu *gpu, enum etna_pipe_id id) in etna_pipe_new() 69 struct etna_pipe *pipe; in etna_pipe_new()
|
D | etnaviv_drmif.h | 34 struct etna_pipe; 104 struct etna_pipe *etna_pipe_new(struct etna_gpu *gpu, enum etna_pipe_id id); 105 void etna_pipe_del(struct etna_pipe *pipe); 106 int etna_pipe_wait(struct etna_pipe *pipe, uint32_t timestamp, uint32_t ms); 107 int etna_pipe_wait_ns(struct etna_pipe *pipe, uint32_t timestamp, uint64_t ns); 139 struct etna_cmd_stream *etna_cmd_stream_new(struct etna_pipe *pipe, uint32_t size,
|
D | etnaviv_priv.h | 141 struct etna_pipe { struct 148 struct etna_pipe *pipe; argument
|
D | etnaviv_cmd_stream.c | 62 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 | 65 struct etna_pipe *pipe;
|
/external/libdrm/tests/etnaviv/ |
D | etnaviv_2d_test.c | 162 struct etna_pipe *pipe; in main()
|