Home
last modified time | relevance | path

Searched refs:DEFAULT_SOFTWARE_DEPTH_BITS (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/mesa/swrast/
Dswrast.h48 #ifndef DEFAULT_SOFTWARE_DEPTH_BITS
49 #define DEFAULT_SOFTWARE_DEPTH_BITS 16 macro
52 #if DEFAULT_SOFTWARE_DEPTH_BITS <= 16
/third_party/mesa3d/src/mesa/drivers/x11/
Dxm_line.c470 && ctx->Visual.depthBits == DEFAULT_SOFTWARE_DEPTH_BITS in get_line_func()
Dxm_tri.c1034 && ctx->Visual.depthBits == DEFAULT_SOFTWARE_DEPTH_BITS in get_triangle_func()
1061 && ctx->Visual.depthBits == DEFAULT_SOFTWARE_DEPTH_BITS in get_triangle_func()
Dfakeglx.c340 zBits = DEFAULT_SOFTWARE_DEPTH_BITS; in default_depth_bits()