Lines Matching full:query
554 * vmw_cmd_emit_dummy_legacy_query - emits a dummy query to the fifo using
555 * legacy query commands.
558 * @cid: The hardware context id used for the query.
566 * A query wait without a preceding query end will in vmw_cmd_emit_dummy_legacy_query()
568 * without writing to the query result structure. in vmw_cmd_emit_dummy_legacy_query()
600 * vmw_cmd_emit_dummy_gb_query - emits a dummy query to the fifo using
601 * guest-backed resource query commands.
604 * @cid: The hardware context id used for the query.
612 * A query wait without a preceding query end will in vmw_cmd_emit_dummy_gb_query()
614 * without writing to the query result structure. in vmw_cmd_emit_dummy_gb_query()
642 * vmw_cmd_emit_dummy_query - emits a dummy query to the fifo using
643 * appropriate resource query commands.
646 * @cid: The hardware context id used for the query.
648 * This function is used to emit a dummy occlusion query with
649 * no primitives rendered between query begin and query end.
650 * It's used to provide a query barrier, in order to know that when
651 * this query is finished, all preceding queries are also finished.
653 * A Query results structure should have been initialized at the start