Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_query.c501 if (svga->swc->query_bind(svga->swc, svga->gb_query, in define_query_vgpu10()
504 svga->swc->query_bind(svga->swc, svga->gb_query, in define_query_vgpu10()
573 if (svga->swc->query_bind(svga->swc, svga->gb_query, in rebind_vgpu10_query()
576 svga->swc->query_bind(svga->swc, svga->gb_query, in rebind_vgpu10_query()
Dsvga_winsys.h353 (*query_bind)(struct svga_winsys_context *sws, member
/external/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_context.c812 vswc->base.query_bind = vmw_swc_query_bind; in vmw_svga_winsys_context_create()