/external/mesa3d/src/gallium/docs/source/cso/ |
rasterizer.rst | 3 Rasterizer 6 The rasterizer state controls the rendering of points, lines and triangles. 237 Whether the rasterizer should use (0.5, 0.5) pixel centers. When not set, 238 the rasterizer will use (0, 0) for pixel centers.
|
/external/mesa3d/src/gallium/drivers/galahad/ |
glhd_context.c | 244 const struct pipe_rasterizer_state *rasterizer) 249 if (rasterizer->point_quad_rasterization) { 250 if (rasterizer->point_smooth) { 254 if (rasterizer->sprite_coord_enable) { 260 rasterizer); 265 void *rasterizer) 271 rasterizer); 276 void *rasterizer) 282 rasterizer); [all...] |
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_quad.h | 43 /* The rasterizer generates 2x2 quads of fragment and feeds them to
|
sp_quad_pipe.c | 65 if (sp->rasterizer->poly_stipple_enable)
|
sp_setup.c | 293 if (setup->softpipe->rasterizer->flatshade_first) 383 (setup->softpipe->rasterizer->front_ccw)); 397 if (setup->softpipe->rasterizer->gl_rasterization_rules) { 817 if (setup->softpipe->no_rast || setup->softpipe->rasterizer->rasterizer_discard) 957 if (softpipe->rasterizer->flatshade_first) 1083 if (setup->softpipe->no_rast || setup->softpipe->rasterizer->rasterizer_discard) [all...] |
sp_state_derived.c | 117 if (softpipe->rasterizer->flatshade) 186 if (sp->rasterizer->scissor) { 240 key.polygon_stipple = softpipe->rasterizer->poly_stipple_enable;
|
/external/mesa3d/src/gallium/winsys/sw/null/ |
null_sw_winsys.c | 30 * Null software rasterizer winsys.
|
/external/pdfium/third_party/freetype/src/cff/ |
cf2fixed.h | 46 /* rasterizer integer and fixed point arithmetic must be 32-bit */
|
/external/pdfium/third_party/freetype/src/raster/ |
ftmisc.h | 5 /* Miscellaneous macros for stand-alone rasterizer (specification */
|
/external/skia/src/ports/ |
SkGlobalInitialization_default.cpp | 77 // Rasterizer
|
/external/mesa3d/docs/ |
llvmpipe.html | 13 The Gallium llvmpipe driver is a software rasterizer that uses LLVM to 20 It's the fastest software rasterizer for Mesa.
|
relnotes-7.4.1.html | 49 <li>Fixed point rendering in software rasterizer
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_context.h | 89 * bind its own rasterizer state which would reset your newly 276 const struct pipe_rasterizer_state *rasterizer,
|
/external/mesa3d/src/gallium/drivers/r300/ |
r300_debug.c | 36 { "rsblock", DBG_RS_BLOCK, "Log rasterizer registers" }, 40 { "rs", DBG_RS, "Log rasterizer" },
|
r300_vs_draw.c | 28 * to overcome the limitations of the r300 rasterizer. 161 * used, otherwise the rasterizer doesn't do the color 174 * used, otherwise the rasterizer doesn't do the color 371 /* Init the VS output table for the rasterizer. */
|
/external/mesa3d/src/mesa/state_tracker/ |
st_cb_bitmap.c | 467 /* rasterizer state: just scissor */ 468 st->bitmap.rasterizer.scissor = ctx->Scissor.Enabled; 469 cso_set_rasterizer(cso, &st->bitmap.rasterizer); 831 /* init baseline rasterizer state once */ 832 memset(&st->bitmap.rasterizer, 0, sizeof(st->bitmap.rasterizer)); 833 st->bitmap.rasterizer.gl_rasterization_rules = 1; 834 st->bitmap.rasterizer.depth_clip = 1;
|
st_context.h | 100 struct pipe_rasterizer_state rasterizer; member in struct:st_context::__anon20420 155 struct pipe_rasterizer_state rasterizer; member in struct:st_context::__anon20423
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
si_state_draw.c | 123 rctx->queued.named.rasterizer->flatshade)) 287 /*| (rctx->rasterizer->clip_plane_enable & 292 0 : rctx->rasterizer->clip_plane_enable & 0x3F)*/); 330 rctx->rasterizer && rctx->rasterizer->flatshade)) {
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_blit.c | 64 struct pipe_rasterizer_state rasterizer; member in struct:blit_state 119 /* rasterizer */ 120 ctx->rasterizer.cull_face = PIPE_FACE_NONE; 121 ctx->rasterizer.gl_rasterization_rules = 1; 122 ctx->rasterizer.depth_clip = 1; 677 cso_set_rasterizer(ctx->cso, &ctx->rasterizer); 878 cso_set_rasterizer(ctx->cso, &ctx->rasterizer);
|
/external/mesa3d/src/mesa/swrast/ |
s_context.h | 197 * \brief Per-context state that's private to the software rasterizer module. 205 /** Configuration mechanisms to make software rasterizer match 206 * characteristics of the hardware rasterizer (if present):
|
/external/chromium-trace/catapult/tracing/tracing/extras/chrome/cc/ |
input_latency_async_slice.html | 401 rasterWorkerThreads.forEach(function(rasterizer) { 403 rasterizer.sliceGroup.slices); 429 // Collect all the rasterizer tasks. Return the cached copy if possible. 456 // Trace PostTask from rasterizer tasks.
|
/external/deqp/doc/testspecs/GLES31/ |
functional.draw_indirect.txt | 44 by a simple reference rasterizer. Each primitive is tested using a single
|
/external/freetype/include/internal/ |
fttrace.h | 36 FT_TRACE_DEF( raster ) /* monochrome rasterizer (ftraster.c) */
|
/external/mesa3d/src/gallium/auxiliary/cso_cache/ |
cso_cache.h | 53 * - rasterizer (old setup)
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_context.h | 63 const struct pipe_rasterizer_state *rasterizer; member in struct:llvmpipe_context
|