Home
last modified time | relevance | path

Searched refs:KERNEL_ALLOWS_PREDICATE_WRITES (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_screen.h80 #define KERNEL_ALLOWS_PREDICATE_WRITES (1<<1) macro
161 return screen->kernel_features & KERNEL_ALLOWS_PREDICATE_WRITES; in can_do_predicate_writes()
Dbrw_screen.c2732 screen->kernel_features |= KERNEL_ALLOWS_PREDICATE_WRITES; in brw_init_screen()