Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_context.c47 DEBUG_GET_ONCE_BOOL_OPTION(no_swtnl, "SVGA_NO_SWTNL", FALSE)
122 svga->debug.no_swtnl = debug_get_option_no_swtnl(); in svga_context_create()
158 goto no_swtnl; in svga_context_create()
182 no_swtnl: in svga_context_create()
Dsvga_state_need_swtnl.c199 if (svga->debug.no_swtnl) { in update_need_swtnl()
Dsvga_context.h319 boolean no_swtnl; member