Home
last modified time | relevance | path

Searched refs:batch_pending (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_reset.c68 if (stats.batch_pending != 0) { in brw_get_graphics_reset_status()
84 if (stats.batch_active > 0 || stats.batch_pending > 0) in brw_check_for_reset()
/third_party/mesa3d/src/intel/vulkan/
Danv_gem.c543 *pending = stats.batch_pending; in anv_gem_context_get_reset_stats()
/third_party/mesa3d/src/intel/tools/
Dintel_dump_gpu.c536 stats->batch_pending = 0; in ioctl()
/third_party/libdrm/include/drm/
Di915_drm.h1633 __u32 batch_pending; member
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_batch.c625 } else if (stats.batch_pending != 0) { in iris_batch_check_for_reset()
/third_party/mesa3d/include/drm-uapi/
Di915_drm.h2195 __u32 batch_pending; member
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_batch.c797 } else if (stats.batch_pending != 0) { in crocus_batch_check_for_reset()
/third_party/libdrm/intel/
Dintel_bufmgr_gem.c3319 *pending = stats.batch_pending; in drm_intel_get_reset_stats()