Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_query.c178 SVGA_FENCE_FLAG_QUERY); in get_query_result_vgpu9()
611 SVGA_FENCE_FLAG_QUERY); in get_query_result_vgpu10()
1261 SVGA_FENCE_FLAG_QUERY); in svga_render_condition()
Dsvga_winsys.h82 #define SVGA_FENCE_FLAG_QUERY (1 << 1) macro
/external/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_screen_ioctl.c807 if (flags & SVGA_FENCE_FLAG_QUERY) in vmw_drm_fence_flags()