Searched refs:has_tiling_ioctl (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_screen.h99 bool has_tiling_ioctl; member in struct:vc4_screen
H A Dvc4_screen.c420 int num_modifiers = screen->has_tiling_ioctl ? 2 : 1;
428 m = screen->has_tiling_ioctl ? 0 : 1;
H A Dvc4_resource.c524 PIPE_BIND_SCANOUT)) && !screen->has_tiling_ioctl)
549 if (screen->has_tiling_ioctl) {
1141 screen->has_tiling_ioctl = true;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_screen.h100 bool has_tiling_ioctl; member in struct:vc4_screen
H A Dvc4_screen.c433 if (screen->has_tiling_ioctl) {
H A Dvc4_resource.c551 PIPE_BIND_SCANOUT)) && !screen->has_tiling_ioctl)
576 if (screen->has_tiling_ioctl) {
1166 screen->has_tiling_ioctl = true;

Completed in 14 milliseconds