Searched refs:svga_type (Results 1 - 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_pipe_query.c | 50 SVGA3dQueryType svga_type; /**< SVGA3D_QUERYTYPE_x or unused */ member in struct:svga_query 143 ret = SVGA3D_BeginQuery(svga->swc, sq->svga_type); 146 ret = SVGA3D_BeginQuery(svga->swc, sq->svga_type); 159 ret = SVGA3D_EndQuery(svga->swc, sq->svga_type, sq->hwbuf); 162 ret = SVGA3D_EndQuery(svga->swc, sq->svga_type, sq->hwbuf); 180 ret = SVGA3D_WaitForQuery(svga->swc, sq->svga_type, sq->hwbuf); 183 ret = SVGA3D_WaitForQuery(svga->swc, sq->svga_type, sq->hwbuf); 429 alloc_entry = svga->gb_query_map[sq->svga_type]; 517 sq->offset = allocate_query(svga, sq->svga_type, qlen); 522 sq->svga_type, s [all...] |
Completed in 86 milliseconds