Searched refs:svga_type (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/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 SVGA_RETRY(svga, SVGA3D_BeginQuery(svga->swc, sq->svga_type)); 152 SVGA_RETRY(svga, SVGA3D_EndQuery(svga->swc, sq->svga_type, sq->hwbuf)); 167 SVGA_RETRY(svga, SVGA3D_WaitForQuery(svga->swc, sq->svga_type, 424 alloc_entry = svga->gb_query_map[sq->svga_type]; 505 sq->offset = allocate_query(svga, sq->svga_type, qlen); 512 sq->svga_type, sq->id, sq->offset); 518 sq->svga_type, 646 sq->svga_type = SVGA3D_QUERYTYPE_OCCLUSION; 673 sq->svga_type [all...] |
| /xsrc/external/mit/MesaLib.old/dist/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); 430 alloc_entry = svga->gb_query_map[sq->svga_type]; 518 sq->offset = allocate_query(svga, sq->svga_type, qlen); 523 sq->svga_type, s [all...] |
Completed in 7 milliseconds