Home
last modified time | relevance | path

Searched refs:intel_gem_supports_syncobj_wait (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/intel/common/
Dintel_gem.h166 bool intel_gem_supports_syncobj_wait(int fd);
Dintel_gem.c27 intel_gem_supports_syncobj_wait(int fd) in intel_gem_supports_syncobj_wait() function
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_screen.c745 if (intel_gem_supports_syncobj_wait(screen->fd)) in iris_detect_kernel_features()