MCPcopy Create free account

hub / github.com/SaschaWillems/Vulkan-glTF-PBR / functions

Functions2,896 in github.com/SaschaWillems/Vulkan-glTF-PBR

↓ 1 callersFunctionSerializeGltfScene
external/tinygltf/tiny_gltf.h:7392
↓ 1 callersFunctionSerializeGltfSkin
external/tinygltf/tiny_gltf.h:7404
↓ 1 callersFunctionSerializeGltfTexture
external/tinygltf/tiny_gltf.h:7421
↓ 1 callersFunctionSerializeNumberArrayProperty
external/tinygltf/tiny_gltf.h:6524
↓ 1 callersFunctionSerializeSpotLight
external/tinygltf/tiny_gltf.h:7257
↓ 1 callersMethodSetBool
external/imgui/imgui.cpp:1803
↓ 1 callersMethodSetImageLoader
external/tinygltf/tiny_gltf.h:2356
↓ 1 callersMethodSetVoidPtr
external/imgui/imgui.cpp:1819
↓ 1 callersFunctionSetupDrawData
external/imgui/imgui.cpp:3428
↓ 1 callersFunctionShowExampleAppAutoResize
Demonstrate creating a window which gets auto-resized according to its content.
external/imgui/imgui_demo.cpp:3337
↓ 1 callersFunctionShowExampleAppConsole
external/imgui/imgui_demo.cpp:3057
↓ 1 callersFunctionShowExampleAppConstrainedResize
Demonstrate creating a window with custom resize constraints.
external/imgui/imgui_demo.cpp:3358
↓ 1 callersFunctionShowExampleAppCustomRendering
Demonstrate using the low-level ImDrawList to draw custom shapes.
external/imgui/imgui_demo.cpp:3476
↓ 1 callersFunctionShowExampleAppLayout
Demonstrate create a window with multiple child windows.
external/imgui/imgui_demo.cpp:3158
↓ 1 callersFunctionShowExampleAppLog
Demonstrate creating a simple log window with basic filtering.
external/imgui/imgui_demo.cpp:3136
↓ 1 callersFunctionShowExampleAppLongText
Demonstrate/test rendering huge amount of text, and the incidence of clipping.
external/imgui/imgui_demo.cpp:3279
↓ 1 callersFunctionShowExampleAppMainMenuBar
Demonstrate creating a fullscreen menu bar and populating it.
external/imgui/imgui_demo.cpp:2662
↓ 1 callersFunctionShowExampleAppPropertyEditor
Demonstrate create a simple property editor.
external/imgui/imgui_demo.cpp:3206
↓ 1 callersFunctionShowExampleAppSimpleOverlay
Demonstrate creating a simple static window with no decoration + a context-menu to choose which corner of the screen to use.
external/imgui/imgui_demo.cpp:3409
↓ 1 callersFunctionShowExampleAppWindowTitles
Demonstrate using "##" and "###" in identifiers to manipulate ID generation. This apply to all regular items as well. Read FAQ section "How can I have
external/imgui/imgui_demo.cpp:3446
↓ 1 callersMethodUpdate
external/imgui/imgui_widgets.cpp:5390
↓ 1 callersFunctionWcharToUTF8
external/tinygltf/tiny_gltf.h:2579
↓ 1 callersFunctionWriteBinaryGltfFile
external/tinygltf/tiny_gltf.h:7745
↓ 1 callersFunctionWriteGltfFile
external/tinygltf/tiny_gltf.h:7661
↓ 1 callersFunctionXXH32_createState
external/basisu/zstd/zstddeclib.c:6825
↓ 1 callersFunctionXXH32_digest
external/basisu/zstd/zstddeclib.c:6980
↓ 1 callersFunctionXXH32_freeState
external/basisu/zstd/zstddeclib.c:6829
↓ 1 callersFunctionXXH32_reset
external/basisu/zstd/zstddeclib.c:6848
↓ 1 callersFunctionXXH64
external/basisu/zstd/zstddeclib.c:6794
↓ 1 callersFunctionXXH64_createState
external/basisu/zstd/zstddeclib.c:6835
↓ 1 callersFunctionXXH64_freeState
external/basisu/zstd/zstddeclib.c:6839
↓ 1 callersFunctionXXH_readBE32
external/basisu/zstd/zstddeclib.c:6551
↓ 1 callersFunctionXXH_readBE64
external/basisu/zstd/zstddeclib.c:6569
↓ 1 callersFunctionXXH_readLE32_align
external/basisu/zstd/zstddeclib.c:6538
↓ 1 callersFunctionXXH_readLE64_align
external/basisu/zstd/zstddeclib.c:6556
↓ 1 callersFunctionZSTD_DCtx_isOverflow
external/basisu/zstd/zstddeclib.c:13120
↓ 1 callersFunctionZSTD_DCtx_isOversizedTooLong
external/basisu/zstd/zstddeclib.c:13133
↓ 1 callersFunctionZSTD_DCtx_loadDictionary
external/basisu/zstd/zstddeclib.c:12864
↓ 1 callersFunctionZSTD_DCtx_refDDict
external/basisu/zstd/zstddeclib.c:12920
↓ 1 callersFunctionZSTD_DCtx_refPrefix_advanced
external/basisu/zstd/zstddeclib.c:12869
↓ 1 callersFunctionZSTD_DCtx_setParameter
external/basisu/zstd/zstddeclib.c:13031
↓ 1 callersFunctionZSTD_DCtx_updateOversizedDuration
external/basisu/zstd/zstddeclib.c:13125
↓ 1 callersFunctionZSTD_DDictHashSet_addDDict
Public function: Adds a DDict into the ZSTD_DDictHashSet, possibly triggering a resize of the hash set. * Returns 0 on success, or a ZSTD error. */
external/basisu/zstd/zstddeclib.c:11528
↓ 1 callersFunctionZSTD_DDictHashSet_expand
Expands hash table by factor of DDICT_HASHSET_RESIZE_FACTOR and * rehashes all values, allocates new table, frees old table. * Returns 0 on success,
external/basisu/zstd/zstddeclib.c:11453
↓ 1 callersFunctionZSTD_DDictHashSet_getDDict
Fetches a DDict with the given dictID * Returns the ZSTD_DDict* with the requested dictID. If it doesn't exist, then returns NULL. */
external/basisu/zstd/zstddeclib.c:11478
↓ 1 callersFunctionZSTD_buildFSETable_body_bmi2
external/basisu/zstd/zstddeclib.c:13990
↓ 1 callersFunctionZSTD_buildFSETable_body_default
Avoids the FORCE_INLINE of the _body() function. */
external/basisu/zstd/zstddeclib.c:13980
↓ 1 callersFunctionZSTD_buildSeqTable_rle
external/basisu/zstd/zstddeclib.c:13838
↓ 1 callersFunctionZSTD_checkOutBuffer
Checks that the output buffer hasn't changed if ZSTD_obm_stable is used. */
external/basisu/zstd/zstddeclib.c:13139
↓ 1 callersFunctionZSTD_copy4
_******************************************************* * Memory operations **********************************************************/
external/basisu/zstd/zstddeclib.c:13539
↓ 1 callersFunctionZSTD_copy8
-******************************************* * Shared functions to include for inlining *********************************************/
external/basisu/zstd/zstddeclib.c:7374
↓ 1 callersFunctionZSTD_copyDDictParameters
external/basisu/zstd/zstddeclib.c:11071
↓ 1 callersFunctionZSTD_createDCtx
external/basisu/zstd/zstddeclib.c:11618
↓ 1 callersFunctionZSTD_createDDictHashSet
Allocates space for and returns a ddict hash set * The hash set's ZSTD_DDict* table has all values automatically set to NULL to begin with. * Return
external/basisu/zstd/zstddeclib.c:11500
↓ 1 callersFunctionZSTD_createDStream
external/basisu/zstd/zstddeclib.c:12816
↓ 1 callersFunctionZSTD_createDStream_advanced
external/basisu/zstd/zstddeclib.c:12827
↓ 1 callersFunctionZSTD_decodeLiteralsBlock
! ZSTD_decodeLiteralsBlock() : * @return : nb of bytes read from src (< srcSize ) * note : symbol not declared but exposed for fullbench */
external/basisu/zstd/zstddeclib.c:13571
↓ 1 callersFunctionZSTD_decodeSeqHeaders
external/basisu/zstd/zstddeclib.c:14069
↓ 1 callersFunctionZSTD_decompress
external/basisu/zstd/zstddeclib.c:12353
↓ 1 callersFunctionZSTD_decompressBegin_usingDict
external/basisu/zstd/zstddeclib.c:12732
↓ 1 callersFunctionZSTD_decompressFrame
! ZSTD_decompressFrame() : * @dctx must be properly initialized * will update *srcPtr and *srcSizePtr, * to make *srcPtr progress by one frame. *
external/basisu/zstd/zstddeclib.c:12142
↓ 1 callersFunctionZSTD_decompressLegacy
external/basisu/zstd/zstddeclib.c:10746
↓ 1 callersFunctionZSTD_decompressSequences
external/basisu/zstd/zstddeclib.c:14870
↓ 1 callersFunctionZSTD_decompressSequencesLong
ZSTD_decompressSequencesLong() : * decompression function triggered when a minimum share of offsets is considered "long", * aka out of cache. * not
external/basisu/zstd/zstddeclib.c:14893
↓ 1 callersFunctionZSTD_decompressSequencesLong_bmi2
external/basisu/zstd/zstddeclib.c:14849
↓ 1 callersFunctionZSTD_decompressSequencesLong_default
external/basisu/zstd/zstddeclib.c:14820
↓ 1 callersFunctionZSTD_decompressSequences_bmi2
external/basisu/zstd/zstddeclib.c:14836
↓ 1 callersFunctionZSTD_decompressSequences_default
external/basisu/zstd/zstddeclib.c:14715
↓ 1 callersFunctionZSTD_decompressStream
external/basisu/zstd/zstddeclib.c:13190
↓ 1 callersFunctionZSTD_decompress_insertDictionary
external/basisu/zstd/zstddeclib.c:12684
↓ 1 callersFunctionZSTD_dictionaryIsActive
external/basisu/zstd/zstddeclib.c:14547
↓ 1 callersFunctionZSTD_estimateDCtxSize
external/basisu/zstd/zstddeclib.c:11548
↓ 1 callersFunctionZSTD_estimateDStreamSize
external/basisu/zstd/zstddeclib.c:13097
↓ 1 callersFunctionZSTD_execSequenceEnd
ZSTD_execSequenceEnd(): * This version handles cases that are near the end of the output buffer. It requires * more careful checks to make sure ther
external/basisu/zstd/zstddeclib.c:14256
↓ 1 callersFunctionZSTD_findFrameCompressedSizeLegacy
external/basisu/zstd/zstddeclib.c:10873
↓ 1 callersFunctionZSTD_freeDDictHashSet
Frees the table of ZSTD_DDict* within a hashset, then frees the hashset itself. * Note: The ZSTD_DDict* within the table are NOT freed. */
external/basisu/zstd/zstddeclib.c:11515
↓ 1 callersFunctionZSTD_getDecompressedSize_legacy
external/basisu/zstd/zstddeclib.c:10714
↓ 1 callersFunctionZSTD_getDictID_fromDict
! ZSTD_getDictID_fromDict() : * Provides the dictID stored within dictionary. * if @return == 0, the dictionary is not conformant with Zstandard s
external/basisu/zstd/zstddeclib.c:12768
↓ 1 callersFunctionZSTD_getErrorCode
! ZSTD_getError() : * convert a `size_t` function result into a proper ZSTD_errorCode enum */
external/basisu/zstd/zstddeclib.c:7635
↓ 1 callersFunctionZSTD_getLongOffsetsShare
ZSTD_getLongOffsetsShare() : * condition : offTable must be valid * @return : "share" of long offsets (arbitrarily defined as > (1<<23)) *
external/basisu/zstd/zstddeclib.c:14918
↓ 1 callersFunctionZSTD_highbit32
external/basisu/zstd/zstddeclib.c:7549
↓ 1 callersFunctionZSTD_initDStream_usingDDict
ZSTD_initDStream_usingDDict() : * ddict will just be referenced, and must outlive decompression session * this function cannot fail */
external/basisu/zstd/zstddeclib.c:12903
↓ 1 callersFunctionZSTD_initLegacyStream
external/basisu/zstd/zstddeclib.c:10905
↓ 1 callersFunctionZSTD_initStaticDCtx
external/basisu/zstd/zstddeclib.c:11593
↓ 1 callersFunctionZSTD_loadEntropy_intoDDict
external/basisu/zstd/zstddeclib.c:11102
↓ 1 callersFunctionZSTD_sizeof_DCtx
-************************************************************* * Context management ***************************************************************/
external/basisu/zstd/zstddeclib.c:11540
↓ 1 callersFunctionZSTD_sizeof_DDict
external/basisu/zstd/zstddeclib.c:11243
↓ 1 callersMethodacquireNextImage
* Acquires the next image in the swap chain * * @param presentCompleteSemaphore (Optional) Semaphore that is signaled when the image is ready for us
base/VulkanSwapChain.hpp:429
↓ 1 callersMethodadd
external/basisu/transcoder/basisu_transcoder_internal.h:603
↓ 1 callersFunctionappend_exponent
external/tinygltf/json.hpp:16242
↓ 1 callersMethodappendfv
Helper: Text buffer for logging/accumulating text
external/imgui/imgui.cpp:1955
↓ 1 callersFunctionapply_etc1_bias
external/basisu/transcoder/basisu_transcoder.cpp:13402
↓ 1 callersFunctionastc_encode_quints
Encodes 3 values to output, usable for any range that uses quints and bits
external/basisu/transcoder/basisu_transcoder.cpp:11813
↓ 1 callersFunctionastc_hash52
external/basisu/transcoder/basisu_transcoder.cpp:11731
↓ 1 callersFunctionastc_is_valid_endpoint_range
external/basisu/transcoder/basisu_transcoder.cpp:11360
↓ 1 callersFunctionastc_pack_bise
Packs values using ASTC's BISE to output buffer.
external/basisu/transcoder/basisu_transcoder.cpp:11840
↓ 1 callersFunctionastc_pack_block_cem_12_weight_range0
CEM mode 12 (LDR RGBA Direct), 8-bit endpoints, 1-bit weights This ASTC mode is basically block truncation coding (BTC) using 1-bit weights and 8-bit/
external/basisu/transcoder/basisu_transcoder.cpp:5172
↓ 1 callersFunctionastc_pack_block_cem_12_weight_range2
Packs a single format ASTC block using Color Endpoint Mode 12 (LDR RGBA direct), endpoint BISE range 13, 2-bit weights (range 2). We're always going t
external/basisu/transcoder/basisu_transcoder.cpp:5143
↓ 1 callersFunctionastc_pack_block_cem_4_weight_range2
CEM mode 4 (LDR Luminance+Alpha Direct), 8-bit endpoints, 2 bit weights
external/basisu/transcoder/basisu_transcoder.cpp:5200
↓ 1 callersFunctionastc_pack_block_cem_8_weight_range2
CEM mode 8 (LDR RGB Direct), 8-bit endpoints, 2 bit weights
external/basisu/transcoder/basisu_transcoder.cpp:5227
← previousnext →1,001–1,100 of 2,896, ranked by callers