Home
last modified time | relevance | path

Searched refs:alpha_cache (Results 1 – 25 of 37) sorted by relevance

12

/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/
H A Ddrawgfx.h107 extern struct _alpha_cache alpha_cache;
190 alpha_cache.alphas = alpha_cache.alpha[level+1]; in alpha_set_level()
191 alpha_cache.alphad = alpha_cache.alpha[255-level]; in alpha_set_level()
196 const UINT8 *alphas = alpha_cache.alphas; in alpha_blend16()
197 const UINT8 *alphad = alpha_cache.alphad; in alpha_blend16()
205 const UINT8 *alphas = alpha_cache.alphas; in alpha_blend32()
206 const UINT8 *alphad = alpha_cache.alphad; in alpha_blend32()
213 const UINT8 *alphas = alpha_cache.alpha[level]; in alpha_blend_r16()
214 const UINT8 *alphad = alpha_cache.alpha[255 - level]; in alpha_blend_r16()
222 const UINT8 *alphas = alpha_cache.alpha[level]; in alpha_blend_r32()
[all …]
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/
H A Ddrawgfx.h107 extern struct _alpha_cache alpha_cache;
190 alpha_cache.alphas = alpha_cache.alpha[level+1]; in alpha_set_level()
191 alpha_cache.alphad = alpha_cache.alpha[255-level]; in alpha_set_level()
196 const UINT8 *alphas = alpha_cache.alphas; in alpha_blend16()
197 const UINT8 *alphad = alpha_cache.alphad; in alpha_blend16()
205 const UINT8 *alphas = alpha_cache.alphas; in alpha_blend32()
206 const UINT8 *alphad = alpha_cache.alphad; in alpha_blend32()
213 const UINT8 *alphas = alpha_cache.alpha[level]; in alpha_blend_r16()
214 const UINT8 *alphad = alpha_cache.alpha[255 - level]; in alpha_blend_r16()
222 const UINT8 *alphas = alpha_cache.alpha[level]; in alpha_blend_r32()
[all …]
/dports/x11-drivers/xf86-video-intel/xf86-video-intel-31486f40f8e8f8923ca0799aea84b58799754564/src/sna/
H A Dsna_gradient.c298 return kgem_bo_reference(sna->render.alpha_cache.bo[color>>24]); in sna_render_get_solid()
302 return kgem_bo_reference(sna->render.alpha_cache.bo[255+7]); in sna_render_get_solid()
332 return kgem_bo_reference(sna->render.alpha_cache.bo[255+v]); in sna_render_get_solid()
376 struct sna_alpha_cache *cache = &sna->render.alpha_cache; in sna_alpha_cache_init()
464 if (sna->render.alpha_cache.bo[i]) { in sna_gradients_close()
465 kgem_bo_destroy(&sna->kgem, sna->render.alpha_cache.bo[i]); in sna_gradients_close()
466 sna->render.alpha_cache.bo[i] = NULL; in sna_gradients_close()
469 if (sna->render.alpha_cache.cache_bo) { in sna_gradients_close()
470 kgem_bo_destroy(&sna->kgem, sna->render.alpha_cache.cache_bo); in sna_gradients_close()
471 sna->render.alpha_cache.cache_bo = NULL; in sna_gradients_close()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/drv/konami/
H A Dk054338.cpp13 static INT32 alpha_cache; // for moomesa variable
29 alpha_cache = 0; in K054338Reset()
49 SCAN_VAR(alpha_cache); in K054338Scan()
270 if (mixlv == 0 && alpha_cache == 0x1f) { in K054338_alpha_level_moo()
279 alpha_cache = mixlv; in K054338_alpha_level_moo()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/drv/konami/
H A Dk054338.cpp13 static INT32 alpha_cache; // for moomesa variable
29 alpha_cache = 0; in K054338Reset()
48 SCAN_VAR(alpha_cache); in K054338Scan()
269 if (mixlv == 0 && alpha_cache == 0x1f) { in K054338_alpha_level_moo()
278 alpha_cache = mixlv; in K054338_alpha_level_moo()
/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/modules/gdk/
H A Dproducer_pixbuf.c62 mlt_cache_item alpha_cache; member
664 mlt_cache_item_close( self->alpha_cache ); in refresh_image()
665 self->alpha_cache = NULL; in refresh_image()
669 self->alpha_cache = mlt_service_cache_get( MLT_PRODUCER_SERVICE( producer ), "pixbuf.alpha" ); in refresh_image()
702 self->alpha_cache = mlt_service_cache_get( MLT_PRODUCER_SERVICE( producer ), "pixbuf.alpha" ); in producer_get_image()
703 self->alpha = mlt_cache_item_data( self->alpha_cache, NULL ); in producer_get_image()
744 mlt_cache_item_close( self->alpha_cache ); in producer_get_image()
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/gdk/
H A Dproducer_pixbuf.c62 mlt_cache_item alpha_cache; member
665 mlt_cache_item_close( self->alpha_cache ); in refresh_image()
666 self->alpha_cache = NULL; in refresh_image()
670 self->alpha_cache = mlt_service_cache_get( MLT_PRODUCER_SERVICE( producer ), "pixbuf.alpha" ); in refresh_image()
703 self->alpha_cache = mlt_service_cache_get( MLT_PRODUCER_SERVICE( producer ), "pixbuf.alpha" ); in producer_get_image()
704 self->alpha = mlt_cache_item_data( self->alpha_cache, NULL ); in producer_get_image()
747 mlt_cache_item_close( self->alpha_cache ); in producer_get_image()
/dports/multimedia/mlt6/mlt-6.26.1/src/modules/gdk/
H A Dproducer_pixbuf.c62 mlt_cache_item alpha_cache; member
665 mlt_cache_item_close( self->alpha_cache ); in refresh_image()
666 self->alpha_cache = NULL; in refresh_image()
670 self->alpha_cache = mlt_service_cache_get( MLT_PRODUCER_SERVICE( producer ), "pixbuf.alpha" ); in refresh_image()
703 self->alpha_cache = mlt_service_cache_get( MLT_PRODUCER_SERVICE( producer ), "pixbuf.alpha" ); in producer_get_image()
704 self->alpha = mlt_cache_item_data( self->alpha_cache, NULL ); in producer_get_image()
747 mlt_cache_item_close( self->alpha_cache ); in producer_get_image()
/dports/multimedia/mlt7/mlt-7.0.1/src/modules/gdk/
H A Dproducer_pixbuf.c62 mlt_cache_item alpha_cache; member
664 mlt_cache_item_close( self->alpha_cache ); in refresh_image()
665 self->alpha_cache = NULL; in refresh_image()
669 self->alpha_cache = mlt_service_cache_get( MLT_PRODUCER_SERVICE( producer ), "pixbuf.alpha" ); in refresh_image()
702 self->alpha_cache = mlt_service_cache_get( MLT_PRODUCER_SERVICE( producer ), "pixbuf.alpha" ); in producer_get_image()
703 self->alpha = mlt_cache_item_data( self->alpha_cache, NULL ); in producer_get_image()
744 mlt_cache_item_close( self->alpha_cache ); in producer_get_image()
/dports/multimedia/py-mlt6/mlt-6.26.1/src/modules/gdk/
H A Dproducer_pixbuf.c62 mlt_cache_item alpha_cache; member
665 mlt_cache_item_close( self->alpha_cache ); in refresh_image()
666 self->alpha_cache = NULL; in refresh_image()
670 self->alpha_cache = mlt_service_cache_get( MLT_PRODUCER_SERVICE( producer ), "pixbuf.alpha" ); in refresh_image()
703 self->alpha_cache = mlt_service_cache_get( MLT_PRODUCER_SERVICE( producer ), "pixbuf.alpha" ); in producer_get_image()
704 self->alpha = mlt_cache_item_data( self->alpha_cache, NULL ); in producer_get_image()
747 mlt_cache_item_close( self->alpha_cache ); in producer_get_image()
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/qt/
H A Dproducer_qimage.c248 self->alpha_cache = mlt_service_cache_get( MLT_PRODUCER_SERVICE( producer ), "qimage.alpha" ); in producer_get_image()
249 self->current_alpha = mlt_cache_item_data( self->alpha_cache, &self->alpha_size ); in producer_get_image()
307 mlt_cache_item_close( self->alpha_cache ); in producer_get_image()
H A Dqimage_wrapper.h46 mlt_cache_item alpha_cache; member
H A Dqimage_wrapper.cpp376 mlt_cache_item_close( self->alpha_cache ); in refresh_image()
377 self->alpha_cache = NULL; in refresh_image()
381 self->alpha_cache = mlt_service_cache_get( MLT_PRODUCER_SERVICE( producer ), "qimage.alpha" ); in refresh_image()
/dports/multimedia/mlt6/mlt-6.26.1/src/modules/qt/
H A Dproducer_qimage.c248 self->alpha_cache = mlt_service_cache_get( MLT_PRODUCER_SERVICE( producer ), "qimage.alpha" ); in producer_get_image()
249 self->current_alpha = mlt_cache_item_data( self->alpha_cache, &self->alpha_size ); in producer_get_image()
307 mlt_cache_item_close( self->alpha_cache ); in producer_get_image()
H A Dqimage_wrapper.h46 mlt_cache_item alpha_cache; member
H A Dqimage_wrapper.cpp376 mlt_cache_item_close( self->alpha_cache ); in refresh_image()
377 self->alpha_cache = NULL; in refresh_image()
381 self->alpha_cache = mlt_service_cache_get( MLT_PRODUCER_SERVICE( producer ), "qimage.alpha" ); in refresh_image()
/dports/multimedia/mlt7/mlt-7.0.1/src/modules/qt/
H A Dproducer_qimage.c247 self->alpha_cache = mlt_service_cache_get( MLT_PRODUCER_SERVICE( producer ), "qimage.alpha" ); in producer_get_image()
248 self->current_alpha = mlt_cache_item_data( self->alpha_cache, &self->alpha_size ); in producer_get_image()
306 mlt_cache_item_close( self->alpha_cache ); in producer_get_image()
H A Dqimage_wrapper.h44 mlt_cache_item alpha_cache; member
/dports/multimedia/py-mlt6/mlt-6.26.1/src/modules/qt/
H A Dproducer_qimage.c248 self->alpha_cache = mlt_service_cache_get( MLT_PRODUCER_SERVICE( producer ), "qimage.alpha" ); in producer_get_image()
249 self->current_alpha = mlt_cache_item_data( self->alpha_cache, &self->alpha_size ); in producer_get_image()
307 mlt_cache_item_close( self->alpha_cache ); in producer_get_image()
H A Dqimage_wrapper.h46 mlt_cache_item alpha_cache; member
/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/modules/qt/
H A Dproducer_qimage.c247 self->alpha_cache = mlt_service_cache_get( MLT_PRODUCER_SERVICE( producer ), "qimage.alpha" ); in producer_get_image()
248 self->current_alpha = mlt_cache_item_data( self->alpha_cache, &self->alpha_size ); in producer_get_image()
306 mlt_cache_item_close( self->alpha_cache ); in producer_get_image()
H A Dqimage_wrapper.h44 mlt_cache_item alpha_cache; member
H A Dqimage_wrapper.cpp374 mlt_cache_item_close( self->alpha_cache ); in refresh_image()
375 self->alpha_cache = NULL; in refresh_image()
379 self->alpha_cache = mlt_service_cache_get( MLT_PRODUCER_SERVICE( producer ), "qimage.alpha" ); in refresh_image()
/dports/devel/godot/godot-3.2.3-stable/scene/resources/
H A Dtexture.cpp258 alpha_cache.unref(); in set_data()
320 if (!alpha_cache.is_valid()) { in is_pixel_opaque()
328 alpha_cache.instance(); in is_pixel_opaque()
329 alpha_cache->create_from_image_alpha(img); in is_pixel_opaque()
333 if (alpha_cache.is_valid()) { in is_pixel_opaque()
347 return alpha_cache->get_bit(Point2(x, y)); in is_pixel_opaque()
497 alpha_cache.unref(); in _load_data()
799 if (!alpha_cache.is_valid()) { in is_pixel_opaque()
808 alpha_cache.instance(); in is_pixel_opaque()
813 if (alpha_cache.is_valid()) { in is_pixel_opaque()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/scene/resources/
H A Dtexture.cpp258 alpha_cache.unref(); in set_data()
320 if (!alpha_cache.is_valid()) { in is_pixel_opaque()
328 alpha_cache.instance(); in is_pixel_opaque()
329 alpha_cache->create_from_image_alpha(img); in is_pixel_opaque()
333 if (alpha_cache.is_valid()) { in is_pixel_opaque()
347 return alpha_cache->get_bit(Point2(x, y)); in is_pixel_opaque()
497 alpha_cache.unref(); in _load_data()
799 if (!alpha_cache.is_valid()) { in is_pixel_opaque()
808 alpha_cache.instance(); in is_pixel_opaque()
813 if (alpha_cache.is_valid()) { in is_pixel_opaque()
[all …]

12