Searched refs:needs_reset (Results 1 – 7 of 7) sorted by relevance
261 bool needs_reset = false; in handle_file() local343 if (needs_reset) { in handle_file()345 needs_reset = false; in handle_file()368 needs_reset = true; in handle_file()
38 bool needs_reset; member67 bool needs_reset; /* query is considered active by vk and cannot be destroyed */ member129 if (vkq->needs_reset) { in reset_vk_query_pool()131 vkq->needs_reset = false; in reset_vk_query_pool()427 vkq->needs_reset = true; in query_pool_get_range()499 query->needs_reset = true; in zink_create_query()765 q->needs_reset = false; in reset_qbos()823 if (q->needs_reset) in begin_query()987 if (query->needs_reset) in zink_end_query()
352 bool *needs_reset) in amdgpu_ctx_query_reset_status() argument357 if (needs_reset) in amdgpu_ctx_query_reset_status()358 *needs_reset = false; in amdgpu_ctx_query_reset_status()379 if (needs_reset) in amdgpu_ctx_query_reset_status()380 *needs_reset = flags & AMDGPU_CTX_QUERY2_FLAGS_VRAMLOST; in amdgpu_ctx_query_reset_status()395 if (needs_reset) in amdgpu_ctx_query_reset_status()396 *needs_reset = true; in amdgpu_ctx_query_reset_status()409 if (needs_reset) in amdgpu_ctx_query_reset_status()410 *needs_reset = true; in amdgpu_ctx_query_reset_status()414 if (needs_reset) in amdgpu_ctx_query_reset_status()[all …]
92 bool *needs_reset) in radeon_drm_ctx_query_reset_status() argument99 if (needs_reset) in radeon_drm_ctx_query_reset_status()100 *needs_reset = false; in radeon_drm_ctx_query_reset_status()104 if (needs_reset) in radeon_drm_ctx_query_reset_status()105 *needs_reset = true; in radeon_drm_ctx_query_reset_status()
489 bool *needs_reset);
368 bool needs_reset; in si_get_reset_status() local369 enum pipe_reset_status status = sctx->ws->ctx_query_reset_status(sctx->ctx, false, &needs_reset); in si_get_reset_status()371 if (status != PIPE_NO_RESET && needs_reset && !(sctx->context_flags & SI_CONTEXT_FLAG_AUX)) { in si_get_reset_status()
4683 - amdgpu,radeon: add needs_reset param to ctx_query_reset_status