Home
last modified time | relevance | path

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

/external/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()
/external/mesa3d/src/etnaviv/drm/
Detnaviv_drmif.h36 struct etna_gpu;
101 struct etna_gpu *etna_gpu_new(struct etna_device *dev, unsigned int core);
102 void etna_gpu_del(struct etna_gpu *gpu);
103 int etna_gpu_get_param(struct etna_gpu *gpu, enum etna_param_id param,
110 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.h123 struct etna_gpu { struct
132 struct etna_gpu *gpu; argument
Detnaviv_pipe.c58 struct etna_pipe *etna_pipe_new(struct etna_gpu *gpu, enum etna_pipe_id id) in etna_pipe_new()
Detnaviv_cmd_stream.c213 struct etna_gpu *gpu = priv->pipe->gpu; in etna_cmd_stream_flush()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_screen.h72 struct etna_gpu *gpu;
103 etna_screen_create(struct etna_device *dev, struct etna_gpu *gpu,
Detnaviv_screen.c895 etna_screen_create(struct etna_device *dev, struct etna_gpu *gpu, in etna_screen_create()
/external/mesa3d/src/gallium/winsys/etnaviv/drm/
Detnaviv_drm_winsys.c102 struct etna_gpu *gpu; in screen_create()
/external/libdrm/tests/etnaviv/
Detnaviv_2d_test.c178 struct etna_gpu *gpu; in main()