/external/chromium_org/third_party/mesa/src/src/gallium/targets/dri-swrast/ |
SConscript | 44 env.Alias('dri-swrast', module)
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
nouveau_span.c | 31 #include "swrast/swrast.h" 32 #include "swrast/s_context.h" 80 nouveau_fallback(ctx, SWRAST);
|
/external/mesa3d/src/gallium/targets/dri-swrast/ |
SConscript | 44 env.Alias('dri-swrast', module)
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nouveau_span.c | 31 #include "swrast/swrast.h" 32 #include "swrast/s_context.h" 80 nouveau_fallback(ctx, SWRAST);
|
/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/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/doxygen/ |
header.html | 14 <a class="qindex" href="../swrast/index.html">swrast</a> |
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3dapi/ |
d3d10misc.h | 37 HMODULE swrast, UINT flags, UINT sdk_version, ID3D10Device **device); 40 HMODULE swrast, UINT flags, UINT sdk_version, DXGI_SWAP_CHAIN_DESC *swapchain_desc,
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/ |
descrip.mms | 9 define swrast [--.swrast]
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/osmesa/ |
descrip.mms | 10 define swrast [--.swrast]
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/ |
descrip.mms | 10 define swrast [-.swrast]
|
ss_context.h | 32 #include "swrast/swrast.h"
|
NOTES | 5 swrast vertices from the t&l vertex_buffer structs, and to use them to 60 These are called before and after the completion of all swrast drawing 61 activity. As swrast doesn't call callbacks during triangle, line or
|
/external/mesa3d/doxygen/ |
header.html | 14 <a class="qindex" href="../swrast/index.html">swrast</a> |
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/ |
d3d10misc.h | 37 HMODULE swrast, UINT flags, UINT sdk_version, ID3D10Device **device); 40 HMODULE swrast, UINT flags, UINT sdk_version, DXGI_SWAP_CHAIN_DESC *swapchain_desc,
|
/external/mesa3d/src/mesa/drivers/common/ |
descrip.mms | 9 define swrast [--.swrast]
|
/external/mesa3d/src/mesa/drivers/osmesa/ |
descrip.mms | 10 define swrast [--.swrast]
|
/external/mesa3d/src/mesa/swrast_setup/ |
descrip.mms | 10 define swrast [-.swrast]
|
ss_context.h | 32 #include "swrast/swrast.h"
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
swrast.h | 27 * \file swrast/swrast.h 36 #include "swrast/s_chan.h" 72 * tnl module and the swrast rasterization functions. This serves to 73 * isolate the swrast module from the internals of the tnl module, and 93 * - Implement a translator from native vertices to swrast vertices. 96 * vertices to SWvertices and calls the appropriate swrast function. 113 /* These are the public-access functions exported from swrast. 122 /* Get a (non-const) reference to the device driver struct for swrast. 295 * NOTE: The swrast triangle/line/point routines *DO NOT* cal [all...] |
s_points.c | 85 SWcontext *swrast = SWRAST_CONTEXT(ctx); local 107 span.facing = swrast->PointLineFacing; 245 SWcontext *swrast = SWRAST_CONTEXT(ctx); local 280 span.facing = swrast->PointLineFacing; 365 SWcontext *swrast = SWRAST_CONTEXT(ctx); local 383 span.facing = swrast->PointLineFacing; 454 SWcontext *swrast = SWRAST_CONTEXT(ctx); local 460 SWspan *span = &(swrast->PointSpan); 470 span->arrayAttribs = swrast->_ActiveAttribMask; /* we'll produce these vals */ 479 (swrast->_RasterMask & (BLEND_BIT | LOGIC_OP_BIT | MASKING_BIT)) | 544 SWcontext *swrast = SWRAST_CONTEXT(ctx); local [all...] |
s_context.h | 27 * \file swrast/s_context.h 33 * \mainpage swrast module 49 #include "swrast.h" 344 * For drivers that rely on swrast for fallback rendering, this is the 350 SWcontext *swrast = SWRAST_CONTEXT(ctx); local 351 if (swrast->Driver.SpanRenderStart) 352 swrast->Driver.SpanRenderStart(ctx); 360 SWcontext *swrast = SWRAST_CONTEXT(ctx); local 361 if (swrast->Driver.SpanRenderFinish) 362 swrast->Driver.SpanRenderFinish(ctx) [all...] |
/external/mesa3d/src/mesa/swrast/ |
swrast.h | 27 * \file swrast/swrast.h 36 #include "swrast/s_chan.h" 72 * tnl module and the swrast rasterization functions. This serves to 73 * isolate the swrast module from the internals of the tnl module, and 93 * - Implement a translator from native vertices to swrast vertices. 96 * vertices to SWvertices and calls the appropriate swrast function. 113 /* These are the public-access functions exported from swrast. 122 /* Get a (non-const) reference to the device driver struct for swrast. 295 * NOTE: The swrast triangle/line/point routines *DO NOT* cal [all...] |
s_points.c | 85 SWcontext *swrast = SWRAST_CONTEXT(ctx); local 107 span.facing = swrast->PointLineFacing; 245 SWcontext *swrast = SWRAST_CONTEXT(ctx); local 280 span.facing = swrast->PointLineFacing; 365 SWcontext *swrast = SWRAST_CONTEXT(ctx); local 383 span.facing = swrast->PointLineFacing; 454 SWcontext *swrast = SWRAST_CONTEXT(ctx); local 460 SWspan *span = &(swrast->PointSpan); 470 span->arrayAttribs = swrast->_ActiveAttribMask; /* we'll produce these vals */ 479 (swrast->_RasterMask & (BLEND_BIT | LOGIC_OP_BIT | MASKING_BIT)) | 544 SWcontext *swrast = SWRAST_CONTEXT(ctx); local [all...] |
/external/mesa3d/src/gallium/targets/egl-static/ |
Android.mk | 44 # swrast 47 # swrast only 48 ifeq ($(MESA_GPU_DRIVERS),swrast)
|