MCPcopy Create free account

hub / github.com/GPUOpen-LibrariesAndSDKs/Cauldron / functions

Functions4,018 in github.com/GPUOpen-LibrariesAndSDKs/Cauldron

↓ 3 callersFunctioncbegin
! @brief returns a const iterator to the first element Returns a const iterator to the first element. @image html range-begin-end.svg "I
libs/json/json.h:18714
↓ 3 callersFunctionffxPackBytesX0Y2Y1Y0
Packs the bytes from the X and Y components of a FfxUInt32x2 into a single 32-bit integer. The resulting integer will contain bytes in the following
src/common/FidelityFX/include/gpu/ffx_core_gpu_common_half.h:954
↓ 3 callersFunctionffxPackBytesX2Y2Y1Y0
Packs the bytes from the X and Y components of a FfxUInt32x2 into a single 32-bit integer. The resulting integer will contain bytes in the following
src/common/FidelityFX/include/gpu/ffx_core_gpu_common_half.h:970
↓ 3 callersFunctionffxPackBytesY3X0Y1Y0
Packs the bytes from the X and Y components of a FfxUInt32x2 into a single 32-bit integer. The resulting integer will contain bytes in the following
src/common/FidelityFX/include/gpu/ffx_core_gpu_common_half.h:922
↓ 3 callersFunctionffxPackBytesY3X2Y1Y0
Packs the bytes from the X and Y components of a FfxUInt32x2 into a single 32-bit integer. The resulting integer will contain bytes in the following
src/common/FidelityFX/include/gpu/ffx_core_gpu_common_half.h:938
↓ 3 callersFunctionffxPackBytesY3Y2X0Y0
Packs the bytes from the X and Y components of a FfxUInt32x2 into a single 32-bit integer. The resulting integer will contain bytes in the following
src/common/FidelityFX/include/gpu/ffx_core_gpu_common_half.h:890
↓ 3 callersFunctionffxPackBytesY3Y2X2Y0
Packs the bytes from the X and Y components of a FfxUInt32x2 into a single 32-bit integer. The resulting integer will contain bytes in the following
src/common/FidelityFX/include/gpu/ffx_core_gpu_common_half.h:906
↓ 3 callersFunctionffxPackBytesY3Y2Y1X0
Packs the bytes from the X and Y components of a FfxUInt32x2 into a single 32-bit integer. The resulting integer will contain bytes in the following
src/common/FidelityFX/include/gpu/ffx_core_gpu_common_half.h:858
↓ 3 callersFunctionffxPackBytesY3Y2Y1X2
Packs the bytes from the X and Y components of a FfxUInt32x2 into a single 32-bit integer. The resulting integer will contain bytes in the following
src/common/FidelityFX/include/gpu/ffx_core_gpu_common_half.h:874
↓ 3 callersFunctionffxPackBytesZeroY0ZeroX0
Packs the bytes from the X and Y components of a FfxUInt32x2 into a single 32-bit integer. The resulting integer will contain bytes in the following
src/common/FidelityFX/include/gpu/ffx_core_gpu_common_half.h:794
↓ 3 callersFunctionffxPackBytesZeroY1ZeroX1
Packs the bytes from the X and Y components of a FfxUInt32x2 into a single 32-bit integer. The resulting integer will contain bytes in the following
src/common/FidelityFX/include/gpu/ffx_core_gpu_common_half.h:810
↓ 3 callersFunctionffxPackBytesZeroY2ZeroX2
Packs the bytes from the X and Y components of a FfxUInt32x2 into a single 32-bit integer. The resulting integer will contain bytes in the following
src/common/FidelityFX/include/gpu/ffx_core_gpu_common_half.h:826
↓ 3 callersFunctionffxPackBytesZeroY3ZeroX3
Packs the bytes from the X and Y components of a FfxUInt32x2 into a single 32-bit integer. The resulting integer will contain bytes in the following
src/common/FidelityFX/include/gpu/ffx_core_gpu_common_half.h:842
↓ 3 callersFunctionffxParabolicSin
An approximation of sine. Valid input range is {-1 to 1} representing {0 to 2 pi}, and the output range is {-1/4 to 1/4} representing {-1 to 1}. @pa
src/common/FidelityFX/include/gpu/ffx_core_gpu_common.h:1721
↓ 3 callersFunctionffxParabolicSinHalf
An approximation of sine. Valid input range is {-1 to 1} representing {0 to 2 pi}, and the output range is {-1/4 to 1/4} representing {-1 to 1}. @pa
src/common/FidelityFX/include/gpu/ffx_core_gpu_common_half.h:1761
↓ 3 callersFunctiongetPointShade
src/VK/shaders/GLTFPBRLighting.h:140
↓ 3 callersFunctioninsert
! @brief inserts element Inserts element @a val before iterator @a pos. @param[in] pos iterator before which the content will be inserte
libs/json/json.h:19717
↓ 3 callersFunctionis_number_float
! @brief return whether value is a floating-point number This function returns true if and only if the JSON value is a floating-point num
libs/json/json.h:16828
↓ 3 callersFunctionis_number_integer
! @brief return whether value is an integer number This function returns true if and only if the JSON value is a signed or unsigned integ
libs/json/json.h:16772
↓ 3 callersMethodmoved_or_copied
libs/json/json.h:11132
↓ 3 callersFunctionnormalize
libs/vectormath/sse/vector.hpp:488
↓ 3 callersFunctionnormalize
libs/vectormath/scalar/vector.hpp:364
↓ 3 callersFunctionopAMulF3
src/common/FidelityFX/include/gpu/ffx_core_cpu.h:205
↓ 3 callersMethodparse
! @brief public parser interface @param[in] strict whether to expect the last token to be EOF @param[in,out] result parsed JSON val
libs/json/json.h:8733
↓ 3 callersMethodset_end
! @brief set the iterator past the last value @pre The iterator is initialized; i.e. `m_object != nullptr`. */
libs/json/json.h:9515
↓ 3 callersFunctionslerp
libs/vectormath/sse/quaternion.hpp:101
↓ 3 callersFunctionslerp
libs/vectormath/scalar/quaternion.hpp:90
↓ 3 callersFunctionsseACosf
libs/vectormath/sse/internal.hpp:174
↓ 3 callersFunctionsseNewtonrapsonRSqrtf
libs/vectormath/sse/internal.hpp:165
↓ 3 callersFunctionsseSinf
libs/vectormath/sse/internal.hpp:206
↓ 3 callersFunctionstb__lit
libs/imgui/imgui_draw.cpp:2711
↓ 3 callersFunctionstb_text_createundo
libs/imgui/stb_textedit.h:1154
↓ 3 callersFunctionstb_textedit_move_to_last
move cursor to last character of selection
libs/imgui/stb_textedit.h:627
↓ 3 callersFunctionstbi__addsizes_valid
return 1 if the sum is valid, 0 on overflow. negative terms are considered invalid.
libs/stb/stb_image.h:931
↓ 3 callersFunctionstbi__decode_jpeg_header
libs/stb/stb_image.h:3240
↓ 3 callersFunctionstbi__free_jpeg_components
libs/stb/stb_image.h:3126
↓ 3 callersFunctionstbi__hdr_convert
libs/stb/stb_image.h:6830
↓ 3 callersFunctionstbi__info_main
libs/stb/stb_image.h:7303
↓ 3 callersFunctionstbi__is_16_main
libs/stb/stb_image.h:7345
↓ 3 callersFunctionstbi__load_and_postprocess_16bit
libs/stb/stb_image.h:1190
↓ 3 callersFunctionstbi__loadf_main
libs/stb/stb_image.h:1362
↓ 3 callersFunctionstbi__pic_is4
libs/stb/stb_image.h:6070
↓ 3 callersFunctionstbi__pnm_getinteger
libs/stb/stb_image.h:7252
↓ 3 callersFunctionstbi__pnm_skip_whitespace
libs/stb/stb_image.h:7233
↓ 3 callersFunctionstbi__zexpand
libs/stb/stb_image.h:4093
↓ 3 callersFunctionstbi__zhuffman_decode
libs/stb/stb_image.h:4079
↓ 3 callersFunctionstbiw__encode_png_line
@OPTIMIZE: provide an option that always forces left-predict or paeth predict
libs/stb/stb_image_write.h:1038
↓ 3 callersFunctionstbiw__paeth
libs/stb/stb_image_write.h:1029
↓ 3 callersFunctionstbiw__wpcrc
libs/stb/stb_image_write.h:1023
↓ 3 callersFunctionstbiw__write3
libs/stb/stb_image_write.h:388
↓ 3 callersFunctionstbiw__write_pixel
libs/stb/stb_image_write.h:395
↓ 3 callersFunctionstbrp_pack_rects
libs/imgui/stb_truetype.h:3377
↓ 3 callersFunctionstbtt_GetGlyphHMetrics
libs/imgui/stb_truetype.h:2160
↓ 3 callersFunctionstbtt_MakeGlyphBitmapSubpixel
libs/imgui/stb_truetype.h:3212
↓ 3 callersFunctionstbtt_PackSetOversampling
libs/imgui/stb_truetype.h:3443
↓ 3 callersFunctionstbtt__GetGlyfOffset
libs/imgui/stb_truetype.h:1453
↓ 3 callersFunctionstbtt__buf_get
libs/imgui/stb_truetype.h:1027
↓ 3 callersFunctionstbtt__cff_int
libs/imgui/stb_truetype.h:1073
↓ 3 callersFunctionstbtt__csctx_rmove_to
libs/imgui/stb_truetype.h:1795
↓ 3 callersFunctionstbtt__isfont
libs/imgui/stb_truetype.h:1163
↓ 3 callersFunctionstbtt__run_charstring
libs/imgui/stb_truetype.h:1863
↓ 3 callersFunctionstbtt__track_vertex
libs/imgui/stb_truetype.h:1764
↓ 3 callersFunctiontoPoint3
Shorthand to discard the last element of a Vector4 and get a Point3.
libs/vectormath/common.hpp:37
↓ 3 callersFunctionvmaCreateBuffer
libs/VulkanMemoryAllocator/vk_mem_alloc.h:18790
↓ 3 callersFunctionvmaCreateImage
libs/VulkanMemoryAllocator/vk_mem_alloc.h:18930
↓ 3 callersFunctionvmaUnmapMemory
libs/VulkanMemoryAllocator/vk_mem_alloc.h:18456
↓ 3 callersFunctionvma_delete_array
libs/VulkanMemoryAllocator/vk_mem_alloc.h:4712
↓ 2 callersFunctionAShrSU1
src/common/FidelityFX/include/gpu/ffx_core_cpu.h:120
↓ 2 callersMethodAddAll
libs/VulkanMemoryAllocator/vk_mem_alloc.h:7242
↓ 2 callersMethodAddBarrier
src/DX12/base/UploadHeap.cpp:164
↓ 2 callersMethodAddCopy
src/DX12/base/UploadHeap.cpp:158
↓ 2 callersFunctionAddDrawListToRenderList
libs/imgui/imgui.cpp:2821
↓ 2 callersMethodAddFontDefault
Load embedded ProggyClean.ttf at size 13, disable oversampling
libs/imgui/imgui_draw.cpp:1499
↓ 2 callersMethodAddGlyph
libs/imgui/imgui_draw.cpp:2188
↓ 2 callersMethodAddStats
libs/VulkanMemoryAllocator/vk_mem_alloc.h:13753
↓ 2 callersMethodAddTriangle
libs/imgui/imgui_draw.cpp:1036
↓ 2 callersFunctionAddWindowSettings
libs/imgui/imgui.cpp:2664
↓ 2 callersMethodBack
libs/VulkanMemoryAllocator/vk_mem_alloc.h:5379
↓ 2 callersFunctionBeginChildEx
libs/imgui/imgui.cpp:3961
↓ 2 callersMethodBeginSuballocate
src/DX12/base/UploadHeap.cpp:113
↓ 2 callersMethodCacheMiss
src/common/Misc/AsyncCache.h:61
↓ 2 callersMethodCalcAllocationCount
libs/VulkanMemoryAllocator/vk_mem_alloc.h:13684
↓ 2 callersFunctionCalcFontSize
libs/imgui/imgui_internal.h:835
↓ 2 callersFunctionCalcMaxPopupHeightFromItemCount
libs/imgui/imgui.cpp:9157
↓ 2 callersFunctionCalcResizePosSizeFromAnyCorner
libs/imgui/imgui.cpp:4296
↓ 2 callersFunctionCalcSizeAutoFit
libs/imgui/imgui.cpp:4235
↓ 2 callersFunctionCalcSizeContents
libs/imgui/imgui.cpp:4227
↓ 2 callersFunctionCalculateRGBToXYZMatrix
src/common/Misc/ColorConversion.cpp:70
↓ 2 callersFunctionCameraFrustumToBoxCollision
Frustum culls an AABB. The culling is done in clip space.
src/common/Misc/Misc.cpp:265
↓ 2 callersMethodChangeOffset
libs/VulkanMemoryAllocator/vk_mem_alloc.h:8443
↓ 2 callersMethodChannelsSetCurrent
libs/imgui/imgui_draw.cpp:525
↓ 2 callersFunctionCheckIfWindowModeHdrOn
src/DX12/base/FreesyncHDR.cpp:407
↓ 2 callersFunctionCheckIfWindowModeHdrOn
src/VK/base/FreeSyncHDR.cpp:411
↓ 2 callersFunctionCheckStacksSize
Save and compare stack sizes on Begin()/End() to detect usage errors
libs/imgui/imgui.cpp:4053
↓ 2 callersFunctionCloseInactivePopups
libs/imgui/imgui.cpp:3751
↓ 2 callersFunctionCommandListCast
libs/d3d12x/d3dx12.h:2018
↓ 2 callersMethodCommitDefragmentations
libs/VulkanMemoryAllocator/vk_mem_alloc.h:13666
↓ 2 callersMethodCopyPixels
src/common/Misc/DDSLoader.cpp:189
↓ 2 callersMethodCreateBlobWithEncodingFromPinned
libs/DXC/inc/dxcapi.h:233
↓ 2 callersMethodCreateCubeSRV
src/DX12/base/Texture.cpp:401
← previousnext →601–700 of 4,018, ranked by callers