Home
last modified time | relevance | path

Searched refs:drisw_loader_funcs (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/pipe-loader/
Dpipe_loader.h45 struct drisw_loader_funcs;
135 const struct drisw_loader_funcs *drisw_lf);
Dpipe_loader_sw.c140 pipe_loader_sw_probe_dri(struct pipe_loader_device **devs, const struct drisw_loader_funcs *drisw_l… in pipe_loader_sw_probe_dri()
/external/mesa3d/src/gallium/winsys/sw/dri/
Ddri_sw_winsys.h36 struct sw_winsys *dri_create_sw_winsys(const struct drisw_loader_funcs *lf);
Ddri_sw_winsys.c70 const struct drisw_loader_funcs *lf;
296 dri_create_sw_winsys(const struct drisw_loader_funcs *lf) in dri_create_sw_winsys()
/external/mesa3d/src/gallium/include/frontend/
Ddrisw_api.h13 struct drisw_loader_funcs struct
/external/mesa3d/docs/relnotes/
D18.2.7.rst111 - gallium: Constify drisw_loader_funcs struct
112 - drisw: Use separate drisw_loader_funcs for shm
D19.0.0.rst1931 - gallium: Constify drisw_loader_funcs struct
1932 - drisw: Use separate drisw_loader_funcs for shm
/external/mesa3d/src/gallium/frontends/dri/
Ddrisw.c483 static const struct drisw_loader_funcs drisw_lf = {
489 static const struct drisw_loader_funcs drisw_shm_lf = {
503 const struct drisw_loader_funcs *lf = &drisw_lf; in drisw_init_screen()
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c241 static struct drisw_loader_funcs lvp_sw_lf = {