HomeSort by relevance Sort by last modified time
    Searched refs:no_rast (Results 1 - 15 of 15) sorted by null

  /external/mesa3d/src/gallium/drivers/softpipe/
sp_clear.c 59 if (softpipe->no_rast)
sp_context.h 211 unsigned no_rast : 1; member in struct:softpipe_context
sp_context.c 320 softpipe->no_rast = TRUE;
sp_setup.c 822 if (setup->softpipe->no_rast || setup->softpipe->rasterizer->rasterizer_discard)
1107 if (setup->softpipe->no_rast || setup->softpipe->rasterizer->rasterizer_discard)
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_context.h 139 boolean no_rast; member in struct:llvmpipe_context
lp_rast.c 682 if (!task->rast->no_rast && !scene->discard) {
891 goto no_rast;
912 rast->no_rast = debug_get_bool_option("LP_NO_RAST", FALSE);
935 no_rast:
lp_rast_priv.h 118 boolean no_rast; /**< For debugging/profiling */ member in struct:lp_rasterizer
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_context.c 97 if (intel->no_rast)
i915_context.c 200 if (intel->no_rast)
intel_context.h 212 bool no_rast; member in struct:intel_context
intel_context.c 539 if (driQueryOptionb(&intel->optionCache, "no_rast")) {
541 intel->no_rast = 1;
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_api.c 1186 static boolean firsttime = 1, no_rast = 0; local
1451 static boolean firsttime = 1, no_rast = 0; local
    [all...]
  /external/mesa3d/src/util/xmlpool/
t_options.h 59 DRI_CONF_OPT_BEGIN_B(no_rast, def) \
  /external/mesa3d/prebuilt-intermediates/xmlpool/
options.h 68 DRI_CONF_OPT_BEGIN_B(no_rast, def) \
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_context.h 826 bool no_rast; member in struct:brw_context
    [all...]

Completed in 664 milliseconds