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/drivers/zink/
Dzink_query.c38 bool needs_reset; member
67 bool needs_reset; /* query is considered active by vk and cannot be destroyed */ member
129 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()
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_cs.c352 bool *needs_reset) in amdgpu_ctx_query_reset_status() argument
357 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 …]
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_cs.c92 bool *needs_reset) in radeon_drm_ctx_query_reset_status() argument
99 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()
/third_party/mesa3d/src/gallium/include/winsys/
Dradeon_winsys.h489 bool *needs_reset);
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c368 bool needs_reset; in si_get_reset_status() local
369 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()
/third_party/mesa3d/docs/relnotes/
D21.1.0.rst4683 - amdgpu,radeon: add needs_reset param to ctx_query_reset_status