Home
last modified time | relevance | path

Searched refs:kernel_features (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_screen.h78 unsigned kernel_features; member
137 return screen->kernel_features & KERNEL_ALLOWS_SOL_OFFSET_WRITES; in can_do_pipelined_register_writes()
143 return screen->kernel_features & KERNEL_ALLOWS_HSW_SCRATCH1_AND_ROW_CHICKEN3; in can_do_hsw_l3_atomics()
149 return screen->kernel_features & KERNEL_ALLOWS_MI_MATH_AND_LRR; in can_do_mi_math_and_lrr()
155 return screen->kernel_features & KERNEL_ALLOWS_COMPUTE_DISPATCH; in can_do_compute_dispatch()
161 return screen->kernel_features & KERNEL_ALLOWS_PREDICATE_WRITES; in can_do_predicate_writes()
167 return screen->kernel_features & KERNEL_ALLOWS_EXEC_CAPTURE; in can_do_exec_capture()
Dbrw_screen.c2717 screen->kernel_features |= KERNEL_ALLOWS_EXEC_CAPTURE; in brw_init_screen()
2721 screen->kernel_features |= KERNEL_ALLOWS_EXEC_BATCH_FIRST; in brw_init_screen()
2728 screen->kernel_features |= KERNEL_ALLOWS_SOL_OFFSET_WRITES; in brw_init_screen()
2732 screen->kernel_features |= KERNEL_ALLOWS_PREDICATE_WRITES; in brw_init_screen()
2738 screen->kernel_features |= in brw_init_screen()
2748 screen->kernel_features |= KERNEL_ALLOWS_MI_MATH_AND_LRR; in brw_init_screen()
2753 screen->kernel_features |= KERNEL_ALLOWS_COMPUTE_DISPATCH; in brw_init_screen()
2756 screen->kernel_features |= KERNEL_ALLOWS_CONTEXT_ISOLATION; in brw_init_screen()
2801 !(screen->kernel_features & KERNEL_ALLOWS_CONTEXT_ISOLATION); in brw_init_screen()
Dbrw_batch.c177 screen->kernel_features & KERNEL_ALLOWS_EXEC_BATCH_FIRST; in brw_batch_init()
633 !(brw->screen->kernel_features & KERNEL_ALLOWS_CONTEXT_ISOLATION)) in brw_finish_batch()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_screen.h185 unsigned kernel_features; member
Diris_fence.c247 if (!(screen->kernel_features & KERNEL_HAS_WAIT_FOR_SUBMIT)) in iris_fence_flush()
Diris_screen.c724 screen->kernel_features |= KERNEL_HAS_WAIT_FOR_SUBMIT; in iris_detect_kernel_features()