MCPcopy Create free account

hub / github.com/TheRealMJP/SHforHLSL / functions

Functions4,802 in github.com/TheRealMJP/SHforHLSL

↓ 1 callersFunctionstbtt__get_subr
SHTest/SampleFramework12/v1.04/ImGui/imstb_truetype.h:1936
↓ 1 callersFunctionstbtt__matches
SHTest/SampleFramework12/v1.04/ImGui/imstb_truetype.h:4722
↓ 1 callersFunctionstbtt__rasterize
SHTest/SampleFramework12/v1.04/ImGui/imstb_truetype.h:3330
↓ 1 callersFunctionstbtt__rasterize_sorted_edges
SHTest/SampleFramework12/v1.04/ImGui/imstb_truetype.h:2832
↓ 1 callersFunctionstbtt__ray_intersect_bezier
SHTest/SampleFramework12/v1.04/ImGui/imstb_truetype.h:4228
↓ 1 callersFunctionstbtt__solve_cubic
x^3 + c*x^2 + b*x + a = 0
SHTest/SampleFramework12/v1.04/ImGui/imstb_truetype.h:4375
↓ 1 callersFunctionstbtt__sort_edges
SHTest/SampleFramework12/v1.04/ImGui/imstb_truetype.h:3319
↓ 1 callersFunctionstbtt__sort_edges_ins_sort
SHTest/SampleFramework12/v1.04/ImGui/imstb_truetype.h:3239
↓ 1 callersFunctionstbtt__sort_edges_quicksort
SHTest/SampleFramework12/v1.04/ImGui/imstb_truetype.h:3257
↓ 1 callersFunctionstbtt__tesselate_cubic
SHTest/SampleFramework12/v1.04/ImGui/imstb_truetype.h:3415
↓ 1 callersFunctionstbtt__tesselate_curve
tessellate until threshold p is happy... @TODO warped to compensate for non-linear stretching
SHTest/SampleFramework12/v1.04/ImGui/imstb_truetype.h:3395
↓ 1 callersFunctionstringstream_parser
SHTest/Externals/cxxopts/include/cxxopts.hpp:638
↓ 1 callersFunctionstrtoul16
------------------------------------------------------------------------------------ Convert a string in hex format to a number ----------------------
SHTest/Externals/Assimp-5.2.4/include/assimp/fast_atof.h:106
↓ 1 callersFunctionstrtoul8
------------------------------------------------------------------------------------ Convert a string in octal format to a number --------------------
SHTest/Externals/Assimp-5.2.4/include/assimp/fast_atof.h:86
↓ 1 callersFunctiontdefl_calculate_minimum_redundancy
tdefl_calculate_minimum_redundancy() originally written by: Alistair Moffat, alistair@cs.mu.oz.au, Jyrki Katajainen, jyrki@diku.dk, November 1996.
SHTest/SampleFramework12/v1.04/TinyEXR.cpp:2702
↓ 1 callersFunctiontdefl_compress_fast
SHTest/SampleFramework12/v1.04/TinyEXR.cpp:3384
↓ 1 callersFunctiontdefl_compress_lz_codes
SHTest/SampleFramework12/v1.04/TinyEXR.cpp:2995
↓ 1 callersFunctiontdefl_compress_normal
SHTest/SampleFramework12/v1.04/TinyEXR.cpp:3607
↓ 1 callersFunctiontdefl_find_match
SHTest/SampleFramework12/v1.04/TinyEXR.cpp:3275
↓ 1 callersFunctiontdefl_get_adler32
SHTest/SampleFramework12/v1.04/TinyEXR.cpp:3891
↓ 1 callersFunctiontdefl_huffman_enforce_max_code_size
SHTest/SampleFramework12/v1.04/TinyEXR.cpp:2749
↓ 1 callersFunctiontdefl_radix_sort_syms
SHTest/SampleFramework12/v1.04/TinyEXR.cpp:2668
↓ 1 callersFunctiontdefl_start_dynamic_block
SHTest/SampleFramework12/v1.04/TinyEXR.cpp:2883
↓ 1 callersFunctiontdefl_start_static_block
SHTest/SampleFramework12/v1.04/TinyEXR.cpp:2968
↓ 1 callersFunctiontdefl_write_image_to_png_file_in_memory_ex
Simple PNG writer function by Alex Evans, 2011. Released into the public domain: https://gist.github.com/908299, more context at http://altdevblogaday
SHTest/SampleFramework12/v1.04/TinyEXR.cpp:4014
↓ 1 callersFunctiontoUTF8String
SHTest/Externals/cxxopts/include/cxxopts.hpp:172
↓ 1 callersFunctiontranspose8
SHTest/Externals/meshoptimizer/vertexcodec.cpp:855
↓ 1 callersFunctionvdivq_f32
SHTest/Externals/meshoptimizer/vertexfilter.cpp:398
↓ 1 callersFunctionvsqrtq_f32
SHTest/Externals/meshoptimizer/vertexfilter.cpp:391
↓ 1 callersFunctionzigzag8
SHTest/Externals/meshoptimizer/vertexcodec.cpp:128
MethodASCb
SHTest/Externals/DXSDK/Include/d3dx12/d3dx12_pipeline_state_stream.h:943
MethodASCb
SHTest/Externals/DXSDK/Include/d3dx12/d3dx12_pipeline_state_stream.h:1004
MethodASCb
SHTest/Externals/DXSDK/Include/d3dx12/d3dx12_pipeline_state_stream.h:1071
MethodASCb
SHTest/Externals/DXSDK/Include/d3dx12/d3dx12_pipeline_state_stream.h:1146
MethodASCb
SHTest/Externals/DXSDK_Preview/Include/d3dx12/d3dx12_pipeline_state_stream.h:943
MethodASCb
SHTest/Externals/DXSDK_Preview/Include/d3dx12/d3dx12_pipeline_state_stream.h:1004
MethodASCb
SHTest/Externals/DXSDK_Preview/Include/d3dx12/d3dx12_pipeline_state_stream.h:1071
MethodASCb
SHTest/Externals/DXSDK_Preview/Include/d3dx12/d3dx12_pipeline_state_stream.h:1146
FunctionASSIMP_itoa10
------------------------------------------------------------------------------- @brief itoa with a fixed base 10 * 'itoa' is not consistently availab
SHTest/Externals/Assimp-5.2.4/include/assimp/StringComparison.h:81
FunctionASSIMP_stricmp
------------------------------------------------------------------------------- @brief Helper function to do platform independent string comparison.
SHTest/Externals/Assimp-5.2.4/include/assimp/StringComparison.h:139
MethodAcceptDragDropPayload
SHTest/SampleFramework12/v1.04/ImGui/imgui.cpp:9355
MethodActivateItem
SHTest/SampleFramework12/v1.04/ImGui/imgui.cpp:6562
MethodAdd
SHTest/SampleFramework12/v1.04/Graphics/DX12_Helpers.h:129
MethodAdd
SHTest/Externals/Assimp-5.2.4/include/assimp/metadata.h:309
MethodAddArguments
SHTest/Externals/DXCompiler/Include/dxcapi.h:284
MethodAddArgumentsUTF8
SHTest/Externals/DXCompiler/Include/dxcapi.h:292
MethodAddCallback
SHTest/SampleFramework12/v1.04/ImGui/imgui_draw.cpp:450
MethodAddChar
Set bit n in the array
SHTest/SampleFramework12/v1.04/ImGui/imgui.h:2195
MethodAddConvexPolyFilled
We intentionally avoid using ImVec2 and its math operators here to reduce cost to a minimum for debug/non-inlined builds.
SHTest/SampleFramework12/v1.04/ImGui/imgui_draw.cpp:853
MethodAddCustomRectFontGlyph
SHTest/SampleFramework12/v1.04/ImGui/imgui_draw.cpp:1897
MethodAddDSVFormatSubObject
SHTest/SampleFramework12/v1.04/Graphics/DXRHelper.h:134
MethodAddEntrypoint
SHTest/Externals/DXSDK/Include/d3dx12/d3dx12_state_object.h:2115
MethodAddEntrypoint
SHTest/Externals/DXSDK_Preview/Include/d3dx12/d3dx12_state_object.h:2281
MethodAddExport
SHTest/Externals/DXSDK/Include/d3dx12/d3dx12_state_object.h:478
MethodAddExport
SHTest/Externals/DXSDK/Include/d3dx12/d3dx12_state_object.h:540
MethodAddExport
SHTest/Externals/DXSDK/Include/d3dx12/d3dx12_state_object.h:1680
MethodAddExport
SHTest/Externals/DXSDK_Preview/Include/d3dx12/d3dx12_state_object.h:483
MethodAddExport
SHTest/Externals/DXSDK_Preview/Include/d3dx12/d3dx12_state_object.h:545
MethodAddExport
SHTest/Externals/DXSDK_Preview/Include/d3dx12/d3dx12_state_object.h:1685
MethodAddExports
SHTest/Externals/DXSDK/Include/d3dx12/d3dx12_state_object.h:485
MethodAddExports
SHTest/Externals/DXSDK/Include/d3dx12/d3dx12_state_object.h:547
MethodAddExports
SHTest/Externals/DXSDK_Preview/Include/d3dx12/d3dx12_state_object.h:490
MethodAddExports
SHTest/Externals/DXSDK_Preview/Include/d3dx12/d3dx12_state_object.h:552
MethodAddFont
SHTest/SampleFramework12/v1.04/ImGui/imgui_draw.cpp:1760
MethodAddFontDefault
Load embedded ProggyClean.ttf at size 13, disable oversampling
SHTest/SampleFramework12/v1.04/ImGui/imgui_draw.cpp:1808
MethodAddFontFromFileTTF
SHTest/SampleFramework12/v1.04/ImGui/imgui_draw.cpp:1829
MethodAddFontFromMemoryCompressedBase85TTF
SHTest/SampleFramework12/v1.04/ImGui/imgui_draw.cpp:1876
MethodAddFontFromMemoryCompressedTTF
SHTest/SampleFramework12/v1.04/ImGui/imgui_draw.cpp:1864
MethodAddFontFromMemoryTTF
NB: Transfer ownership of 'ttf_data' to ImFontAtlas, unless font_cfg_template->FontDataOwnedByAtlas == false. Owned TTF buffer will be deleted after B
SHTest/SampleFramework12/v1.04/ImGui/imgui_draw.cpp:1851
MethodAddImageQuad
SHTest/SampleFramework12/v1.04/ImGui/imgui_draw.cpp:1296
MethodAddImageRounded
SHTest/SampleFramework12/v1.04/ImGui/imgui_draw.cpp:1312
MethodAddInputCharacterUTF16
UTF16 strings use surrogate pairs to encode codepoints >= 0x10000, so we should save the high surrogate.
SHTest/SampleFramework12/v1.04/ImGui/imgui.cpp:1049
MethodAddInputCharactersUTF8
SHTest/SampleFramework12/v1.04/ImGui/imgui.cpp:1076
MethodAddInputLayoutElementDesc
SHTest/Externals/DXSDK/Include/d3dx12/d3dx12_state_object.h:1164
MethodAddInputLayoutElementDesc
SHTest/Externals/DXSDK_Preview/Include/d3dx12/d3dx12_state_object.h:1169
MethodAddMultiple
SHTest/SampleFramework12/v1.04/Containers.h:411
MethodAddPart
SHTest/Externals/DXCompiler/Include/dxcapi.h:921
MethodAddQuad
SHTest/SampleFramework12/v1.04/ImGui/imgui_draw.cpp:1105
MethodAddQuadFilled
SHTest/SampleFramework12/v1.04/ImGui/imgui_draw.cpp:1117
MethodAddRanges
SHTest/SampleFramework12/v1.04/ImGui/imgui_draw.cpp:2620
MethodAddRemapChar
SHTest/SampleFramework12/v1.04/ImGui/imgui_draw.cpp:2792
MethodAddSampleMaskSubObject
SHTest/SampleFramework12/v1.04/Graphics/DXRHelper.h:99
MethodAddSubObject
SHTest/SampleFramework12/v1.04/Graphics/DXRHelper.h:29
MethodAddSubObject
SHTest/SampleFramework12/v1.04/Graphics/DXRHelper.cpp:33
MethodAddSubobject
SHTest/Externals/DXSDK/Include/d3dx12/d3dx12_state_object.h:1685
MethodAddSubobject
SHTest/Externals/DXSDK_Preview/Include/d3dx12/d3dx12_state_object.h:1690
MethodAddToStateObject
SHTest/Externals/DXSDK/Include/d3dx12/d3dx12_state_object.h:258
MethodAddToStateObject
SHTest/Externals/DXSDK_Preview/Include/d3dx12/d3dx12_state_object.h:258
MethodAddViewInstanceLocation
SHTest/Externals/DXSDK/Include/d3dx12/d3dx12_state_object.h:1433
MethodAddViewInstanceLocation
SHTest/Externals/DXSDK_Preview/Include/d3dx12/d3dx12_state_object.h:1438
MethodAfterReset
SHTest/SHTest/SHTest.cpp:39
MethodAfterReset
SHTest/SampleFramework12/v1.04/Graphics/SwapChain.cpp:104
MethodAliasing
SHTest/Externals/DXSDK/Include/d3dx12/d3dx12_barriers.h:39
MethodAliasing
SHTest/Externals/DXSDK_Preview/Include/d3dx12/d3dx12_barriers.h:39
MethodAlignTextToFramePadding
SHTest/SampleFramework12/v1.04/ImGui/imgui_widgets.cpp:1268
MethodAlloc
* @brief Allocates property fields + keys. * @param numProperties Number of requested properties. */
SHTest/Externals/Assimp-5.2.4/include/assimp/metadata.h:288
MethodAllocSubmission
SHTest/SampleFramework12/v1.04/Graphics/DX12_Upload.cpp:253
MethodAllowSparseNodes
SHTest/Externals/DXSDK/Include/d3dx12/d3dx12_state_object.h:1779
MethodAllowSparseNodes
SHTest/Externals/DXSDK_Preview/Include/d3dx12/d3dx12_state_object.h:1784
MethodApp
SHTest/SampleFramework12/v1.04/App.cpp:38
← previousnext →1,301–1,400 of 4,802, ranked by callers