Home
last modified time | relevance | path

Searched refs:PERF_NO_DEPTH (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_clear.c60 if (LP_PERF & PERF_NO_DEPTH) in llvmpipe_clear()
Dlp_debug.h59 #define PERF_NO_DEPTH 0x40 /* disable depth buffering entirely */ macro
Dlp_state_surface.c84 if (LP_PERF & PERF_NO_DEPTH) { in llvmpipe_set_framebuffer_state()
Dlp_state_blend.c117 if (LP_PERF & PERF_NO_DEPTH) { in llvmpipe_create_depth_stencil_state()
Dlp_screen.c90 { "no_depth", PERF_NO_DEPTH, NULL },