Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_screen.h190 #define KERNEL_HAS_WAIT_FOR_SUBMIT (1<<0) macro
Diris_fence.c247 if (!(screen->kernel_features & KERNEL_HAS_WAIT_FOR_SUBMIT)) in iris_fence_flush()
Diris_screen.c746 screen->kernel_features |= KERNEL_HAS_WAIT_FOR_SUBMIT; in iris_detect_kernel_features()