Lines Matching full:query
579 * vmw_fifo_emit_dummy_legacy_query - emits a dummy query to the fifo using
580 * legacy query commands.
583 * @cid: The hardware context id used for the query.
591 * A query wait without a preceding query end will in vmw_fifo_emit_dummy_legacy_query()
593 * without writing to the query result structure. in vmw_fifo_emit_dummy_legacy_query()
625 * vmw_fifo_emit_dummy_gb_query - emits a dummy query to the fifo using
626 * guest-backed resource query commands.
629 * @cid: The hardware context id used for the query.
637 * A query wait without a preceding query end will in vmw_fifo_emit_dummy_gb_query()
639 * without writing to the query result structure. in vmw_fifo_emit_dummy_gb_query()
667 * vmw_fifo_emit_dummy_gb_query - emits a dummy query to the fifo using
668 * appropriate resource query commands.
671 * @cid: The hardware context id used for the query.
673 * This function is used to emit a dummy occlusion query with
674 * no primitives rendered between query begin and query end.
675 * It's used to provide a query barrier, in order to know that when
676 * this query is finished, all preceding queries are also finished.
678 * A Query results structure should have been initialized at the start