HomeSort by: relevance | last modified time | path
    Searched refs:raster (Results 1 - 25 of 59) sorted by relevancy

1 2 3

  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_atom_rasterizer.c 68 struct pipe_rasterizer_state *raster = &st->state.rasterizer; local
71 memset(raster, 0, sizeof(*raster));
76 raster->front_ccw = (ctx->Polygon.FrontFace == GL_CCW);
80 raster->front_ccw ^= 1;
91 raster->front_ccw ^= 1;
96 raster->flatshade = !st->lower_flatshade &&
99 raster->flatshade_first = ctx->Light.ProvokingVertex ==
104 raster->light_twoside = _mesa_vertex_program_two_side_enabled(ctx);
107 raster->clamp_vertex_color = !st->clamp_vert_color_in_shader &
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_atom_rasterizer.c 69 struct pipe_rasterizer_state *raster = &st->state.rasterizer; local
73 memset(raster, 0, sizeof(*raster));
78 raster->front_ccw = (ctx->Polygon.FrontFace == GL_CCW);
82 raster->front_ccw ^= 1;
93 raster->front_ccw ^= 1;
99 raster->flatshade = ctx->Light.ShadeModel == GL_FLAT;
101 raster->flatshade_first = ctx->Light.ProvokingVertex ==
105 raster->light_twoside = _mesa_vertex_program_two_side_enabled(ctx);
108 raster->clamp_vertex_color = !st->clamp_vert_color_in_shader &
    [all...]
st_cb_clear.c 74 st->clear.raster.half_pixel_center = 1;
75 st->clear.raster.bottom_edge_rule = 1;
76 st->clear.raster.depth_clip_near = 1;
77 st->clear.raster.depth_clip_far = 1;
328 cso_set_rasterizer(cso, &st->clear.raster);
  /xsrc/external/mit/freetype/dist/src/raster/
module.mk 20 $(ECHO_DRIVER)raster $(ECHO_DRIVER_DESC)monochrome bitmap renderer$(ECHO_DRIVER_DONE)
rules.mk 16 # raster driver directory
18 RASTER_DIR := $(SRC_DIR)/raster
28 # raster driver sources (i.e., C files)
34 # raster driver headers
40 # raster driver object(s)
46 RASTER_DRV_OBJ_S := $(OBJ_DIR)/raster.$O
48 # raster driver source file for single build
50 RASTER_DRV_SRC_S := $(RASTER_DIR)/raster.c
53 # raster driver - single object
60 # raster driver - multiple object
    [all...]
ftrend1.c 28 /* initialize renderer -- init its raster */
32 render->clazz->raster_class->raster_reset( render->raster, NULL, 0 );
44 /* we simply pass it to the raster */
45 return render->clazz->raster_class->raster_set_mode( render->raster,
160 error = render->raster_render( render->raster, &params );
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
fbline.c 123 void (*raster)(DrawablePtr, GCPtr, int mode, int n, DDXPointPtr pt);
132 raster = fbZeroLine;
136 raster = fbPolyline8;
139 raster = fbPolyline16;
142 raster = fbPolyline32;
148 raster = miWideDash;
150 raster = miWideLine;
152 raster(drawable, gc, mode, n, pt);
158 void (*raster)(DrawablePtr drawable, GCPtr gc, int n, xSegment * seg);
167 raster = fbZeroSegment
    [all...]
fbarc.c 60 void (*raster)(FbBits *dst, FbStride dstStride, int dstBpp,
64 raster = 0;
68 raster = fbArc8;
71 raster = fbArc16;
74 raster = fbArc32;
78 if (raster) {
109 raster(dst, dstStride, dstBpp,
fbglyph.c 133 void (*raster) (FbBits *, FbStride, int, FbStip *, FbBits, int, int);
141 raster = 0;
146 raster = fbGlyph8;
149 raster = fbGlyph16;
152 raster = fbGlyph32;
167 if (raster && gWidth <= sizeof(FbStip) * 8 &&
171 raster(dst + (gy + dstYoff) * dstStride, dstStride, dstBpp,
198 void (*raster)(FbBits *, FbStride, int, FbStip *, FbBits, int, int);
206 raster = 0;
211 raster = fbGlyph8
    [all...]
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
fbline.c 123 void (*raster)(DrawablePtr, GCPtr, int mode, int n, DDXPointPtr pt);
132 raster = fbZeroLine;
136 raster = fbPolyline8;
139 raster = fbPolyline16;
142 raster = fbPolyline32;
148 raster = miWideDash;
150 raster = miWideLine;
152 raster(drawable, gc, mode, n, pt);
158 void (*raster)(DrawablePtr drawable, GCPtr gc, int n, xSegment * seg);
167 raster = fbZeroSegment
    [all...]
fbarc.c 60 void (*raster)(FbBits *dst, FbStride dstStride, int dstBpp,
64 raster = 0;
68 raster = fbArc8;
71 raster = fbArc16;
74 raster = fbArc32;
78 if (raster) {
109 raster(dst, dstStride, dstBpp,
fbglyph.c 133 void (*raster) (FbBits *, FbStride, int, FbStip *, FbBits, int, int);
141 raster = 0;
146 raster = fbGlyph8;
149 raster = fbGlyph16;
152 raster = fbGlyph32;
167 if (raster && gWidth <= sizeof(FbStip) * 8 &&
171 raster(dst + (gy + dstYoff) * dstStride, dstStride, dstBpp,
198 void (*raster)(FbBits *, FbStride, int, FbStip *, FbBits, int, int);
206 raster = 0;
211 raster = fbGlyph8
    [all...]
  /xsrc/external/mit/freetype/dist/include/freetype/
ftimage.h 5 * FreeType glyph image formats and default raster interface
21 * Note: A 'raster' is simply a scan-line converter, used to render
211 * A structure used to describe a bitmap or pixmap to the raster. Note
777 * A raster is a scan converter, in charge of rendering an outline into a
790 * raster
825 * An opaque handle (pointer) to a raster object. Each object can be
985 * A structure to hold the parameters used by a raster's render function,
1024 * are set in `flags`, the raster calls an @FT_SpanFunc callback
1028 * the @FT_RASTER_FLAG_CLIP flag and `clip_box`. The monochrome raster
1056 * A function used to create a new raster object
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
svga_pipe_rasterizer.c 377 struct svga_rasterizer_state *raster = (struct svga_rasterizer_state *)state; local
379 if (!raster || !svga->curr.rast) {
383 if (raster->templ.poly_stipple_enable !=
387 if (raster->templ.rasterizer_discard !=
393 svga->curr.rast = raster;
403 struct svga_rasterizer_state *raster = local
408 SVGA3D_vgpu10_DestroyRasterizerState(svga->swc, raster->id);
411 ret = SVGA3D_vgpu10_DestroyRasterizerState(svga->swc, raster->id);
414 if (raster->id == svga->state.hw_draw.rasterizer_id)
417 util_bitmask_clear(svga->rast_object_id_bm, raster->id)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
svga_pipe_rasterizer.c 382 struct svga_rasterizer_state *raster = (struct svga_rasterizer_state *)state; local
384 if (!raster || !svga->curr.rast) {
388 if (raster->templ.poly_stipple_enable !=
392 if (raster->templ.rasterizer_discard !=
398 svga->curr.rast = raster;
408 struct svga_rasterizer_state *raster = local
413 raster->id));
415 if (raster->id == svga->state.hw_draw.rasterizer_id)
418 util_bitmask_clear(svga->rast_object_id_bm, raster->id);
  /xsrc/external/mit/fonttosfnt/dist/
struct.c 123 const unsigned char *raster, int crop)
138 .raster = NULL,
170 if(BITREF(raster, stride, x + dx, y + dy)) {
184 if(BITREF(raster, stride, x + dx, y + dy)) {
198 if(BITREF(raster, stride, x + dx, y + dy)) {
213 if(BITREF(raster, stride, x + dx, y + dy)) {
234 bitmap->raster = malloc(bitmap->height * bitmap->stride);
235 if(bitmap->raster == NULL) {
239 memset(bitmap->raster, 0, bitmap->height * bitmap->stride);
242 if(BITREF(raster, stride, x + dx, y + dy)
    [all...]
  /xsrc/external/mit/freetype/dist/src/smooth/
ftsmooth.c 34 /* we simply pass it to the raster */
35 return render->clazz->raster_class->raster_set_mode( render->raster,
88 /* initialize renderer -- init its raster */
103 render->clazz->raster_class->raster_reset( render->raster, NULL, 0 );
163 error = render->raster_render( render->raster, &params );
173 error = render->raster_render( render->raster, &params );
183 error = render->raster_render( render->raster, &params );
220 error = render->raster_render( render->raster, &params );
230 error = render->raster_render( render->raster, &params );
241 error = render->raster_render( render->raster, &params )
    [all...]
  /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
MESA_window_pos.spec 31 In order to set the current raster position to a specific window
39 current raster position, bypassing the modelview matrix, the
43 This greatly simplifies the process of setting the current raster
82 Alternately, the current raster position may be set by one of the
95 clip test operation always passes. The current raster position values
97 color, color index and texture coordinate update the current raster
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xa/
xa_renderer.c 117 struct pipe_rasterizer_state raster; local
125 memset(&raster, 0, sizeof(struct pipe_rasterizer_state));
126 raster.half_pixel_center = 1;
127 raster.bottom_edge_rule = 1;
128 raster.depth_clip_near = 1;
129 raster.depth_clip_far = 1;
130 raster.scissor = 1;
131 cso_set_rasterizer(r->cso, &raster);
  /xsrc/external/mit/MesaLib.old/dist/docs/specs/
MESA_window_pos.spec 31 In order to set the current raster position to a specific window
39 current raster position, bypassing the modelview matrix, the
43 This greatly simplifies the process of setting the current raster
82 Alternately, the current raster position may be set by one of the
95 clip test operation always passes. The current raster position values
97 color, color index and texture coordinate update the current raster
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xa/
xa_renderer.c 113 struct pipe_rasterizer_state raster; local
121 memset(&raster, 0, sizeof(struct pipe_rasterizer_state));
122 raster.half_pixel_center = 1;
123 raster.bottom_edge_rule = 1;
124 raster.depth_clip_near = 1;
125 raster.depth_clip_far = 1;
126 raster.scissor = 1;
127 cso_set_rasterizer(r->cso, &raster);
  /xsrc/external/mit/freetype/dist/builds/amiga/
smakefile 61 OBJRASTER = raster.o smooth.o
185 # freetype library monochrome raster module
187 raster.o: $(CORE)raster/raster.c
191 # freetype library anti-aliasing raster module
makefile.os4 163 # FreeType2 library monochrome raster module
165 raster.ppc.o: FT:src/raster/raster.c
166 $(CC) -c $(CFLAGS) -o $@ /FT/src/raster/raster.c
169 # FreeType2 library anti-aliasing raster module
286 RASTER = raster.ppc.o smooth.ppc.o
291 libft2_ppc.a: $(BASE) $(AFIT) $(GXV) $(OTV) $(PS) $(RASTER) sfnt.ppc.o ftcache.ppc.o $(FONTD) gzip.ppc.o lzw.ppc.
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
genX_pipeline.c 480 struct GENX(3DSTATE_RASTER) raster = {
484 # define raster sf macro
491 raster.DXMultisampleRasterizationEnable = true;
496 raster.ForcedSampleCount = FSC_NUMRASTSAMPLES_0;
497 raster.ForceMultisampling = false;
499 raster.MultisampleRasterizationMode =
504 raster.FrontWinding = vk_to_gen_front_face[rs_info->frontFace];
505 raster.CullMode = vk_to_gen_cullmode[rs_info->cullMode];
506 raster.FrontFaceFillMode = vk_to_gen_fillmode[rs_info->polygonMode];
507 raster.BackFaceFillMode = vk_to_gen_fillmode[rs_info->polygonMode]
543 GENX(3DSTATE_RASTER_pack)(NULL, pipeline->gen8.raster, &raster); local
545 # undef raster macro
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
genX_pipeline.c 694 struct GENX(3DSTATE_RASTER) raster = {
698 # define raster sf macro
713 &raster.APIMode,
714 &raster.DXMultisampleRasterizationEnable);
720 raster.ForcedSampleCount = FSC_NUMRASTSAMPLES_0;
721 raster.ForceMultisampling = false;
728 raster.MultisampleRasterizationMode = ms_rast_mode;
731 raster.AntialiasingEnable =
735 raster.FrontWinding =
738 raster.CullMode
789 GENX(3DSTATE_RASTER_pack)(NULL, pipeline->gfx8.raster, &raster); local
791 # undef raster macro
    [all...]

Completed in 29 milliseconds

1 2 3