MCPcopy Create free account

hub / github.com/ConfettiFX/The-Forge / functions

Functions12,747 in github.com/ConfettiFX/The-Forge

↓ 4 callersFunctionSliderFloatWithSteps
Common_3/Application/UI/UI.cpp:187
↓ 4 callersMethodSortByFreeSize
Common_3/Graphics/ThirdParty/OpenSource/VulkanMemoryAllocator/VulkanMemoryAllocator.h:10080
↓ 4 callersFunctionTableSettingsCalcChunkSize
Common_3/Application/ThirdParty/OpenSource/imgui/imgui_tables.cpp:3436
↓ 4 callersFunctionTinyImageFormat_HasDepth
Common_3/Resources/ResourceLoader/ThirdParty/OpenSource/tinyimageformat/tinyimageformat_query.h:262
↓ 4 callersFunctionTinyImageFormat_HeightOfBlock
Common_3/Resources/ResourceLoader/ThirdParty/OpenSource/tinyimageformat/tinyimageformat_query.h:1083
↓ 4 callersFunctionTinyImageFormat_IsSinglePlane
Common_3/Resources/ResourceLoader/ThirdParty/OpenSource/tinyimageformat/tinyimageformat_query.h:890
↓ 4 callersFunctionTinyImageFormat_WidthOfBlock
Common_3/Resources/ResourceLoader/ThirdParty/OpenSource/tinyimageformat/tinyimageformat_query.h:1008
↓ 4 callersMethodUnregister
Common_3/Graphics/ThirdParty/OpenSource/VulkanMemoryAllocator/VulkanMemoryAllocator.h:5047
↓ 4 callersFunctionVmaAlignDown
Common_3/Graphics/ThirdParty/OpenSource/VulkanMemoryAllocator/VulkanMemoryAllocator.h:3388
↓ 4 callersFunctionVmaFree
Common_3/Graphics/ThirdParty/OpenSource/VulkanMemoryAllocator/VulkanMemoryAllocator.h:3892
↓ 4 callersFunctionVmaMalloc
Common_3/Graphics/ThirdParty/OpenSource/VulkanMemoryAllocator/VulkanMemoryAllocator.h:3872
↓ 4 callersFunctionVmaPrintDetailedStatistics
Common_3/Graphics/ThirdParty/OpenSource/VulkanMemoryAllocator/VulkanMemoryAllocator.h:4591
↓ 4 callersFunctionVmaValidateMagicValue
Common_3/Graphics/ThirdParty/OpenSource/VulkanMemoryAllocator/VulkanMemoryAllocator.h:3539
↓ 4 callersFunctionXXH3_reset_internal
Common_3/Utilities/ThirdParty/OpenSource/zstd/common/xxhash.h:6097
↓ 4 callersFunctionXXH_mult64to128
! * @brief Calculates a 64->128-bit long multiply. * * Uses `__uint128_t` and `_umul128` if available, otherwise uses a scalar * version. * * @p
Common_3/Utilities/ThirdParty/OpenSource/zstd/common/xxhash.h:4281
↓ 4 callersFunctionXXH_read32
* Force direct memory access. Only works on CPU which support unaligned memory * access in hardware. */
Common_3/Utilities/ThirdParty/OpenSource/zstd/common/xxhash.h:2518
↓ 4 callersFunctionXXH_read64
Force direct memory access. Only works on CPU which support unaligned memory access in hardware */
Common_3/Utilities/ThirdParty/OpenSource/zstd/common/xxhash.h:3194
↓ 4 callersFunctionXXH_writeLE64
Common_3/Utilities/ThirdParty/OpenSource/zstd/common/xxhash.h:4768
↓ 4 callersFunctionYieldProcessor
Signals to the processor to give resources to threads that are waiting for them. ////////////////////////////////////////////////////////////////////
Common_3/Utilities/ThirdParty/OpenSource/TaskScheduler/Scheduler/Include/Platform/Posix/MTAtomic.h:63
↓ 4 callersFunctionZSTDMT_freeBufferPool
Common_3/Utilities/ThirdParty/OpenSource/zstd/compress/zstdmt_compress.c:106
↓ 4 callersFunctionZSTDMT_freeCCtxPool
note : all CCtx borrowed from the pool must be reverted back to the pool _before_ freeing the pool */
Common_3/Utilities/ThirdParty/OpenSource/zstd/compress/zstdmt_compress.c:365
↓ 4 callersFunctionZSTD_CCtxParams_setParameter
Common_3/Utilities/ThirdParty/OpenSource/zstd/compress/zstd_compress.c:776
↓ 4 callersFunctionZSTD_DCtx_reset
Common_3/Utilities/ThirdParty/OpenSource/zstd/decompress/zstd_decompress.c:1945
↓ 4 callersFunctionZSTD_DDict_dictSize
Common_3/Utilities/ThirdParty/OpenSource/zstd/decompress/zstd_ddict.c:52
↓ 4 callersFunctionZSTD_adjustCParams_internal
ZSTD_adjustCParams_internal() : * optimize `cPar` for a specified input (`srcSize` and `dictSize`). * mostly downsize to reduce memory consumption
Common_3/Utilities/ThirdParty/OpenSource/zstd/compress/zstd_compress.c:1469
↓ 4 callersFunctionZSTD_buildEntropyStatisticsAndEstimateSubBlockSize
Builds entropy statistics and uses them for blocksize estimation. * * @return: estimated compressed size of the seqStore, or a zstd error. */
Common_3/Utilities/ThirdParty/OpenSource/zstd/compress/zstd_compress.c:3889
↓ 4 callersFunctionZSTD_buildFSETable
Common_3/Utilities/ThirdParty/OpenSource/zstd/decompress/zstd_decompress_block.c:626
↓ 4 callersFunctionZSTD_checkContinuity
Common_3/Utilities/ThirdParty/OpenSource/zstd/decompress/zstd_decompress_block.c:2183
↓ 4 callersFunctionZSTD_compressStream2
@return provides a minimum amount of data remaining to be flushed from internal buffers */
Common_3/Utilities/ThirdParty/OpenSource/zstd/compress/zstd_compress.c:6320
↓ 4 callersFunctionZSTD_compressedLiterals
Common_3/Utilities/ThirdParty/OpenSource/zstd/compress/zstd_opt.c:77
↓ 4 callersFunctionZSTD_copy16
Need to use memmove here since the literal buffer can now be located within the dst buffer. In circumstances where the op "catches up" to where the
Common_3/Utilities/ThirdParty/OpenSource/zstd/common/zstd_internal.h:187
↓ 4 callersFunctionZSTD_countLeadingZeros32
Common_3/Utilities/ThirdParty/OpenSource/zstd/common/bits.h:67
↓ 4 callersFunctionZSTD_cwksp_init
* The provided workspace takes ownership of the buffer [start, start+size). * Any existing values in the workspace are ignored (the previously manage
Common_3/Utilities/ThirdParty/OpenSource/zstd/compress/zstd_cwksp.h:653
↓ 4 callersFunctionZSTD_cwksp_mark_tables_clean
Common_3/Utilities/ThirdParty/OpenSource/zstd/compress/zstd_cwksp.h:553
↓ 4 callersFunctionZSTD_cwksp_mark_tables_dirty
Common_3/Utilities/ThirdParty/OpenSource/zstd/compress/zstd_cwksp.h:524
↓ 4 callersFunctionZSTD_frameHeaderSize_internal
ZSTD_frameHeaderSize_internal() : * srcSize must be large enough to reach header size fields. * note : only works for formats ZSTD_f_zstd1 and ZST
Common_3/Utilities/ThirdParty/OpenSource/zstd/decompress/zstd_decompress.c:416
↓ 4 callersFunctionZSTD_getDDict
Common_3/Utilities/ThirdParty/OpenSource/zstd/decompress/zstd_decompress.c:1178
↓ 4 callersFunctionZSTD_getFrameHeader
ZSTD_getFrameHeader() : * decode Frame Header, or require larger `srcSize`. * note : this function does not consume input, it only reads it. * @r
Common_3/Utilities/ThirdParty/OpenSource/zstd/decompress/zstd_decompress.c:557
↓ 4 callersFunctionZSTD_isRLE
Unrolled loop to read four size_ts of input at a time. Returns 1 if is RLE, 0 if not. */
Common_3/Utilities/ThirdParty/OpenSource/zstd/compress/zstd_compress.c:3514
↓ 4 callersFunctionZSTD_ldm_insertEntry
ZSTD_ldm_insertEntry() : * Insert the entry with corresponding hash into the hash table */
Common_3/Utilities/ThirdParty/OpenSource/zstd/compress/zstd_ldm.c:180
↓ 4 callersFunctionZSTD_limitCopy
Common_3/Utilities/ThirdParty/OpenSource/zstd/common/zstd_internal.h:252
↓ 4 callersFunctionZSTD_minCLevel
Common_3/Utilities/ThirdParty/OpenSource/zstd/compress/zstd_compress.c:6993
↓ 4 callersFunctionZSTD_resetCCtx_internal
! ZSTD_resetCCtx_internal() : * @param loadedDictSize The size of the dictionary to be loaded * into the context, if any. If no dictionary is used,
Common_3/Utilities/ThirdParty/OpenSource/zstd/compress/zstd_compress.c:2096
↓ 4 callersFunctionZSTD_rowMatchFinderSupported
Returns true if the strategy supports using a row based matchfinder */
Common_3/Utilities/ThirdParty/OpenSource/zstd/compress/zstd_compress.c:223
↓ 4 callersFunctionZSTD_safecopyDstBeforeSrc
ZSTD_safecopyDstBeforeSrc(): * This version allows overlap with dst before src, or handles the non-overlap case with dst after src * Kept separate f
Common_3/Utilities/ThirdParty/OpenSource/zstd/decompress/zstd_decompress_block.c:877
↓ 4 callersFunctionZSTD_scaleStats
ZSTD_scaleStats() : * reduce all elt frequencies in table if sum too large * return the resulting sum of elements */
Common_3/Utilities/ThirdParty/OpenSource/zstd/compress/zstd_opt.c:123
↓ 4 callersFunctionZSTD_sequenceBound
Common_3/Utilities/ThirdParty/OpenSource/zstd/compress/zstd_compress.c:3457
↓ 4 callersFunctionZSTD_sizeof_matchState
Common_3/Utilities/ThirdParty/OpenSource/zstd/compress/zstd_compress.c:1649
↓ 4 callersFunctionZSTD_window_hasExtDict
* ZSTD_window_hasExtDict(): * Returns non-zero if the window has a non-empty extDict. */
Common_3/Utilities/ThirdParty/OpenSource/zstd/compress/zstd_compress_internal.h:955
↓ 4 callersFunctionZSTD_writeTaggedIndex
Helper function for ZSTD_fillHashTable and ZSTD_fillDoubleHashTable. * Unpacks hashAndTag into (hash, tag), then packs (index, tag) into hashTable[ha
Common_3/Utilities/ThirdParty/OpenSource/zstd/compress/zstd_compress_internal.h:1373
↓ 4 callersMethod_CalcCircleAutoSegmentCount
Common_3/Application/ThirdParty/OpenSource/imgui/imgui_draw.cpp:566
↓ 4 callersFunction_OutputDebugString
Common_3/OS/Linux/LinuxLog.c:57
↓ 4 callersFunction__NvAtomicAddFP32
FP32 Atomic functions performs Atomic operation treating the uav as float (fp32) values the passed sub-opcode 'op' should be an immediate constant byt
Common_3/Graphics/ThirdParty/OpenSource/nvapi/nvHLSLExtnsInternal.h:478
↓ 4 callersFunction__NvAtomicCompareExchangeUINT64
Common_3/Graphics/ThirdParty/OpenSource/nvapi/nvHLSLExtnsInternal.h:534
↓ 4 callersFunction__NvFootprint
Common_3/Graphics/ThirdParty/OpenSource/nvapi/nvHLSLExtnsInternal.h:643
↓ 4 callersFunction__NvFootprintBias
Common_3/Graphics/ThirdParty/OpenSource/nvapi/nvHLSLExtnsInternal.h:668
↓ 4 callersFunction__NvFootprintGrad
Common_3/Graphics/ThirdParty/OpenSource/nvapi/nvHLSLExtnsInternal.h:720
↓ 4 callersFunction__NvFootprintLevel
Common_3/Graphics/ThirdParty/OpenSource/nvapi/nvHLSLExtnsInternal.h:694
↓ 4 callersFunction_grow_capacity
Common_3/Application/ThirdParty/OpenSource/imgui/imgui.h:1989
↓ 4 callersFunction_mco_prepare_jumpin
Common_3/Utilities/ThirdParty/OpenSource/TaskScheduler/ThirdParty/minicoro/minicoro.h:567
↓ 4 callersFunction_mco_prepare_jumpout
Common_3/Utilities/ThirdParty/OpenSource/TaskScheduler/ThirdParty/minicoro/minicoro.h:592
↓ 4 callersFunction_mco_switch
Common_3/Utilities/ThirdParty/OpenSource/TaskScheduler/ThirdParty/minicoro/minicoro.h:1279
↓ 4 callersFunction_mm_andnot_pd
Compute the bitwise NOT of packed double-precision (64-bit) floating-point elements in a and then AND with b, and store the results in dst. https://so
Common_3/Utilities/ThirdParty/OpenSource/ModifiedSonyMath/neon/sse2neon.h:1777
↓ 4 callersFunction_mm_cmpeq_pd
Compare packed double-precision (64-bit) floating-point elements in a and b for equality, and store the results in dst. https://software.intel.com/sit
Common_3/Utilities/ThirdParty/OpenSource/ModifiedSonyMath/neon/sse2neon.h:1981
↓ 4 callersFunction_mm_cmpneq_pd
Compare packed double-precision (64-bit) floating-point elements in a and b for not-equal, and store the results in dst. https://software.intel.com/si
Common_3/Utilities/ThirdParty/OpenSource/ModifiedSonyMath/neon/sse2neon.h:1990
↓ 4 callersFunction_mm_div_pd
Divide packed double-precision (64-bit) floating-point elements in a by packed elements in b, and store the results in dst. https://software.intel.com
Common_3/Utilities/ThirdParty/OpenSource/ModifiedSonyMath/neon/sse2neon.h:1833
↓ 4 callersFunction_mm_loadu_pd
Loads two double-precision from unaligned memory, floating-point values. https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_loadu_
Common_3/Utilities/ThirdParty/OpenSource/ModifiedSonyMath/neon/sse2neon.h:1881
↓ 4 callersFunction_mm_max_pd
Compare packed double-precision (64-bit) floating-point elements in a and b, and store packed maximum values in dst. https://software.intel.com/sites/
Common_3/Utilities/ThirdParty/OpenSource/ModifiedSonyMath/neon/sse2neon.h:1916
↓ 4 callersFunction_mm_min_pd
Compare packed double-precision (64-bit) floating-point elements in a and b, and store packed minimum values in dst. https://software.intel.com/sites/
Common_3/Utilities/ThirdParty/OpenSource/ModifiedSonyMath/neon/sse2neon.h:1907
↓ 4 callersFunction_mm_mul_pd
Multiply packed double-precision (64-bit) floating-point elements in a and b, and store the results in dst. https://software.intel.com/sites/landingpa
Common_3/Utilities/ThirdParty/OpenSource/ModifiedSonyMath/neon/sse2neon.h:1824
↓ 4 callersFunction_mm_mulhi_epi16
Multiplies the 8 signed 16-bit integers from a by the 8 signed 16-bit integers from b. https://msdn.microsoft.com/en-us/library/vstudio/59hddw1d(v=vs.
Common_3/Utilities/ThirdParty/OpenSource/ModifiedSonyMath/neon/sse2neon.h:1246
↓ 4 callersFunction_mm_or_pd
Compute the bitwise OR of packed double-precision (64-bit) floating-point elements in a and b, and store the results in dst. https://software.intel.co
Common_3/Utilities/ThirdParty/OpenSource/ModifiedSonyMath/neon/sse2neon.h:1787
↓ 4 callersFunction_mm_set_sd
Copy double-precision (64-bit) floating-point element a to the lower element of dst, and zero the upper element. https://software.intel.com/sites/land
Common_3/Utilities/ThirdParty/OpenSource/ModifiedSonyMath/neon/sse2neon.h:2064
↓ 4 callersFunction_mm_setr_pd
Set packed double-precision (64-bit) floating-point elements in dst with the supplied values in reverse order. https://software.intel.com/sites/landin
Common_3/Utilities/ThirdParty/OpenSource/ModifiedSonyMath/neon/sse2neon.h:1866
↓ 4 callersFunction_mm_setzero_pd
Return vector of type __m128d with all elements set to zero. https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_setzero_pd
Common_3/Utilities/ThirdParty/OpenSource/ModifiedSonyMath/neon/sse2neon.h:1841
↓ 4 callersFunction_mm_sign_epi32
Negate packed 32-bit integers in a when the corresponding signed 32-bit integer in b is negative, and store the results in dst. Element in dst are zer
Common_3/Utilities/ThirdParty/OpenSource/ModifiedSonyMath/neon/sse2neon.h:1736
↓ 4 callersFunction_mm_sqrt_pd
Compute the square root of packed double-precision (64-bit) floating-point elements in a, and store the results in dst. https://software.intel.com/sit
Common_3/Utilities/ThirdParty/OpenSource/ModifiedSonyMath/neon/sse2neon.h:1999
↓ 4 callersFunction_mm_store_si128
Stores four 32-bit integer values as (as a __m128i value) at the address p. https://msdn.microsoft.com/en-us/library/vstudio/edk11s13(v=vs.100).aspx
Common_3/Utilities/ThirdParty/OpenSource/ModifiedSonyMath/neon/sse2neon.h:344
↓ 4 callersFunction_mm_sub_epi16
Common_3/Utilities/ThirdParty/OpenSource/ModifiedSonyMath/neon/sse2neon.h:1008
↓ 4 callersFunction_mm_sub_ss
Subtract the lower single-precision (32-bit) floating-point element in b from the lower single-precision (32-bit) floating-point element in a, store t
Common_3/Utilities/ThirdParty/OpenSource/ModifiedSonyMath/neon/sse2neon.h:997
↓ 4 callersFunction_mm_xor_pd
Compute the bitwise XOR of packed double-precision (64-bit) floating-point elements in a and b, and store the results in dst. https://software.intel.c
Common_3/Utilities/ThirdParty/OpenSource/ModifiedSonyMath/neon/sse2neon.h:1796
↓ 4 callersFunctionacquirePostCopyBarrierCmd
Common_3/Resources/ResourceLoader/ResourceLoader.cpp:924
↓ 4 callersFunctionaddGeometryBufferPart
Common_3/Resources/ResourceLoader/ResourceLoader.cpp:3467
↓ 4 callersFunctionaddMaterial
Common_3/Resources/ResourceLoader/ResourceLoader.cpp:2862
↓ 4 callersFunctionaddUniformGPURingBuffer
Common_3/Utilities/RingBuffer.h:106
↓ 4 callersFunctionall_false
Common_3/Utilities/ThirdParty/OpenSource/ModifiedSonyMath/sse/vector.hpp:2736
↓ 4 callersFunctionall_true
Common_3/Utilities/ThirdParty/OpenSource/ModifiedSonyMath/sse/vector.hpp:2732
↓ 4 callersFunctionallocateUploadMemory
Return a new staging buffer
Common_3/Resources/ResourceLoader/ResourceLoader.cpp:769
↓ 4 callersFunctionany
Common_3/Tools/ForgeShadingLanguage/includes/metal.h:547
↓ 4 callersFunctionarchiveKeySlotIndex
Common_3/Utilities/FileSystem/FileSystem.c:740
↓ 4 callersFunctionarray_begin
Common_3/Resources/AnimationSystem/ThirdParty/OpenSource/ozz-animation/include/ozz/base/containers/vector.h:39
↓ 4 callersFunctionarray_end
Common_3/Resources/AnimationSystem/ThirdParty/OpenSource/ozz-animation/include/ozz/base/containers/vector.h:47
↓ 4 callersFunctionblock
Common_3/Game/ThirdParty/OpenSource/lua-5.3.5/src/lparser.c:1093
↓ 4 callersFunctionblock_follow
** check whether current token is in the follow set of a block. ** 'until' closes syntactical blocks, but do not close scope, ** so it is handled in s
Common_3/Game/ThirdParty/OpenSource/lua-5.3.5/src/lparser.c:587
↓ 4 callersFunctionbsplitcb
int bsplitcb (const bstring* str, unsigned char splitChar, int pos, * int (* cb) (void * parm, int ofs, int len), void * parm) * *
Common_3/Utilities/ThirdParty/OpenSource/bstrlib/bstrlib.c:2474
↓ 4 callersFunctionbstrIntersectsVaList
Common_3/Utilities/ThirdParty/OpenSource/bstrlib/bstrlib.c:2797
↓ 4 callersFunctionbunyArFormatName
Common_3/Utilities/FileSystem/FileSystem.c:930
↓ 4 callersFunctionbunyArLibMergePath
Common_3/Tools/BunyArchive/Buny.c:118
↓ 4 callersFunctionbunyArReadLocation
Common_3/Utilities/FileSystem/FileSystem.c:1062
↓ 4 callersFunctioncalculateAABBSize
Examples_3/Visibility_Buffer/src/SanMiguelSDF.cpp:89
← previousnext →1,701–1,800 of 12,747, ranked by callers