HomeSort by relevance Sort by last modified time
    Searched refs:swrast (Results 51 - 75 of 81) sorted by null

1 23 4

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_zoom.c 134 SWcontext *swrast = SWRAST_CONTEXT(ctx); local
144 if (!swrast->ZoomedArrays) {
146 swrast->ZoomedArrays = (SWspanarrays *) CALLOC(sizeof(SWspanarrays));
147 if (!swrast->ZoomedArrays)
162 zoomed.array = swrast->ZoomedArrays;
s_aaline.c 30 #include "swrast/s_aaline.h"
31 #include "swrast/s_context.h"
32 #include "swrast/s_span.h"
33 #include "swrast/swrast.h"
477 SWcontext *swrast = SWRAST_CONTEXT(ctx); local
486 || swrast->_FogEnabled) {
487 swrast->Line = aa_general_rgba_line;
490 swrast->Line = aa_rgba_line;
s_bitmap.c 26 * \file swrast/s_bitmap.c
153 SWcontext *swrast = SWRAST_CONTEXT(ctx);
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)
s_span.c 28 * \file swrast/s_span.c
122 const SWcontext *swrast = SWRAST_CONTEXT(ctx); local
124 if (swrast->_PreferPixelFog) {
174 const SWcontext *swrast = SWRAST_CONTEXT(ctx); local
833 const SWcontext *swrast = SWRAST_CONTEXT(ctx); local
841 ASSERT(swrast->_ActiveAttribMask & FRAG_BIT_COL1);
842 (void) swrast; /* silence warning */
1132 const SWcontext *swrast = SWRAST_CONTEXT(ctx); local
    [all...]
s_tritemp.h 128 const SWcontext *swrast = SWRAST_CONTEXT(ctx); local
144 (void) swrast;
240 if (area * bf * swrast->_BackfaceCullSign < 0.0)
424 if (swrast->_InterpMode[attr] == GL_FLAT) {
704 if (swrast->_InterpMode[attr] == GL_FLAT) {
    [all...]
s_atifragshader.c 27 #include "swrast/s_atifragshader.h"
28 #include "swrast/s_context.h"
50 SWcontext *swrast = SWRAST_CONTEXT(ctx); local
53 swrast->TextureSample[unit](ctx, _mesa_get_samplerobj(ctx, unit),
s_copypix.c 627 SWcontext *swrast = SWRAST_CONTEXT(ctx); local
633 if (swrast->NewState)
  /external/mesa3d/src/mesa/swrast/
s_zoom.c 134 SWcontext *swrast = SWRAST_CONTEXT(ctx); local
144 if (!swrast->ZoomedArrays) {
146 swrast->ZoomedArrays = (SWspanarrays *) CALLOC(sizeof(SWspanarrays));
147 if (!swrast->ZoomedArrays)
162 zoomed.array = swrast->ZoomedArrays;
s_aaline.c 30 #include "swrast/s_aaline.h"
31 #include "swrast/s_context.h"
32 #include "swrast/s_span.h"
33 #include "swrast/swrast.h"
477 SWcontext *swrast = SWRAST_CONTEXT(ctx); local
486 || swrast->_FogEnabled) {
487 swrast->Line = aa_general_rgba_line;
490 swrast->Line = aa_rgba_line;
s_bitmap.c 26 * \file swrast/s_bitmap.c
153 SWcontext *swrast = SWRAST_CONTEXT(ctx);
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)
s_span.c 28 * \file swrast/s_span.c
122 const SWcontext *swrast = SWRAST_CONTEXT(ctx); local
124 if (swrast->_PreferPixelFog) {
174 const SWcontext *swrast = SWRAST_CONTEXT(ctx); local
833 const SWcontext *swrast = SWRAST_CONTEXT(ctx); local
841 ASSERT(swrast->_ActiveAttribMask & FRAG_BIT_COL1);
842 (void) swrast; /* silence warning */
1132 const SWcontext *swrast = SWRAST_CONTEXT(ctx); local
    [all...]
s_tritemp.h 128 const SWcontext *swrast = SWRAST_CONTEXT(ctx); local
144 (void) swrast;
240 if (area * bf * swrast->_BackfaceCullSign < 0.0)
424 if (swrast->_InterpMode[attr] == GL_FLAT) {
704 if (swrast->_InterpMode[attr] == GL_FLAT) {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
egl_dri2.h 98 __DRIswrastExtension *swrast; member in struct:dri2_egl_display
egl_dri2.c 324 { __DRI_SWRAST, 2, offsetof(struct dri2_egl_display, swrast) },
446 dri2_dpy->driver_name = "swrast";
469 assert(dri2_dpy->swrast);
481 assert(dri2_dpy->dri2 || dri2_dpy->swrast);
511 assert(dri2_dpy->swrast);
513 dri2_dpy->swrast->createNewScreen(0, dri2_dpy->extensions,
538 assert(dri2_dpy->swrast);
845 assert(dri2_dpy->swrast);
847 dri2_dpy->swrast->createNewContextForAPI(dri2_dpy->dri_screen,
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.h 98 __DRIswrastExtension *swrast; member in struct:dri2_egl_display
egl_dri2.c 324 { __DRI_SWRAST, 2, offsetof(struct dri2_egl_display, swrast) },
446 dri2_dpy->driver_name = "swrast";
469 assert(dri2_dpy->swrast);
481 assert(dri2_dpy->dri2 || dri2_dpy->swrast);
511 assert(dri2_dpy->swrast);
513 dri2_dpy->swrast->createNewScreen(0, dri2_dpy->extensions,
538 assert(dri2_dpy->swrast);
845 assert(dri2_dpy->swrast);
847 dri2_dpy->swrast->createNewContextForAPI(dri2_dpy->dri_screen,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xm_tri.c 38 /* Internal swrast includes:
40 #include "swrast/s_context.h"
41 #include "swrast/s_depth.h"
42 #include "swrast/s_triangle.h"
85 #include "swrast/s_tritemp.h"
120 #include "swrast/s_tritemp.h"
155 #include "swrast/s_tritemp.h"
187 #include "swrast/s_tritemp.h"
219 #include "swrast/s_tritemp.h"
250 #include "swrast/s_tritemp.h
1002 SWcontext *swrast = SWRAST_CONTEXT(ctx); local
1145 SWcontext *swrast = SWRAST_CONTEXT(ctx); local
    [all...]
  /external/mesa3d/src/gallium/
Android.mk 34 # swrast
  /external/mesa3d/src/mesa/drivers/x11/
xm_tri.c 38 /* Internal swrast includes:
40 #include "swrast/s_context.h"
41 #include "swrast/s_depth.h"
42 #include "swrast/s_triangle.h"
85 #include "swrast/s_tritemp.h"
120 #include "swrast/s_tritemp.h"
155 #include "swrast/s_tritemp.h"
187 #include "swrast/s_tritemp.h"
219 #include "swrast/s_tritemp.h"
250 #include "swrast/s_tritemp.h
1002 SWcontext *swrast = SWRAST_CONTEXT(ctx); local
1145 SWcontext *swrast = SWRAST_CONTEXT(ctx); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_program.c 43 #include "swrast/s_context.h"
190 * The texture sampling code is in swrast, though it doesn't have any
191 * real dependencies on the rest of swrast. It should probably be
198 SWcontext *swrast = SWRAST_CONTEXT(ctx); local
201 swrast->TextureSample[unit](ctx, _mesa_get_samplerobj(ctx, unit),
  /external/mesa3d/src/mesa/tnl/
t_vb_program.c 43 #include "swrast/s_context.h"
190 * The texture sampling code is in swrast, though it doesn't have any
191 * real dependencies on the rest of swrast. It should probably be
198 SWcontext *swrast = SWRAST_CONTEXT(ctx); local
201 swrast->TextureSample[unit](ctx, _mesa_get_samplerobj(ctx, unit),
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/pipe-loader/
Makefile 127 _PIPE_TARGETS_CC += $(PIPE_PREFIX)swrast.so
  /external/mesa3d/src/gallium/targets/pipe-loader/
Makefile 127 _PIPE_TARGETS_CC += $(PIPE_PREFIX)swrast.so

Completed in 3234 milliseconds

1 23 4