Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_screen_cache.c461 SVGA3dSurfaceFlags hint_flag; in svga_screen_surface_create() local
477 hint_flag = SVGA3D_SURFACE_HINT_STATIC; in svga_screen_surface_create()
482 hint_flag = SVGA3D_SURFACE_HINT_STATIC; in svga_screen_surface_create()
492 hint_flag = SVGA3D_SURFACE_HINT_DYNAMIC; in svga_screen_surface_create()
497 key->flags |= hint_flag; in svga_screen_surface_create()