Home
last modified time | relevance | path

Searched refs:atomic_ll (Results 1 – 14 of 14) sorted by relevance

/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/libtexture/
H A Dimagecache_pvt.h238 atomic_ll* tiles_read; ///< Bitfield for tiles read at least once
357 atomic_ll m_redundant_tiles; ///< Redundant tile reads
358 atomic_ll m_redundant_bytesread; ///< Redundant bytes read
1105 atomic_ll m_max_memory_bytes;
1136 atomic_ll m_mem_used; ///< Memory being used for tiles
1160 OIIO_STATIC_ASSERT(sizeof(atomic_ll) == sizeof(double)); in incr_time_stat()
1164 atomic_ll* llstat = (atomic_ll*)&stat; in incr_time_stat()
H A Dimagecache.cpp235 tiles_read = new atomic_ll[sz]; in LevelInfo()
254 tiles_read = new atomic_ll[nwords]; in LevelInfo()
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/libtexture/
H A Dimagecache_pvt.h238 atomic_ll* tiles_read; ///< Bitfield for tiles read at least once
357 atomic_ll m_redundant_tiles; ///< Redundant tile reads
358 atomic_ll m_redundant_bytesread; ///< Redundant bytes read
1105 atomic_ll m_max_memory_bytes;
1136 atomic_ll m_mem_used; ///< Memory being used for tiles
1160 OIIO_STATIC_ASSERT(sizeof(atomic_ll) == sizeof(double)); in incr_time_stat()
1164 atomic_ll* llstat = (atomic_ll*)&stat; in incr_time_stat()
H A Dimagecache.cpp235 tiles_read = new atomic_ll[sz]; in LevelInfo()
254 tiles_read = new atomic_ll[nwords]; in LevelInfo()
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/libOpenImageIO/
H A Dimagebufalgo_compare.cpp575 color_count_(const ImageBuf& src, atomic_ll* count, int ncolors, in color_count_()
627 (atomic_ll*)count, ncolors, color.data(), eps.data(), in color_count()
636 color_range_check_(const ImageBuf& src, atomic_ll* lowcount, in color_range_check_()
637 atomic_ll* highcount, atomic_ll* inrangecount, in color_range_check_()
692 src.spec().format, src, (atomic_ll*)lowcount, in color_range_check()
693 (atomic_ll*)highcount, (atomic_ll*)inrangecount, in color_range_check()
H A Dimagebuf.cpp26 static atomic_ll IB_local_mem_current;
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/libOpenImageIO/
H A Dimagebufalgo_compare.cpp575 color_count_(const ImageBuf& src, atomic_ll* count, int ncolors, in color_count_()
627 (atomic_ll*)count, ncolors, color.data(), eps.data(), in color_count()
636 color_range_check_(const ImageBuf& src, atomic_ll* lowcount, in color_range_check_()
637 atomic_ll* highcount, atomic_ll* inrangecount, in color_range_check_()
692 src.spec().format, src, (atomic_ll*)lowcount, in color_range_check()
693 (atomic_ll*)highcount, (atomic_ll*)inrangecount, in color_range_check()
H A Dimagebuf.cpp26 static atomic_ll IB_local_mem_current;
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/include/OpenImageIO/
H A Datomic.h26 typedef atomic<long long> atomic_ll; typedef
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/include/OpenImageIO/
H A Datomic.h26 typedef atomic<long long> atomic_ll; typedef
/dports/graphics/openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/liboslexec/
H A Doslexec_pvt.h50 using OIIO::atomic_ll;
823 atomic_ll m_stat_getattribute_calls; ///< Stat: Number of getattribute
824 atomic_ll m_stat_get_userdata_calls; ///< Stat: # of get_userdata calls
825 atomic_ll m_stat_noise_calls; ///< Stat: # of noise calls
832 atomic_ll m_stat_layers_executed; ///< Total layers executed
833 atomic_ll m_stat_total_shading_time_ticks; ///< Total shading time (ticks)
1565 atomic_ll m_executions {0}; ///< Number of times the group executed
1566 atomic_ll m_stat_total_shading_time_ticks {0}; ///< Total shading time (ticks)
/dports/graphics/py-openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/liboslexec/
H A Doslexec_pvt.h50 using OIIO::atomic_ll;
823 atomic_ll m_stat_getattribute_calls; ///< Stat: Number of getattribute
824 atomic_ll m_stat_get_userdata_calls; ///< Stat: # of get_userdata calls
825 atomic_ll m_stat_noise_calls; ///< Stat: # of noise calls
832 atomic_ll m_stat_layers_executed; ///< Total layers executed
833 atomic_ll m_stat_total_shading_time_ticks; ///< Total shading time (ticks)
1565 atomic_ll m_executions {0}; ///< Number of times the group executed
1566 atomic_ll m_stat_total_shading_time_ticks {0}; ///< Total shading time (ticks)
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/libutil/
H A Datomic_test.cpp34 atomic_ll all;
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/libutil/
H A Datomic_test.cpp34 atomic_ll all;