Searched refs:soStats (Results 1 – 3 of 3) sorted by relevance
244 D3D11_QUERY_DATA_SO_STATISTICS soStats = {}; in testQuery() local246 context->GetData(queryState->query.get(), &soStats, sizeof(soStats), 0); in testQuery()252 mResult = static_cast<GLuint64>(soStats.NumPrimitivesWritten); in testQuery()
244 D3D11_QUERY_DATA_SO_STATISTICS soStats = {0}; in testQuery() local246 context->GetData(queryState->query.get(), &soStats, sizeof(soStats), 0); in testQuery()252 mResult = static_cast<GLuint64>(soStats.NumPrimitivesWritten); in testQuery()
1641 SVGADXStreamOutStatisticsQueryResult soStats; member