Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_context.c53 DEBUG_GET_ONCE_BOOL_OPTION(use_min_mipmap, "SVGA_USE_MIN_MIPMAP", FALSE);
199 svga->debug.use_min_mipmap = debug_get_option_use_min_mipmap(); in svga_context_create()
Dsvga_pipe_sampler.c270 if (svga->debug.use_min_mipmap) { in svga_create_sampler_state()
Dsvga_context.h482 boolean use_min_mipmap; member