Home
last modified time | relevance | path

Searched refs:has_tiling_ioctl (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_screen.h99 bool has_tiling_ioctl; member
Dvc4_screen.c428 int num_modifiers = screen->has_tiling_ioctl ? 2 : 1; in vc4_screen_query_dmabuf_modifiers()
436 m = screen->has_tiling_ioctl ? 0 : 1; in vc4_screen_query_dmabuf_modifiers()
Dvc4_resource.c523 PIPE_BIND_SCANOUT)) && !screen->has_tiling_ioctl) in vc4_resource_create_with_modifiers()
548 if (screen->has_tiling_ioctl) { in vc4_resource_create_with_modifiers()
1140 screen->has_tiling_ioctl = true; in vc4_resource_screen_init()