Searched refs:repeat (Results 1 - 25 of 198) sorted by relevance

12345678

/xsrc/external/mit/xorg-server.old/dist/hw/dmx/doc/html/
H A Dtabs.css34 background-repeat:no-repeat;
48 background-repeat:repeat-x;
56 background-repeat:repeat-x;
H A Dnavtree.css24 background-repeat:repeat-x;
97 background:url("ftv2splitbar.png") repeat scroll right center transparent;
118 background-repeat:repeat-x;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_split_prim.h47 int repeat = 0; local in function:util_split_prim_next
70 repeat = 1;
89 repeat = 2;
93 repeat = 1;
100 repeat = 2;
110 s->p_start += (max_verts - repeat);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_split_prim.h47 int repeat = 0; local in function:util_split_prim_next
70 repeat = 1;
89 repeat = 2;
93 repeat = 1;
100 repeat = 2;
110 s->p_start += (max_verts - repeat);
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3.c86 uint32_t repeat, uint32_t valid_flags)
96 repeat = 0;
107 max = (reg->array.offset + repeat + components - 1);
112 max = (reg->num + repeat + components - 1);
148 cat0->repeat = instr->repeat;
176 cat1->off = reg(src, info, instr->repeat,
181 cat1->src = reg(src, info, instr->repeat,
186 cat1->dst = reg(dst, info, instr->repeat,
189 cat1->repeat
85 reg(struct ir3_register * reg,struct ir3_info * info,uint32_t repeat,uint32_t valid_flags) argument
[all...]
H A Dinstr-a3xx.h311 uint32_t repeat : 3; member in struct:PACKED
349 uint32_t repeat : 3; member in struct:PACKED
414 uint32_t repeat : 2; member in struct:PACKED
416 uint32_t src1_r : 1; /* doubles as nop0 if repeat==0 */
422 uint32_t src2_r : 1; /* doubles as nop1 if repeat==0 */
438 uint32_t src2_r : 1; /* doubles as nop1 if repeat==0 */
478 uint32_t repeat : 2; member in struct:PACKED
480 uint32_t src1_r : 1; /* doubles as nop0 if repeat==0 */
535 uint32_t repeat : 2; member in struct:PACKED
819 case 0: return instr->cat0.repeat;
[all...]
/xsrc/external/mit/MesaLib.old/dist/docs/
H A Dmesa.css45 background: url('gears.png') 15px no-repeat, black url('gears.png') right no-repeat;
/xsrc/external/mit/pixman/dist/test/
H A Daffine-test.c44 pixman_repeat_t repeat = PIXMAN_REPEAT_NONE; local in function:test_composite
185 repeat = PIXMAN_REPEAT_NONE;
189 repeat = PIXMAN_REPEAT_NORMAL;
193 repeat = PIXMAN_REPEAT_PAD;
197 repeat = PIXMAN_REPEAT_REFLECT;
203 pixman_image_set_repeat (src_img, repeat);
216 printf ("op=%s, repeat=%d, transform=\n",
217 operator_name (op), repeat);
H A Dscaling-test.c74 pixman_repeat_t repeat = PIXMAN_REPEAT_NONE; local in function:test_composite
229 repeat = PIXMAN_REPEAT_NONE;
233 repeat = PIXMAN_REPEAT_NORMAL;
237 repeat = PIXMAN_REPEAT_PAD;
241 repeat = PIXMAN_REPEAT_REFLECT;
247 pixman_image_set_repeat (src_img, repeat);
354 printf ("scale_x=%d, scale_y=%d, repeat=%d, filter=%d\n",
355 scale_x, scale_y, repeat, src_img->common.filter);
H A Dscaling-crash-test.c8 * We have a source image filled with solid color, set NORMAL or PAD repeat,
28 pixman_repeat_t repeat)
75 pixman_image_set_repeat (src_img, repeat);
150 printf ("Vertical test failed with %s filter and repeat mode %s\n",
164 printf ("Vertical test failed with %s filter and repeat mode %s\n",
19 run_test(int32_t dst_width,int32_t dst_height,int32_t src_width,int32_t src_height,int32_t src_x,int32_t src_y,int32_t scale_x,int32_t scale_y,pixman_filter_t filter,pixman_repeat_t repeat) argument
/xsrc/external/mit/freetype/dist/src/tools/
H A Dtest_bbox.c136 long repeat )
143 for ( count = repeat; count > 0; count-- )
158 for ( count = repeat; count > 0; count-- )
135 profile_outline(FT_Outline * outline,long repeat) argument
/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-gradient-walker.c34 pixman_repeat_t repeat)
48 walker->repeat = repeat;
65 if (walker->repeat == PIXMAN_REPEAT_NORMAL)
69 else if (walker->repeat == PIXMAN_REPEAT_REFLECT)
92 if (walker->repeat == PIXMAN_REPEAT_NORMAL)
97 else if (walker->repeat == PIXMAN_REPEAT_REFLECT)
117 else if (walker->repeat == PIXMAN_REPEAT_NONE)
32 _pixman_gradient_walker_init(pixman_gradient_walker_t * walker,gradient_t * gradient,pixman_repeat_t repeat) argument
H A Dpixman-radial-gradient.c77 pixman_repeat_t repeat,
111 if (repeat == PIXMAN_REPEAT_NONE)
152 if (repeat == PIXMAN_REPEAT_NONE)
288 _pixman_gradient_walker_init (&walker, gradient, image->common.repeat);
367 image->common.repeat,
415 image->common.repeat,
70 radial_write_color(double a,double b,double c,double inva,double dr,double mindr,pixman_gradient_walker_t * walker,pixman_repeat_t repeat,int Bpp,pixman_gradient_walker_write_t write_pixel,uint32_t * buffer) argument
H A Dpixman-bits-image.c83 if (image->common.repeat != PIXMAN_REPEAT_NONE)
85 repeat (image->common.repeat, &x0, image->width);
86 repeat (image->common.repeat, &y0, image->height);
103 pixman_repeat_t repeat_mode = image->common.repeat;
124 repeat (repeat_mode, &x1, width);
125 repeat (repeat_mode, &y1, height);
126 repeat (repeat_mode, &x2, width);
127 repeat (repeat_mod
[all...]
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_delay.c135 d = MIN2(maxd, d + 1 + n->repeat + n->nop);
237 if (assigner->repeat == 0 && consumer->repeat == 0)
301 unsigned offset = first_src_instr + (assigner->repeat - first_dst_instr);
346 distance += 1 + assigner->repeat;
/xsrc/external/mit/xterm/dist/vttests/
H A Dsetpos.pl51 -n N repeat unless -a option used (default: 3)
63 our $repeat = 3;
64 $repeat = $opt_n if ($opt_n);
65 &main::HELP_MESSAGE unless ( $repeat =~ /^\d+$/ );
295 for my $n ( 1 .. $repeat ) {
H A Dblink.pl67 # double it, and then repeat. That's 22/cycle.
114 -r repeat indefinitely
/xsrc/external/mit/mesa-demos/dist/src/samples/
H A Dtexture.c42 float repeat[] = {GL_REPEAT}; variable in typeref:typename:float[]
291 sWrapMode = repeat;
292 tWrapMode = repeat;
/xsrc/external/mit/xf86-video-glint/dist/src/
H A Dpm2ramdac.c109 int i, index, shift = 0, j, repeat = 1; local in function:Permedia2LoadPalette
112 repeat = 8;
118 for (j = 0; j < repeat; j++) {
/xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
H A Dfbpict.c224 pixman_repeat_t repeat; local in function:set_image_properties
252 repeat = PIXMAN_REPEAT_NONE;
256 repeat = PIXMAN_REPEAT_PAD;
260 repeat = PIXMAN_REPEAT_NORMAL;
264 repeat = PIXMAN_REPEAT_REFLECT;
268 pixman_image_set_repeat(image, repeat);
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
H A Dfbpict.c224 pixman_repeat_t repeat; local in function:set_image_properties
252 repeat = PIXMAN_REPEAT_NONE;
256 repeat = PIXMAN_REPEAT_PAD;
260 repeat = PIXMAN_REPEAT_NORMAL;
264 repeat = PIXMAN_REPEAT_REFLECT;
268 pixman_image_set_repeat(image, repeat);
/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbpict.c218 pixman_repeat_t repeat; local in function:set_image_properties
247 repeat = PIXMAN_REPEAT_NONE;
251 repeat = PIXMAN_REPEAT_PAD;
255 repeat = PIXMAN_REPEAT_NORMAL;
259 repeat = PIXMAN_REPEAT_REFLECT;
263 pixman_image_set_repeat (image, repeat);
/xsrc/external/mit/pixman/dist/demos/
H A Dradial-test.c130 static const pixman_repeat_t repeat[NUM_REPEAT] = { variable in typeref:typename:const pixman_repeat_t[]
187 pixman_image_set_repeat (src_img, repeat[j]);
/xsrc/external/mit/xorg-server/dist/fb/
H A Dfbpict.c347 pixman_repeat_t repeat; local in function:set_image_properties
375 repeat = PIXMAN_REPEAT_NONE;
379 repeat = PIXMAN_REPEAT_PAD;
383 repeat = PIXMAN_REPEAT_NORMAL;
387 repeat = PIXMAN_REPEAT_REFLECT;
391 pixman_image_set_repeat(image, repeat);
/xsrc/external/mit/libdrm/dist/tests/modetest/
H A Dcursor.c71 uint32_t repeat; member in struct:cursor_step
153 if (count < step->repeat) {

Completed in 19 milliseconds

12345678