Lines Matching full:query
583 * vmw_fifo_emit_dummy_legacy_query - emits a dummy query to the fifo using
584 * legacy query commands.
587 * @cid: The hardware context id used for the query.
595 * A query wait without a preceding query end will in vmw_fifo_emit_dummy_legacy_query()
597 * without writing to the query result structure. in vmw_fifo_emit_dummy_legacy_query()
609 DRM_ERROR("Out of fifo space for dummy query.\n"); in vmw_fifo_emit_dummy_legacy_query()
632 * vmw_fifo_emit_dummy_gb_query - emits a dummy query to the fifo using
633 * guest-backed resource query commands.
636 * @cid: The hardware context id used for the query.
644 * A query wait without a preceding query end will in vmw_fifo_emit_dummy_gb_query()
646 * without writing to the query result structure. in vmw_fifo_emit_dummy_gb_query()
658 DRM_ERROR("Out of fifo space for dummy query.\n"); in vmw_fifo_emit_dummy_gb_query()
677 * vmw_fifo_emit_dummy_gb_query - emits a dummy query to the fifo using
678 * appropriate resource query commands.
681 * @cid: The hardware context id used for the query.
683 * This function is used to emit a dummy occlusion query with
684 * no primitives rendered between query begin and query end.
685 * It's used to provide a query barrier, in order to know that when
686 * this query is finished, all preceding queries are also finished.
688 * A Query results structure should have been initialized at the start