Searched refs:check_resource_capability (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_screen.h238 bool (*check_resource_capability)(struct pipe_screen *screen, member in struct:pipe_screen
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_rbug/
H A Drbug_screen.c198 return screen->check_resource_capability(screen, resource, bind);
334 SCR_INIT(check_resource_capability);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_ddebug/
H A Ddd_screen.c332 return screen->check_resource_capability(screen, resource, bind);
566 SCR_INIT(check_resource_capability);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_rbug/
H A Drbug_screen.c281 return screen->check_resource_capability(screen, resource, bind);
466 SCR_INIT(check_resource_capability);
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_screen.h258 bool (*check_resource_capability)(struct pipe_screen *screen, member in struct:pipe_screen
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_trace/
H A Dtr_screen.c390 return screen->check_resource_capability(screen, resource, bind);
688 SCR_INIT(check_resource_capability);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_ddebug/
H A Ddd_screen.c352 return screen->check_resource_capability(screen, resource, bind);
594 SCR_INIT(check_resource_capability);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_trace/
H A Dtr_screen.c663 return screen->check_resource_capability(screen, resource, bind);
1164 SCR_INIT(check_resource_capability);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_noop/
H A Dnoop_pipe.c745 screen->check_resource_capability = noop_check_resource_capability;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/dri/
H A Ddri2.c1206 if (!screen->check_resource_capability)
1224 return screen->check_resource_capability(screen, image->texture, bind);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/dri/
H A Ddri2.c1419 if (!screen->check_resource_capability)
1437 return screen->check_resource_capability(screen, image->texture, bind);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_texture.c2216 sscreen->b.check_resource_capability = si_check_resource_capability;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_texture.c2647 sscreen->b.check_resource_capability = si_check_resource_capability;

Completed in 39 milliseconds