OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PERF_NO_DEPTH
(Results
1 - 5
of
5
) sorted by null
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_clear.c
59
if (LP_PERF &
PERF_NO_DEPTH
)
lp_debug.h
62
#define
PERF_NO_DEPTH
0x40 /* disable depth buffering entirely */
lp_state_surface.c
63
if (LP_PERF &
PERF_NO_DEPTH
) {
lp_state_blend.c
117
if (LP_PERF &
PERF_NO_DEPTH
) {
lp_screen.c
81
{ "no_depth",
PERF_NO_DEPTH
, NULL },
Completed in 168 milliseconds