Home
last modified time | relevance | path

Searched refs:etna_gpu (Results 1 – 14 of 14) sorted by relevance

/third_party/libdrm/etnaviv/
Detnaviv_drmif.h35 struct etna_gpu;
98 struct etna_gpu *etna_gpu_new(struct etna_device *dev, unsigned int core);
99 void etna_gpu_del(struct etna_gpu *gpu);
100 int etna_gpu_get_param(struct etna_gpu *gpu, enum etna_param_id param,
107 struct etna_pipe *etna_pipe_new(struct etna_gpu *gpu, enum etna_pipe_id id);
Detnaviv_gpu.c47 drm_public struct etna_gpu *etna_gpu_new(struct etna_device *dev, unsigned int core) in etna_gpu_new()
49 struct etna_gpu *gpu; in etna_gpu_new()
76 drm_public void etna_gpu_del(struct etna_gpu *gpu) in etna_gpu_del()
81 drm_public int etna_gpu_get_param(struct etna_gpu *gpu, enum etna_param_id param, in etna_gpu_get_param()
Detnaviv_priv.h116 struct etna_gpu { struct
125 struct etna_gpu *gpu; argument
Detnaviv_pipe.c63 drm_public struct etna_pipe *etna_pipe_new(struct etna_gpu *gpu, enum etna_pipe_id id) in etna_pipe_new()
Detnaviv_cmd_stream.c182 struct etna_gpu *gpu = priv->pipe->gpu; in flush()
/third_party/mesa3d/src/etnaviv/drm/
Detnaviv_drmif.h36 struct etna_gpu;
109 struct etna_gpu *etna_gpu_new(struct etna_device *dev, unsigned int core);
110 void etna_gpu_del(struct etna_gpu *gpu);
111 int etna_gpu_get_param(struct etna_gpu *gpu, enum etna_param_id param,
118 struct etna_pipe *etna_pipe_new(struct etna_gpu *gpu, enum etna_pipe_id id);
Detnaviv_gpu.c47 struct etna_gpu *etna_gpu_new(struct etna_device *dev, unsigned int core) in etna_gpu_new()
49 struct etna_gpu *gpu; in etna_gpu_new()
76 void etna_gpu_del(struct etna_gpu *gpu) in etna_gpu_del()
81 int etna_gpu_get_param(struct etna_gpu *gpu, enum etna_param_id param, in etna_gpu_get_param()
Detnaviv_priv.h120 struct etna_gpu { struct
129 struct etna_gpu *gpu; argument
Detnaviv_pipe.c56 struct etna_pipe *etna_pipe_new(struct etna_gpu *gpu, enum etna_pipe_id id) in etna_pipe_new()
Detnaviv_cmd_stream.c205 struct etna_gpu *gpu = priv->pipe->gpu; in etna_cmd_stream_flush()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_screen.h79 struct etna_gpu *gpu;
116 etna_screen_create(struct etna_device *dev, struct etna_gpu *gpu,
Detnaviv_screen.c979 etna_screen_create(struct etna_device *dev, struct etna_gpu *gpu, in etna_screen_create()
/third_party/mesa3d/src/gallium/winsys/etnaviv/drm/
Detnaviv_drm_winsys.c101 struct etna_gpu *gpu; in screen_create()
/third_party/libdrm/tests/etnaviv/
Detnaviv_2d_test.c178 struct etna_gpu *gpu; in main()