Home
last modified time | relevance | path

Searched refs:stop_exec_on_failure (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_cs.h157 bool stop_exec_on_failure; member
Damdgpu_cs.c962 bool stop_exec_on_failure) in amdgpu_cs_create() argument
979 cs->stop_exec_on_failure = stop_exec_on_failure; in amdgpu_cs_create()
1492 if (acs->stop_exec_on_failure && acs->ctx->num_rejected_cs) { in amdgpu_cs_submit_ib()
/third_party/mesa3d/src/gallium/include/winsys/
Dradeon_winsys.h506 void *flush_ctx, bool stop_exec_on_failure);
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c470 bool stop_exec_on_failure = (flags & PIPE_CONTEXT_LOSE_CONTEXT_ON_RESET) != 0; in si_create_context() local
532 (void *)si_flush_gfx_cs, sctx, stop_exec_on_failure); in si_create_context()
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_cs.c180 bool stop_exec_on_failure) in radeon_drm_cs_create() argument