Home
last modified time | relevance | path

Searched refs:needs_reset (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/freedreno/decode/
Dcffdump.c261 bool needs_reset = false; in handle_file() local
343 if (needs_reset) { in handle_file()
345 needs_reset = false; in handle_file()
368 needs_reset = true; in handle_file()
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_cs.c338 bool *needs_reset) in amdgpu_ctx_query_reset_status() argument
343 if (needs_reset) in amdgpu_ctx_query_reset_status()
344 *needs_reset = false; in amdgpu_ctx_query_reset_status()
365 if (needs_reset) in amdgpu_ctx_query_reset_status()
366 *needs_reset = flags & AMDGPU_CTX_QUERY2_FLAGS_VRAMLOST; in amdgpu_ctx_query_reset_status()
381 if (needs_reset) in amdgpu_ctx_query_reset_status()
382 *needs_reset = true; 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()
400 if (needs_reset) in amdgpu_ctx_query_reset_status()
[all …]
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_cs.c91 bool *needs_reset) in radeon_drm_ctx_query_reset_status() argument
98 if (needs_reset) in radeon_drm_ctx_query_reset_status()
99 *needs_reset = false; in radeon_drm_ctx_query_reset_status()
103 if (needs_reset) in radeon_drm_ctx_query_reset_status()
104 *needs_reset = true; in radeon_drm_ctx_query_reset_status()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_query.c42 bool needs_reset; /* query is considered active by vk and cannot be destroyed */ member
332 query->needs_reset = true; in zink_create_query()
598 q->needs_reset = false; in reset_pool()
662 if (q->needs_reset) in begin_query()
732 q->needs_reset = true; in update_query_id()
791 if (query->needs_reset) in zink_end_query()
/third_party/mesa3d/src/gallium/drivers/radeon/
Dradeon_winsys.h493 bool *needs_reset);
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c360 bool needs_reset; in si_get_reset_status() local
361 enum pipe_reset_status status = sctx->ws->ctx_query_reset_status(sctx->ctx, false, &needs_reset); in si_get_reset_status()
363 if (status != PIPE_NO_RESET && needs_reset && !(sctx->context_flags & SI_CONTEXT_FLAG_AUX)) { in si_get_reset_status()
/third_party/mesa3d/docs/relnotes/
D21.1.0.rst4683 - amdgpu,radeon: add needs_reset param to ctx_query_reset_status