MCPcopy Create free account

hub / github.com/Apress/Ray-Tracing-Gems-II / functions

Functions11,165 in github.com/Apress/Ray-Tracing-Gems-II

↓ 2 callersMethodAddChild
Chapter_27/Core/EngineTuning.cpp:60
↓ 2 callersMethodAddCustomRectRegular
Chapter_16/shared_sources/imgui/imgui_draw.cpp:1726
↓ 2 callersMethodAddGlyph
x0/y0/x1/y1 are offset from the character upper-left layout position, in pixels. Therefore x0/y0 are often fairly close to zero. Not to be mistaken wi
Chapter_16/shared_sources/imgui/imgui_draw.cpp:2578
↓ 2 callersMethodAddGraph
Chapter_27/Core/GraphRenderer.cpp:143
↓ 2 callersMethodAddInputCharacter
Pass in translated ASCII characters for text input. - with glfw you can get those from the callback set in glfwSetCharCallback() - on Windows you can
Chapter_16/shared_sources/imgui/imgui.cpp:1060
↓ 2 callersFunctionAddRootWindowToDrawData
Layer is locked for the root window, however child windows may use a different viewport (e.g. extruding menu)
Chapter_16/shared_sources/imgui/imgui.cpp:3912
↓ 2 callersFunctionAddWindowToDrawData
Chapter_16/shared_sources/imgui/imgui.cpp:3898
↓ 2 callersFunctionAffineSpaceT
Chapter_39/owl/owl/include/owl/common/math/AffineSpace.h:71
↓ 2 callersFunctionAlignUpWithMask
Chapter_27/Core/Math/Common.h:23
↓ 2 callersMethodAllocate
* Allocates memory of requested size from pre-allocated block */
Chapter_14/src/Graphics.cpp:1816
↓ 2 callersMethodAllocateContext
Chapter_27/Core/CommandContext.cpp:36
↓ 2 callersFunctionAllocateImage
Chapter_39/tinyexr.h:10551
↓ 2 callersMethodBegin
Use case A: Begin() called from constructor with items_height<0, then called again from Sync() in StepNo 1 Use case B: Begin() called from constructor
Chapter_16/shared_sources/imgui/imgui.cpp:2098
↓ 2 callersFunctionCSFGeometry_setupDefaultChannels
Chapter_16/shared_sources/fileformats/cadscenefile.cpp:933
↓ 2 callersFunctionCSFile_invalidVersion
Chapter_16/shared_sources/fileformats/cadscenefile.cpp:145
↓ 2 callersFunctionCSFile_loadRaw
Chapter_16/shared_sources/fileformats/cadscenefile.cpp:230
↓ 2 callersFunctionCSFile_setupDefaultChannels
Chapter_16/shared_sources/fileformats/cadscenefile.cpp:944
↓ 2 callersFunctionCalcFontSize
Chapter_16/shared_sources/imgui/imgui_internal.h:1384
↓ 2 callersFunctionCalcMaxPopupHeightFromItemCount
Chapter_16/shared_sources/imgui/imgui_widgets.cpp:1409
↓ 2 callersFunctionCalcNextScrollFromScrollTargetAndClamp
Chapter_16/shared_sources/imgui/imgui.cpp:6998
↓ 2 callersFunctionCalcResizePosSizeFromAnyCorner
Chapter_16/shared_sources/imgui/imgui.cpp:4829
↓ 2 callersFunctionCalcWindowAutoFitSize
Chapter_16/shared_sources/imgui/imgui.cpp:4777
↓ 2 callersFunctionCalcWindowContentSize
Chapter_16/shared_sources/imgui/imgui.cpp:4763
↓ 2 callersFunctionCalculateNumTiles
Chapter_39/tinyexr.h:11718
↓ 2 callersFunctionCheckStacksSize
Save and compare stack sizes on Begin()/End() to detect usage errors
Chapter_16/shared_sources/imgui/imgui.cpp:4647
↓ 2 callersFunctionCleanup
* Releases memory used by the glTF scene. */
Chapter_14/src/GLTF.cpp:653
↓ 2 callersMethodCleanup
Chapter_14/src/main.cpp:187
↓ 2 callersMethodCleanupUsedHeaps
Chapter_27/Core/DynamicDescriptorHeap.cpp:105
↓ 2 callersMethodCleanupUsedPages
Chapter_27/Core/LinearAllocator.cpp:130
↓ 2 callersMethodClear
Chapter_27/Core/GraphRenderer.cpp:67
↓ 2 callersMethodClearCache
Chapter_27/Core/DynamicDescriptorHeap.h:119
↓ 2 callersFunctionClearFreeMemory
Chapter_16/shared_sources/imgui/imgui_internal.h:652
↓ 2 callersMethodComputeStagedSize
Chapter_27/Core/DynamicDescriptorHeap.cpp:127
↓ 2 callersFunctionConvertHeader
C++ HeaderInfo to C EXRHeader conversion.
Chapter_39/tinyexr.h:10948
↓ 2 callersMethodCopyBuffer
Chapter_27/Core/CommandContext.h:729
↓ 2 callersFunctionCreateD3DResources
--------------------------------------------------------------------------------------
Chapter_27/Core/DDSTextureLoader.cpp:787
↓ 2 callersMethodCreateFromSwapChain
Chapter_27/Core/ColorBuffer.cpp:103
↓ 2 callersFunctionCreatePipelineStateObject
* Create the DXR pipeline state object. */
Chapter_14/src/Graphics.cpp:1274
↓ 2 callersFunctionCreateRTProgram
* Load and create the DXR Ray Generation program and global root signature. */
Chapter_14/src/Graphics.cpp:1192
↓ 2 callersFunctionCreateShaderTable
* Create the DXR shader table. */
Chapter_14/src/Graphics.cpp:1482
↓ 2 callersFunctionCreateTextureFromDDS
--------------------------------------------------------------------------------------
Chapter_07/DDSTextureLoader12.cpp:1219
↓ 2 callersFunctionCreateTextureFromDDS
--------------------------------------------------------------------------------------
Chapter_27/Core/DDSTextureLoader.cpp:969
↓ 2 callersFunctionCreateWUnitVector
Chapter_27/Core/Math/Common.h:110
↓ 2 callersFunctionCreateYUnitVector
Chapter_27/Core/Math/Common.h:102
↓ 2 callersFunctionCreateZUnitVector
Chapter_27/Core/Math/Common.h:106
↓ 2 callersMethodCross
Chapter_16/shared_sources/imgui/imgui_orient.h:43
↓ 2 callersFunctionD3D12CalcSubresource
------------------------------------------------------------------------------------------------
Chapter_07/d3dx12.h:1686
↓ 2 callersFunctionD3D12CalcSubresource
------------------------------------------------------------------------------------------------
Chapter_27/d3dx12.h:1686
↓ 2 callersFunctionD3D12GetFormatPlaneCount
------------------------------------------------------------------------------------------------
Chapter_27/d3dx12.h:1701
↓ 2 callersMethodDeclColumns
Chapter_16/shared_sources/imgui/imgui_widgets.cpp:5985
↓ 2 callersFunctionDecodeChunk
Chapter_39/tinyexr.h:11257
↓ 2 callersFunctionDecodePixelData
TODO(syoyo): Refactor function arguments.
Chapter_39/tinyexr.h:9867
↓ 2 callersFunctionDecodeTiledLevel
Chapter_39/tinyexr.h:11085
↓ 2 callersMethodDecrement
Chapter_27/Core/EngineTuning.cpp:79
↓ 2 callersMethodDefineExport
Chapter_07/d3dx12.h:3365
↓ 2 callersMethodDestroy
Chapter_27/Core/LinearAllocator.h:114
↓ 2 callersFunctionDisplay
Chapter_27/Core/EngineProfiling.cpp:473
↓ 2 callersMethodDistanceFromPoint
Distance from 3D point
Chapter_27/Core/Math/BoundingPlane.h:40
↓ 2 callersFunctionDrawGraphHeaders
Chapter_27/Core/GraphRenderer.cpp:390
↓ 2 callersMethodDrawInstanced
Chapter_27/Core/CommandContext.h:677
↓ 2 callersFunctionE
()
Chapter_18/examples/js/rtgii/deps/gl-matrix-min.js:28
↓ 2 callersFunctionEXRSetNameAttr
Chapter_39/tinyexr.h:14311
↓ 2 callersFunctionEncodePixelData
out_data must be allocated initially with the block-header size of the current image(-part) type
Chapter_39/tinyexr.h:12803
↓ 2 callersMethodEnd
Chapter_16/shared_sources/imgui/imgui.cpp:2117
↓ 2 callersMethodErrorUnknownSubobject
Chapter_07/d3dx12.h:2381
↓ 2 callersMethodErrorUnknownSubobject
Chapter_27/d3dx12.h:2381
↓ 2 callersMethodErrorUnknownSubobject
Chapter_27/Core/d3dx12.h:2242
↓ 2 callersMethodExecuteCommandList
Send the command list off to the GPU for processing.
Chapter_07/DeviceResources.cpp:551
↓ 2 callersMethodExecuteCommandList
Chapter_27/Core/CommandListManager.cpp:118
↓ 2 callersMethodFillBuffer
Chapter_27/Core/CommandContext.cpp:439
↓ 2 callersFunctionFillInitData
--------------------------------------------------------------------------------------
Chapter_07/DDSTextureLoader12.cpp:1057
↓ 2 callersFunctionFillInitData
--------------------------------------------------------------------------------------
Chapter_27/Core/DDSTextureLoader.cpp:689
↓ 2 callersMethodFindGlyph
Chapter_16/shared_sources/imgui/imgui_draw.cpp:2616
↓ 2 callersMethodFirstChild
Chapter_27/Core/EngineProfiling.cpp:226
↓ 2 callersMethodFirstVariable
Chapter_27/Core/EngineTuning.cpp:193
↓ 2 callersMethodFlushResourceBarriers
Chapter_27/Core/CommandContext.h:302
↓ 2 callersFunctionG
Chapter_20/material_rough.h:65
↓ 2 callersFunctionG1
Chapter_20/material_rough.h:55
↓ 2 callersFunctionGetAlphaMode
--------------------------------------------------------------------------------------
Chapter_07/DDSTextureLoader12.cpp:1475
↓ 2 callersFunctionGetAlphaMode
--------------------------------------------------------------------------------------
Chapter_27/Core/DDSTextureLoader.cpp:1197
↓ 2 callersMethodGetAntialiasRange
Get the range in terms of height values centered on the midline that represents a pixel in screen space (according to the specified font size.) The pi
Chapter_27/Core/TextRenderer.cpp:151
↓ 2 callersMethodGetBackBufferFormat
Chapter_07/DeviceResources.h:89
↓ 2 callersFunctionGetBaseFilename
https://stackoverflow.com/questions/8520560/get-a-file-name-from-a-path
Chapter_16/shared_sources/fileformats/tiny_gltf.h:1995
↓ 2 callersMethodGetBool
Chapter_16/shared_sources/imgui/imgui.cpp:1766
↓ 2 callersMethodGetColor
Chapter_27/Core/GraphRenderer.cpp:69
↓ 2 callersMethodGetCommandAllocator
Chapter_07/DeviceResources.h:87
↓ 2 callersMethodGetCommandList
Chapter_27/Core/CommandContext.h:117
↓ 2 callersMethodGetCursorX
Chapter_27/Core/TextRenderer.cpp:279
↓ 2 callersMethodGetCursorY
Chapter_27/Core/TextRenderer.cpp:280
↓ 2 callersFunctionGetDpiScale
Chapter_14/src/Utils.cpp:156
↓ 2 callersMethodGetElapsedTime
Chapter_27/Core/ParticleEffect.h:27
↓ 2 callersMethodGetElementCount
Chapter_27/Core/GpuBuffer.h:61
↓ 2 callersFunctionGetFilePathExtension
Chapter_16/shared_sources/fileformats/tiny_gltf.h:1982
↓ 2 callersMethodGetIDFromRectangle
This is only used in rare/specific situations to manufacture an ID out of nowhere.
Chapter_16/shared_sources/imgui/imgui.cpp:2589
↓ 2 callersFunctionGetLayers
Chapter_39/tinyexr.h:12147
↓ 2 callersMethodGetNormal
Returns the direction the plane is facing. (Warning: might not be normalized.)
Chapter_27/Core/Math/BoundingPlane.h:34
↓ 2 callersMethodGetOffset
Chapter_27/Core/BuddyAllocator.h:64
↓ 2 callersMethodGetPosition
Chapter_27/Core/Camera.h:42
↓ 2 callersFunctionGetResizeBorderRect
Chapter_16/shared_sources/imgui/imgui.cpp:4858
↓ 2 callersMethodGetSRVs
Chapter_27/Model/Model.h:195
← previousnext →1,501–1,600 of 11,165, ranked by callers