Displaying 16 results from an estimated 16 matches for "setmask".
Did you mean:
netmask
2007 Nov 20
0
7 commits - libswfdec/swfdec_movie.c libswfdec/swfdec_sprite_movie_as.c test/image
...movie;
+ SWFDisplayItem item, clip;
+
+ movie = newSWFMovieWithVersion (version);
+ SWFMovie_setRate (movie, 1);
+ SWFMovie_setDimension (movie, 200, 150);
+
+ clip = SWFMovie_add (movie, get_rectangle (255, 0, 0));
+ SWFDisplayItem_setDepth (clip, 0);
+ if (reverse != 3)
+ SWFDisplayItem_setMaskLevel (clip, (reverse & 1) ? 3 : 2);
+
+ item = SWFMovie_add (movie, get_rectangle (0, 255, 0));
+ SWFDisplayItem_moveTo (item, 0, 50);
+ SWFDisplayItem_setDepth (item, 2);
+
+ item = SWFMovie_add (movie, get_rectangle (0, 0, 255));
+ SWFDisplayItem_moveTo (item, 50, 0);
+ SWFDisplayItem_s...
2008 May 03
1
[Bug 15814] New: unable to view new york times feature
...thod: no
function named "setSize" on object SwfdecSpriteMovie
SWFDEC: WARN : swfdec_as_interpret.c(895): swfdec_action_call_method: no
function named "removeMovieClip" on object unknown
SWFDEC: WARN : swfdec_as_interpret.c(895): swfdec_action_call_method: no
function named "setMask" on object unknown
SWFDEC: WARN : swfdec_as_interpret.c(895): swfdec_action_call_method: no
function named "removeMovieClip" on object unknown
SWFDEC: FIXME: swfdec_system_security.c(38):
swfdec_system_security_allowDomain: System.security.allowDomain (static) is not
implemented yet...
2012 Aug 22
9
make uninstall can delete xen-kernels
Nice time.
# make uninstall
...
rm -rf //boot/*xen*
...
if somebody use "xen" in kernel name (maybe as suffix), so it will be deleted from /boot/ too.
Thanks.
Denis.
2020 Nov 06
4
Loop-vectorizer prototype for the EPI Project based on the RISC-V Vector Extension (Scalable vectors)
...- %i)
; MVE/SVE :
; %mask = get.active.lane.mask(%i, %n)
; %evl = call @llvm.vscale()
; AVX:
; %mask = icmp (%i + (seq <8 x i32> 0,1,2,.,)), %n,
; %evl = i32 8
; Configure the Vector Predication builder to use those
VPBuilder
.setExplicitVectorLength(%evl)
.setMask(%mask);
; Start buildling vector-predicated instructions
VPBuilder.createFadd(%x, %y) ; --> call @llvm.vp.fadd(%x, %y, %mask, %evl)
Looks to me the second option makes a more effective use of vpred and D78203 shows that we can always soften vpred into a shape that is reasonable for low...
2020 Nov 06
2
Loop-vectorizer prototype for the EPI Project based on the RISC-V Vector Extension (Scalable vectors)
...- %i)
; MVE/SVE :
; %mask = get.active.lane.mask(%i, %n)
; %evl = call @llvm.vscale()
; AVX:
; %mask = icmp (%i + (seq <8 x i32> 0,1,2,.,)), %n,
; %evl = i32 8
; Configure the Vector Predication builder to use those
VPBuilder
.setExplicitVectorLength(%evl)
.setMask(%mask);
; Start buildling vector-predicated instructions
VPBuilder.createFadd(%x, %y) ; --> call @llvm.vp.fadd(%x, %y, %mask, %evl)
Looks to me the second option makes a more effective use of vpred and D78203 shows that we can always soften vpred into a shape that is reasonable for low...
2011 Nov 03
3
[PATCH 0 of 2 RESEND] tools: add two new compile flags and perform checks on user defined folders.
Added two new sets of compile flags, and pass them to the check scripts, so libraries and includes are searched there also.
Resend this patches because they suffered some modifications and where scattered along the mailing list.
Please review, thanks Roger.
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2020 Nov 06
0
Loop-vectorizer prototype for the EPI Project based on the RISC-V Vector Extension (Scalable vectors)
...- %i)
; MVE/SVE :
; %mask = get.active.lane.mask(%i, %n)
; %evl = call @llvm.vscale()
; AVX:
; %mask = icmp (%i + (seq <8 x i32> 0,1,2,.,)), %n,
; %evl = i32 8
; Configure the Vector Predication builder to use those
VPBuilder
.setExplicitVectorLength(%evl)
.setMask(%mask);
; Start buildling vector-predicated instructions
VPBuilder.createFadd(%x, %y) ; --> call @llvm.vp.fadd(%x, %y, %mask, %evl)
Looks to me the second option makes a more effective use of vpred and D78203 shows that we can always soften vpred into a shape that is reasonable for low...
2020 Nov 09
0
Loop-vectorizer prototype for the EPI Project based on the RISC-V Vector Extension (Scalable vectors)
...- %i)
; MVE/SVE :
; %mask = get.active.lane.mask(%i, %n)
; %evl = call @llvm.vscale()
; AVX:
; %mask = icmp (%i + (seq <8 x i32> 0,1,2,.,)), %n,
; %evl = i32 8
; Configure the Vector Predication builder to use those
VPBuilder
.setExplicitVectorLength(%evl)
.setMask(%mask);
; Start buildling vector-predicated instructions
VPBuilder.createFadd(%x, %y) ; --> call @llvm.vp.fadd(%x, %y, %mask, %evl)
Looks to me the second option makes a more effective use of vpred and D78203 shows that we can always soften vpred into a shape that is reasonable for low...
2007 Nov 20
0
4 commits - libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_resource.c test/image test/trace
...quot;, 0);
+a.a.a.createEmptyMovieClip ("a", 0);
+a._xscale = 50;
+a._yscale = 50;
+a.a._x = 50;
+a.a._y = 50;
+a.a.a._xscale = 200;
+a.a.a._yscale = 200;
+rectangle (a.a.a.a, 0xFF0000, 0, 0, 100, 100);
+
+createEmptyMovieClip ("b", 1);
+rectangle (b, 0xFF, 0, 0, 100, 100);
+
+b.setMask (a.a.a.a);
+
commit 65a41812cc3db14b5e41a2a62dee9361fc0707ec
Author: Benjamin Otte <otte at gnome.org>
Date: Tue Nov 20 12:28:16 2007 +0100
add test that tests image size is known in onLoadInit
diff --git a/test/trace/Makefile.am b/test/trace/Makefile.am
index 22c2c3f..715e7bf 100644...
2007 Mar 28
0
[923] branches/wxruby2/wxwidgets_282: Changes 2.6 -> 2.8 Wx API; remove unsupported methods and examples from doc
...0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0 };
-
- #ifdef __WXMSW__
- Bitmap down_bitmap(down_bits, 32, 32);
- Bitmap down_mask_bitmap(down_mask, 32, 32);
-
- down_bitmap.SetMask(new Mask(down_mask_bitmap));
- Image down_image = down_bitmap.ConvertToImage();
- down_image.SetOption(IMAGE_OPTION_CUR_HOTSPOT_X, 6);
- down_image.SetOption(IMAGE_OPTION_CUR_HOTSPOT_Y, 14);
- Cursor down_cursor = Cursor(down_image);
- #else
- Cursor down_cursor = Cursor(down_bits, 32, 32,
- 6, 1...
2007 Nov 20
0
19 commits - libswfdec/swfdec_audio_event.c libswfdec/swfdec_bits.c libswfdec/swfdec_color.c libswfdec/swfdec_color.h libswfdec/swfdec_flv_decoder.c libswfdec/swfdec_image.c libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h
...SWFMovie_setRate (movie, 1);
+ SWFMovie_setDimension (movie, 200, 150);
+
+ item1 = item = SWFMovie_add (movie, get_rectangle (255, 0, 0));
+ SWFDisplayItem_setDepth (item, 0);
+ SWFDisplayItem_setName (item, "a");
+ if (FLAG_SET (flags, FIRST_MOVIE_CLIP_ALL)) {
+ SWFDisplayItem_setMaskLevel (item, 3);
+ } else {
+ SWFDisplayItem_setMaskLevel (item, 1);
+ }
+
+ item2 = item = SWFMovie_add (movie, get_rectangle (0, 255, 0));
+ SWFDisplayItem_moveTo (item, 50, 25);
+ SWFDisplayItem_setDepth (item, 1);
+ SWFDisplayItem_setName (item, "b");
+ if (FLAG_SET (flags, S...
2009 May 27
10
Xen 3.4 Hackery on Ubuntu 9.04 (aka Jaunty) Server
>Maybe it is obsolete??? Who knows...However, I found ubuntu-server-xen
and installed >that instead. However, I installed, as far as I can say,
all xen packages and now I''m >looking for some sort of a HowTo. Haven''t
found one yet for Ubuntu Server 9.04 aka >Jaunty. Shouldn''t I need a
XEN-Kernel?
http://bderzhavets.blogspot.com/2009/05/deployment-xen-3.html
2020 Nov 05
2
Loop-vectorizer prototype for the EPI Project based on the RISC-V Vector Extension (Scalable vectors)
For RISC-V V and VE being explicit about %evl is important for performance & correctness and that is what VP does. The get.active.lane.mask intrinsic is used as a hint for the MVE, SVE backends to use hardware tail-predication (the backends reverse engineer that hint by pattern matching for get.active.lane.mask in the mask parameter of "some" masked intrinsics). IMHO, it's more
2007 Dec 18
2
Changes to 'refs/tags/0.5.5'
...correctly
move the movie rendering from swfdec_movie_render() to the render vfunc
handle overlapping masks correctly
actually free the patterns after use
fix the obvious bugs
add a "mask" member to SwfdecColorTransform for masks
add members required for setMask and respect them when rendering
only create the amsk when needed, don't cache it while rendering
rework mask handling to actually work
add swfdec_color_transform_is_mask() macro
add setMask function
fix warning about sign comparison on 32bit
don't render...
2007 Nov 27
0
12 commits - libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_strings.c libswfdec/swfdec_loader.c libswfdec/swfdec_loader_internal.h libswfdec/swfdec_load_object_as.c libswfdec/swfdec_load_object.c libswfdec/swfdec_load_object.h
...rame", false],
+ ["_global.MovieClip.prototype", "play", false],
+ ["_global.MovieClip.prototype", "prevFrame", false],
+ ["_global.MovieClip.prototype", "removeMovieClip", false],
+ ["_global.MovieClip.prototype", "setMask", true],
+ ["_global.MovieClip.prototype", "startDrag", false],
+ ["_global.MovieClip.prototype", "stop", false],
+ ["_global.MovieClip.prototype", "stopDrag", false],
+ ["_global.MovieClip.prototype", "swapDepths&q...
2007 Apr 13
0
[954] branches/wxruby2/wxwidgets_282: Additions to Image API 2.6 -> 2.8, remove comment cruft
...a mask or not. The area of the mask is determined by the current mask colour.
-         * \param bool
-        */
-
</del><span class="cx"> void SetMask(bool hasMask = true) ;
</span><del>-        /**
-         * \brief Sets the mask colour for this image (and tells the image to use the mask).
- &n...