Searched refs:etna_pipe (Results 1 – 12 of 12) sorted by relevance
/external/libdrm/etnaviv/ |
D | etnaviv_pipe.c | 29 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()
|
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); 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);
|
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 drm_public struct etna_perfmon *etna_perfmon_create(struct etna_pipe *pipe) in etna_perfmon_create()
|
D | etnaviv_cmd_stream.c | 58 drm_public struct etna_cmd_stream *etna_cmd_stream_new(struct etna_pipe *pipe, in etna_cmd_stream_new()
|
/external/mesa3d/src/etnaviv/drm/ |
D | etnaviv_pipe.c | 29 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()
|
D | etnaviv_drmif.h | 35 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);
|
D | etnaviv_priv.h | 130 struct etna_pipe { struct 137 struct etna_pipe *pipe; argument 169 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 | 88 struct etna_cmd_stream *etna_cmd_stream_new(struct etna_pipe *pipe, in etna_cmd_stream_new()
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_screen.h | 73 struct etna_pipe *pipe;
|
/external/libdrm/tests/etnaviv/ |
D | etnaviv_2d_test.c | 179 struct etna_pipe *pipe; in main()
|