/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
D | sp_clear.c | 56 if (softpipe->no_rast) in softpipe_clear()
|
D | sp_context.h | 189 unsigned no_rast : 1; member
|
D | sp_context.c | 300 softpipe->no_rast = TRUE; in softpipe_create_context()
|
D | sp_setup.c | 817 if (setup->softpipe->no_rast || setup->softpipe->rasterizer->rasterizer_discard) in sp_setup_tri() 1083 if (setup->softpipe->no_rast || setup->softpipe->rasterizer->rasterizer_discard) in sp_setup_line() 1216 if (setup->softpipe->no_rast || setup->softpipe->rasterizer->rasterizer_discard) in sp_setup_point()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_clear.c | 56 if (softpipe->no_rast) in softpipe_clear()
|
D | sp_context.h | 189 unsigned no_rast : 1; member
|
D | sp_context.c | 300 softpipe->no_rast = TRUE; in softpipe_create_context()
|
D | sp_setup.c | 817 if (setup->softpipe->no_rast || setup->softpipe->rasterizer->rasterizer_discard) in sp_setup_tri() 1083 if (setup->softpipe->no_rast || setup->softpipe->rasterizer->rasterizer_discard) in sp_setup_line() 1216 if (setup->softpipe->no_rast || setup->softpipe->rasterizer->rasterizer_discard) in sp_setup_point()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i830_context.c | 84 if (intel->no_rast) in i830CreateContext()
|
D | i915_context.c | 210 if (intel->no_rast) in i915CreateContext()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/ |
D | i830_context.c | 84 if (intel->no_rast) in i830CreateContext()
|
D | i915_context.c | 210 if (intel->no_rast) in i915CreateContext()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
D | lp_context.h | 126 boolean no_rast; member
|
D | lp_rast.c | 706 if (!task->rast->no_rast) { in rasterize_scene() 888 goto no_rast; in lp_rast_create() 904 rast->no_rast = debug_get_bool_option("LP_NO_RAST", FALSE); in lp_rast_create() 919 no_rast: in lp_rast_create()
|
D | lp_rast_priv.h | 114 boolean no_rast; /**< For debugging/profiling */ member
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_context.h | 126 boolean no_rast; member
|
D | lp_rast.c | 706 if (!task->rast->no_rast) { in rasterize_scene() 888 goto no_rast; in lp_rast_create() 904 rast->no_rast = debug_get_bool_option("LP_NO_RAST", FALSE); in lp_rast_create() 919 no_rast: in lp_rast_create()
|
D | lp_rast_priv.h | 114 boolean no_rast; /**< For debugging/profiling */ member
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/ |
D | glx_api.c | 1117 static boolean firsttime = 1, no_rast = 0; in glXMakeContextCurrent() local 1120 no_rast = getenv("SP_NO_RAST") != NULL; in glXMakeContextCurrent() 1162 if (no_rast && in glXMakeContextCurrent() 1382 static boolean firsttime = 1, no_rast = 0; in glXSwapBuffers() local 1385 no_rast = getenv("SP_NO_RAST") != NULL; in glXSwapBuffers() 1389 if (no_rast) in glXSwapBuffers()
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
D | glx_api.c | 1117 static boolean firsttime = 1, no_rast = 0; in glXMakeContextCurrent() local 1120 no_rast = getenv("SP_NO_RAST") != NULL; in glXMakeContextCurrent() 1162 if (no_rast && in glXMakeContextCurrent() 1382 static boolean firsttime = 1, no_rast = 0; in glXSwapBuffers() local 1385 no_rast = getenv("SP_NO_RAST") != NULL; in glXSwapBuffers() 1389 if (no_rast) in glXSwapBuffers()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/xmlpool/ |
D | t_options.h | 56 DRI_CONF_OPT_BEGIN(no_rast,bool,def) \
|
D | options.h | 65 DRI_CONF_OPT_BEGIN(no_rast,bool,def) \
|
/external/mesa3d/src/mesa/drivers/dri/common/xmlpool/ |
D | t_options.h | 56 DRI_CONF_OPT_BEGIN(no_rast,bool,def) \
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
D | intel_context.h | 277 bool no_rast; member
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
D | intel_context.h | 277 bool no_rast; member
|