/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_pixel_bitmap.c | 41 #include "swrast/swrast.h"
|
intel_context.c | 38 #include "swrast/swrast.h" 702 * As of GL 3.1 core, the gen4+ driver doesn't need the swrast context for 715 /* Configure swrast to match hardware characteristics: */
|
intel_pixel_copy.c | 228 /* this will use swrast if needed */
|
intel_pixel_read.c | 191 fallback_debug("%s: fallback to swrast\n", __FUNCTION__);
|
intel_tex_copy.c | 159 fallback_debug("%s - fallback to swrast\n", __FUNCTION__);
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nouveau_state.c | 32 #include "swrast/swrast.h"
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_common_context.h | 15 #include "swrast/s_context.h" 154 * This is a subclass of swrast_texture_image since we use swrast
|
/external/mesa3d/src/mesa/drivers/x11/ |
xmesaP.h | 32 #include "swrast/s_context.h" 407 * swrast-style point, line and triangle functions.
|
/external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/ |
egl_dri2.h | 98 __DRIswrastExtension *swrast; member in struct:dri2_egl_display
|
/external/chromium_org/third_party/mesa/src/src/gallium/targets/pipe-loader/ |
Makefile | 127 _PIPE_TARGETS_CC += $(PIPE_PREFIX)swrast.so
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_draw.c | 39 #include "swrast/swrast.h" 573 /* Do GL_SELECT and GL_FEEDBACK rendering using swrast, even though it 586 * manage it. swrast doesn't support our featureset, so we can't fall back
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
intel_context.c | 38 #include "swrast/swrast.h" 702 * As of GL 3.1 core, the gen4+ driver doesn't need the swrast context for 715 /* Configure swrast to match hardware characteristics: */
|
intel_pixel_copy.c | 228 /* this will use swrast if needed */
|
intel_pixel_read.c | 191 fallback_debug("%s: fallback to swrast\n", __FUNCTION__);
|
intel_tex_copy.c | 159 fallback_debug("%s - fallback to swrast\n", __FUNCTION__);
|
intel_tex_validate.c | 145 /* ImageOffsets[] is only used for swrast's fetch_texel_3d, so we can't
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
nouveau_screen.c | 38 #include "swrast/s_renderbuffer.h"
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_tex_copy.c | 61 // This is software renderbuffer, fallback to swrast
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
framebuffer.c | 311 /* Signal new buffer state so that swrast will update its clipping 329 * as needed, and maybe call the swrast's routine for reallocating 330 * swrast-managed depth/stencil/accum/etc buffers. 617 * The renderer (like swrast) has to look at the current fragment shader
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_alpha.c | 26 * \file swrast/s_alpha.c
|
s_drawpix.c | 199 SWcontext *swrast = SWRAST_CONTEXT(ctx); local 206 (swrast->_RasterMask & ~CLIP_BIT) || 655 SWcontext *swrast = SWRAST_CONTEXT(ctx); local 674 if (swrast->NewState)
|
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/ |
t_vertex.h | 61 EMIT_4CHAN_4F_RGBA, /* for swrast color */
|
/external/mesa3d/src/egl/drivers/dri2/ |
egl_dri2.h | 98 __DRIswrastExtension *swrast; member in struct:dri2_egl_display
|
/external/mesa3d/src/gallium/targets/pipe-loader/ |
Makefile | 127 _PIPE_TARGETS_CC += $(PIPE_PREFIX)swrast.so
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_draw.c | 39 #include "swrast/swrast.h" 573 /* Do GL_SELECT and GL_FEEDBACK rendering using swrast, even though it 586 * manage it. swrast doesn't support our featureset, so we can't fall back
|