Home
last modified time | relevance | path

Searched refs:check_resource_capability (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
Drbug_screen.c295 return screen->check_resource_capability(screen, resource, bind); in rbug_screen_check_resource_capability()
480 SCR_INIT(check_resource_capability); in rbug_screen_create()
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_screen.c352 return screen->check_resource_capability(screen, resource, bind); in dd_screen_check_resource_capability()
639 SCR_INIT(check_resource_capability); in ddebug_screen_create()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_screen.h285 bool (*check_resource_capability)(struct pipe_screen *screen, member
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_screen.c786 return screen->check_resource_capability(screen, resource, bind); in trace_screen_check_resource_capability()
1431 SCR_INIT(check_resource_capability); in trace_screen_create()
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
Dnoop_pipe.c797 screen->check_resource_capability = noop_check_resource_capability; in noop_screen_create()
/third_party/mesa3d/src/gallium/frontends/dri/
Ddri2.c1468 if (!screen->check_resource_capability) in dri2_validate_usage()
1486 return screen->check_resource_capability(screen, image->texture, bind); in dri2_validate_usage()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_texture.c2379 sscreen->b.check_resource_capability = si_check_resource_capability; in si_init_screen_texture_functions()