Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_debug.h66 #define PERF_NO_RAST_LINEAR 0x100 /* disable linear rast */ macro
Dlp_screen.c96 { "no_rast_linear", PERF_NO_RAST_LINEAR, NULL },
Dlp_rast.c1029 !(LP_PERF & PERF_NO_RAST_LINEAR) && in rasterize_bin()