Home
last modified time | relevance | path

Searched refs:release_tile (Results 1 – 25 of 30) sorted by relevance

12

/dports/games/minilens/minilens-1.2/entities/
H A Dentity_helper.gd34 func release_tile(id, position): # Call when you are no longer inside a tile
/dports/graphics/blender/blender-2.91.0/intern/cycles/device/
H A Ddevice_task.h160 function<void(RenderTile &)> release_tile; variable
H A Ddevice_network.cpp263 the_task.release_tile(tile); in task_wait()
614 task.release_tile = function_bind(&DeviceServer::task_release_tile, this, _1); in process()
H A Ddevice_cpu.cpp1291 task.release_tile(tile); in thread_render()
H A Ddevice_optix.cpp670 task.release_tile(tile); in thread_run()
/dports/graphics/blender/blender-2.91.0/intern/cycles/render/
H A Ddenoising.h201 void release_tile();
H A Dsession.h199 void release_tile(RenderTile &tile, const bool need_denoise);
H A Ddenoising.cpp367 void DenoiseTask::release_tile() in release_tile() function in DenoiseTask
382 task.release_tile = function_bind(&DenoiseTask::release_tile, this); in create_task()
H A Dsession.cpp508 void Session::release_tile(RenderTile &rtile, const bool need_denoise) in release_tile() function in Session
1073 task.release_tile = function_bind(&Session::release_tile, this, _1, need_denoise); in render()
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/libOpenImageIO/
H A Dimagecache_test.cpp114 imagecache->release_tile(tile); // de-refcount what we got from get_tile in test_app_buffer()
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/libOpenImageIO/
H A Dimagecache_test.cpp114 imagecache->release_tile(tile); // de-refcount what we got from get_tile in test_app_buffer()
/dports/graphics/gegl/gegl-0.4.34/gegl/buffer/
H A Dgegl-buffer-iterator2.c203 release_tile (GeglBufferIterator2 *iter, in release_tile() function
593 release_tile (iter, index); in _gegl_buffer_iterator2_stop()
763 release_tile (iter, index); in gegl_buffer_iterator2_next()
H A Dgegl-buffer-iterator.c212 release_tile (GeglBufferIterator *iter, in release_tile() function
682 release_tile (iter, index); in _gegl_buffer_iterator_stop()
855 release_tile (iter, index); in gegl_buffer_iterator_next()
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/include/OpenImageIO/
H A Dimagecache.h874 virtual void release_tile(Tile* tile) const = 0;
H A Dimagebuf.h1122 m_ib->imagecache()->release_tile(m_tile); in ~IteratorBase()
1130 m_ib->imagecache()->release_tile(m_tile); in assign_base()
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/include/OpenImageIO/
H A Dimagecache.h874 virtual void release_tile(Tile* tile) const = 0;
H A Dimagebuf.h1122 m_ib->imagecache()->release_tile(m_tile); in ~IteratorBase()
1130 m_ib->imagecache()->release_tile(m_tile); in assign_base()
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/doc/
H A Dimagecache.rst76 cache->release_tile (tile);
H A Dimagecache.tex79 cache->release_tile (tile);
828 after {\cf release_tile()} is called on the tile pointer. This is
832 \apiitem{void {\ce release_tile} (ImageCache::Tile *tile)}
833 After finishing with a tile, {\cf release_tile()} will allow it to
844 {\cf get_tile()} but has not yet been released with {\cf release_tile()}.
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/doc/
H A Dimagecache.rst76 cache->release_tile (tile);
H A Dimagecache.tex79 cache->release_tile (tile);
828 after {\cf release_tile()} is called on the tile pointer. This is
832 \apiitem{void {\ce release_tile} (ImageCache::Tile *tile)}
833 After finishing with a tile, {\cf release_tile()} will allow it to
844 {\cf get_tile()} but has not yet been released with {\cf release_tile()}.
/dports/games/frogatto/frogatto-1.3.1/modules/tileciv/data/object_prototypes/
H A Dciv-tile.cfg86 …[fire_event(get_object(level, 'logic'), 'release_tile', self), [set(zorder, zorder - 10), logic.cl…
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/libtexture/
H A Dimagecache_pvt.h954 virtual void release_tile(Tile* tile) const;
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/libtexture/
H A Dimagecache_pvt.h954 virtual void release_tile(Tile* tile) const;
/dports/graphics/blender/blender-2.91.0/intern/cycles/device/opencl/
H A Ddevice_opencl_impl.cpp1389 task.release_tile(tile); in thread_run()

12