Searched refs:device_reset_callback (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | r600_pipe_common.c | 576 rctx->device_reset_callback = *cb; 578 memset(&rctx->device_reset_callback, 0, 579 sizeof(rctx->device_reset_callback)); 586 if (!rctx->device_reset_callback.reset) 596 rctx->device_reset_callback.reset(rctx->device_reset_callback.data, status);
|
| H A D | r600_pipe_common.h | 587 struct pipe_device_reset_callback device_reset_callback; member in struct:r600_common_context
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_pipe.c | 303 sctx->device_reset_callback = *cb; 305 memset(&sctx->device_reset_callback, 0, 306 sizeof(sctx->device_reset_callback)); 313 if (!sctx->device_reset_callback.reset) 323 sctx->device_reset_callback.reset(sctx->device_reset_callback.data, status);
|
| H A D | si_pipe.h | 818 struct pipe_device_reset_callback device_reset_callback; member in struct:si_context
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | r600_pipe_common.c | 511 rctx->device_reset_callback = *cb; 513 memset(&rctx->device_reset_callback, 0, 514 sizeof(rctx->device_reset_callback)); 521 if (!rctx->device_reset_callback.reset) 531 rctx->device_reset_callback.reset(rctx->device_reset_callback.data, status);
|
| H A D | r600_pipe_common.h | 576 struct pipe_device_reset_callback device_reset_callback; member in struct:r600_common_context
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_pipe.c | 365 if (sctx->device_reset_callback.reset) { 366 sctx->device_reset_callback.reset(sctx->device_reset_callback.data, status); 378 sctx->device_reset_callback = *cb; 380 memset(&sctx->device_reset_callback, 0, sizeof(sctx->device_reset_callback));
|
| H A D | si_gfx_cs.c | 84 ctx->device_reset_callback.reset) { 87 ctx->device_reset_callback.reset(ctx->device_reset_callback.data, status);
|
| H A D | si_pipe.h | 915 struct pipe_device_reset_callback device_reset_callback; member in struct:si_context
|
Completed in 22 milliseconds