HomeSort by relevance Sort by last modified time
    Searched full:swrast (Results 101 - 125 of 379) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_lines.h 30 #include "swrast.h"
s_points.h 30 #include "swrast.h"
s_span.h 34 #include "swrast/s_chan.h"
35 #include "swrast/swrast.h"
47 * attributes specified by swrast->_ActiveAttribs (i.e. FRAT_BIT_* values).
s_texfetch.h 30 #include "swrast/s_context.h"
s_triangle.h 31 #include "swrast.h"
s_fragprog.c 35 * \brief Should swrast use a fragment program?
85 SWcontext *swrast = SWRAST_CONTEXT(ctx); local
91 swrast->TextureSample[unit](ctx, samp, ctx->Texture.Unit[unit]._Current,
114 SWcontext *swrast = SWRAST_CONTEXT(ctx); local
140 swrast->TextureSample[unit](ctx, samp, ctx->Texture.Unit[unit]._Current,
217 SWcontext *swrast = SWRAST_CONTEXT(ctx); local
220 struct gl_program_machine *machine = &swrast->FragProgMachine;
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_triangle.c 59 SWcontext *swrast = SWRAST_CONTEXT(ctx); local
66 if (c * swrast->_BackfaceSign * swrast->_BackfaceCullSign <= 0.0F)
146 GLubyte (*rgba)[4] = swrast->SpanArrays->rgba8; \
204 GLubyte (*rgba)[4] = swrast->SpanArrays->rgba8; \
205 GLubyte *mask = swrast->SpanArrays->mask; \
1003 SWcontext *swrast = SWRAST_CONTEXT(ctx); local
    [all...]
descrip.mms 8 define swrast [-.swrast]
  /external/mesa3d/doxygen/
swrast.doxy 8 PROJECT_NAME = "Mesa Software Rasterization (swrast)"
12 INPUT = ../src/mesa/swrast/
26 HTML_OUTPUT = swrast
48 GENERATE_TAGFILE = swrast.tag
  /external/mesa3d/src/gallium/targets/
SConscript.dri 26 '#src/mesa/swrast',
  /external/mesa3d/src/mesa/swrast/
s_lines.h 30 #include "swrast.h"
s_points.h 30 #include "swrast.h"
s_span.h 34 #include "swrast/s_chan.h"
35 #include "swrast/swrast.h"
47 * attributes specified by swrast->_ActiveAttribs (i.e. FRAT_BIT_* values).
s_texfetch.h 30 #include "swrast/s_context.h"
s_triangle.h 31 #include "swrast.h"
s_fragprog.c 35 * \brief Should swrast use a fragment program?
85 SWcontext *swrast = SWRAST_CONTEXT(ctx); local
91 swrast->TextureSample[unit](ctx, samp, ctx->Texture.Unit[unit]._Current,
114 SWcontext *swrast = SWRAST_CONTEXT(ctx); local
140 swrast->TextureSample[unit](ctx, samp, ctx->Texture.Unit[unit]._Current,
217 SWcontext *swrast = SWRAST_CONTEXT(ctx); local
220 struct gl_program_machine *machine = &swrast->FragProgMachine;
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_triangle.c 59 SWcontext *swrast = SWRAST_CONTEXT(ctx); local
66 if (c * swrast->_BackfaceSign * swrast->_BackfaceCullSign <= 0.0F)
146 GLubyte (*rgba)[4] = swrast->SpanArrays->rgba8; \
204 GLubyte (*rgba)[4] = swrast->SpanArrays->rgba8; \
205 GLubyte *mask = swrast->SpanArrays->mask; \
1003 SWcontext *swrast = SWRAST_CONTEXT(ctx); local
    [all...]
descrip.mms 8 define swrast [-.swrast]
  /external/chromium_org/third_party/mesa/src/
Android.mk 27 # gallium drivers: swrast i915g nouveau r300g r600g radeonsi vmwgfx
40 gallium_drivers := swrast i915g nouveau r300g r600g radeonsi vmwgfx
  /external/mesa3d/
Android.mk 27 # gallium drivers: swrast i915g nouveau r300g r600g radeonsi vmwgfx
40 gallium_drivers := swrast i915g nouveau r300g r600g radeonsi vmwgfx
  /external/mesa3d/src/egl/main/
Android.mk 71 ifneq ($(MESA_GPU_DRIVERS),swrast)
90 # swrast
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/dri-swrast/
swrast_drm_api.c 38 DRM_DRIVER_DESCRIPTOR("swrast", NULL, NULL, NULL);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_clear.c 32 #include "swrast/swrast.h"
243 /* Any strange buffers get passed off to swrast */
245 debug_mask("swrast", mask);

Completed in 218 milliseconds

1 2 3 45 6 7 8 91011>>