Lines Matching defs:query
30 * Functions that manipulate query resources.
48 * resource video memory) for a query.
62 TranslateQueryType(D3D10DDI_QUERY query)
64 switch (query) {
94 * query that the Microsoft Direct3D runtime subsequently issues
129 * The DestroyQuery function releases resources for a query.
155 * graphics commands for a query and transitions the query to the
186 * commands for a query and transitions the query to the
217 * The QueryGetData function polls for the state of a query operation.
317 * Keep track of the last finished query, as wgfasync checks that queries
383 struct pipe_query *query = pQuery->handle;
384 assert(query);
390 ret = pipe->get_query_result(pipe, query, TRUE, &result);