Searched refs:drisw_loader_funcs (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/sw/dri/
H A Ddri_sw_winsys.h36 struct sw_winsys *dri_create_sw_winsys(const struct drisw_loader_funcs *lf);
H A Ddri_sw_winsys.c66 const struct drisw_loader_funcs *lf;
292 dri_create_sw_winsys(const struct drisw_loader_funcs *lf)
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/sw/dri/
H A Ddri_sw_winsys.h36 struct sw_winsys *dri_create_sw_winsys(const struct drisw_loader_funcs *lf);
H A Ddri_sw_winsys.c70 const struct drisw_loader_funcs *lf;
296 dri_create_sw_winsys(const struct drisw_loader_funcs *lf)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/pipe-loader/
H A Dpipe_loader.h45 struct drisw_loader_funcs;
124 * Initialize sw dri device give the drisw_loader_funcs.
135 const struct drisw_loader_funcs *drisw_lf);
H A Dpipe_loader_sw.c135 pipe_loader_sw_probe_dri(struct pipe_loader_device **devs, const struct drisw_loader_funcs *drisw_lf)
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/pipe-loader/
H A Dpipe_loader.h45 struct drisw_loader_funcs;
133 * Initialize sw dri device give the drisw_loader_funcs.
144 const struct drisw_loader_funcs *drisw_lf);
H A Dpipe_loader_sw.c138 pipe_loader_sw_probe_dri(struct pipe_loader_device **devs, const struct drisw_loader_funcs *drisw_lf)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/state_tracker/
H A Ddrisw_api.h13 struct drisw_loader_funcs struct
/xsrc/external/mit/MesaLib/dist/src/gallium/include/frontend/
H A Ddrisw_api.h13 struct drisw_loader_funcs struct
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D18.2.7.rst111 - gallium: Constify drisw_loader_funcs struct
112 - drisw: Use separate drisw_loader_funcs for shm
H A D19.0.0.rst1931 - gallium: Constify drisw_loader_funcs struct
1932 - drisw: Use separate drisw_loader_funcs for shm
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/dri/
H A Ddrisw.c431 static const struct drisw_loader_funcs drisw_lf = {
437 static const struct drisw_loader_funcs drisw_shm_lf = {
451 const struct drisw_loader_funcs *lf = &drisw_lf;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/dri/
H A Ddrisw.c486 static const struct drisw_loader_funcs drisw_lf = {
492 static const struct drisw_loader_funcs drisw_shm_lf = {
506 const struct drisw_loader_funcs *lf = &drisw_lf;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_device.c287 static struct drisw_loader_funcs lvp_sw_lf = {

Completed in 21 milliseconds