Lines Matching full:query
546 * vmw_cmd_emit_dummy_legacy_query - emits a dummy query to the fifo using
547 * legacy query commands.
550 * @cid: The hardware context id used for the query.
558 * A query wait without a preceding query end will in vmw_cmd_emit_dummy_legacy_query()
560 * without writing to the query result structure. in vmw_cmd_emit_dummy_legacy_query()
592 * vmw_cmd_emit_dummy_gb_query - emits a dummy query to the fifo using
593 * guest-backed resource query commands.
596 * @cid: The hardware context id used for the query.
604 * A query wait without a preceding query end will in vmw_cmd_emit_dummy_gb_query()
606 * without writing to the query result structure. in vmw_cmd_emit_dummy_gb_query()
634 * vmw_cmd_emit_dummy_query - emits a dummy query to the fifo using
635 * appropriate resource query commands.
638 * @cid: The hardware context id used for the query.
640 * This function is used to emit a dummy occlusion query with
641 * no primitives rendered between query begin and query end.
642 * It's used to provide a query barrier, in order to know that when
643 * this query is finished, all preceding queries are also finished.
645 * A Query results structure should have been initialized at the start