Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/Falcor
/ functions
Functions
8,129 in github.com/NVIDIAGameWorks/Falcor
⨍
Functions
8,129
◇
Types & classes
1,657
↳
Endpoints
7
↓ 3 callers
Method
getValues
* @brief Get the set of unique data items. */
Source/Falcor/Utils/IndexedVector.h:88
↓ 3 callers
Method
getVertex
Source/Falcor/Scene/SceneBuilder.h:218
↓ 3 callers
Method
get_error_info
Return a text representation of an exception thrown by a test method.
tests/testing/libs/xmlrunner/result.py:184
↓ 3 callers
Method
get_num_blocks
* @brief Get the number of blocks. Note that this may be different than the desired number of blocks that was passed to the constructor. * *
external/include/BS_thread_pool/BS_thread_pool.hpp:188
↓ 3 callers
Function
get_referenced_die
external/include/backward/backward.hpp:2603
↓ 3 callers
Method
handleMouseEvent
Source/Falcor/Core/Testbed.cpp:263
↓ 3 callers
Function
hasAnimations
Returns true if controller contains animations. */
Source/Falcor/Scene/Animation/AnimationController.h:63
↓ 3 callers
Method
hasBones
Source/Falcor/Scene/SceneBuilder.h:257
↓ 3 callers
Function
hash_combine
Recursion bottom-out
Source/Modules/USDUtils/USDUtils.h:299
↓ 3 callers
Function
heap32VectorToArray
(count,firstElement)
tests/testing/viewer/static/exr-wrap.js:8
↓ 3 callers
Method
id
(self)
tests/testing/libs/xmlrunner/result.py:173
↓ 3 callers
Function
initBufferIndirect
Source/Tools/FalcorTest/Tests/Core/BufferAccessTests.cpp:64
↓ 3 callers
Method
install
Add a plugin to the list of plugins and prepare it for being applied to all routes of this application. A plugin may be a simple
tests/testing/libs/bottle.py:714
↓ 3 callers
Function
int_scale
Source/Tools/FalcorTest/Tests/Utils/GeometryHelpersTests.cpp:52
↓ 3 callers
Function
integrate
Source/Falcor/Utils/Color/SpectrumUtils.h:82
↓ 3 callers
Method
integrateIsotropic
Source/Falcor/Rendering/Materials/BSDFIntegrator.cpp:80
↓ 3 callers
Function
interpolateLinear
This function performs linear extrapolation when either t < 0 or t > 1
Source/Falcor/Scene/Animation/Animation.cpp:86
↓ 3 callers
Function
isConvertibleToRGBA32Float
Source/Falcor/Utils/Image/Bitmap.cpp:108
↓ 3 callers
Function
isDepthStencilFormat
* Check if the format has depth or stencil components */
Source/Falcor/Core/API/Formats.h:240
↓ 3 callers
Method
isNodeAnimated
Source/Falcor/Scene/SceneBuilder.cpp:1142
↓ 3 callers
Function
isOpaque
Returns true if the material is opaque. */
Source/Falcor/Scene/Material/Material.h:145
↓ 3 callers
Function
isRenderable
Source/Modules/USDUtils/USDUtils.h:183
↓ 3 callers
Function
isStencilFormat
* Check if the format has a stencil component */
Source/Falcor/Core/API/Formats.h:231
↓ 3 callers
Function
isValid
Is the BVH valid. \return true if the BVH is ready for use. */
Source/Falcor/Rendering/Lights/LightBVH.h:118
↓ 3 callers
Method
isValid
* Returns true when the ID is valid, i.e., get() != kInvalidID * * @return True when valid. */
Source/Falcor/Utils/ObjectID.h:127
↓ 3 callers
Method
isValid
* Check if this is a valid offset. */
Source/Falcor/Core/Program/ProgramReflection.h:410
↓ 3 callers
Function
is_number_float
@brief return whether value is a floating-point number @sa https://json.nlohmann.me/api/basic_json/is_number_float/
external/include/nlohmann/json.hpp:20515
↓ 3 callers
Function
is_number_integer
@brief return whether value is an integer number @sa https://json.nlohmann.me/api/basic_json/is_number_integer/
external/include/nlohmann/json.hpp:20501
↓ 3 callers
Function
is_truncated
determine if any non-zero digits were truncated. all characters must be valid digits.
external/include/fast_float/fast_float.h:2631
↓ 3 callers
Function
lengthBytesUTF8
(str)
tests/testing/viewer/static/exr-wrap.js:8
↓ 3 callers
Method
load
external/include/pybind11_json/pybind11_json.hpp:202
↓ 3 callers
Method
load_here
external/include/backward/backward.hpp:731
↓ 3 callers
Function
locateFile
(path)
tests/testing/viewer/static/exr-wrap.js:8
↓ 3 callers
Function
logWarningOnce
Source/Falcor/Utils/Logger.h:162
↓ 3 callers
Function
makeLegalFunctionName
(name)
tests/testing/viewer/static/exr-wrap.js:8
↓ 3 callers
Function
matrixFromRotationY
Source/Falcor/Utils/Math/MatrixMath.h:615
↓ 3 callers
Function
memcpyDeviceToDevice
Source/Falcor/Utils/CudaUtils.cpp:72
↓ 3 callers
Method
moved_or_copied
external/include/nlohmann/json.hpp:14726
↓ 3 callers
Method
next
Source/Tools/FalcorTest/Tests/Sampling/PseudorandomTests.cpp:88
↓ 3 callers
Function
none
Source/Falcor/Utils/Math/VectorMath.h:57
↓ 3 callers
Function
normalize_safe
(x: torch.Tensor, eps: float = EPS)
scripts/inv-rendering/mesh_utils.py:20
↓ 3 callers
Method
onKeyEvent
Source/Falcor/Scene/Scene.cpp:3951
↓ 3 callers
Method
onKeyboardEvent
Source/Falcor/Utils/UI/Gui.cpp:1397
↓ 3 callers
Method
onResize
Source/Falcor/Utils/UI/PixelZoom.cpp:65
↓ 3 callers
Method
oneRing
Source/plugins/importers/PBRTImporter/LoopSubdivide.cpp:498
↓ 3 callers
Function
origin
Modified reference code from Ray Tracing Gems, Chapter 6. Modified after discussion with Carsten Waechter, see comment in the implementation */
Source/Tools/FalcorTest/Tests/Utils/GeometryHelpersTests.cpp:44
↓ 3 callers
Method
parse
(self)
build_scripts/pybind11_stubgen.py:321
↓ 3 callers
Function
parseAnimationChannel
Source/plugins/importers/AssimpImporter/AssimpImporter.cpp:199
↓ 3 callers
Function
parseFieldName
Source/Falcor/RenderGraph/RenderGraph.cpp:226
↓ 3 callers
Function
parseNamedVector
Source/plugins/importers/MitsubaImporter/Parser.h:405
↓ 3 callers
Function
pitch
Source/Falcor/Utils/Math/QuaternionMath.h:303
↓ 3 callers
Method
prepare
Do all on-demand work immediately (useful for debugging).
tests/testing/libs/bottle.py:505
↓ 3 callers
Method
prepareAlbedoLUT
Source/Falcor/Scene/Material/RGLMaterial.cpp:230
↓ 3 callers
Function
printMatrix
Source/Falcor/Scene/SceneBuilderDump.cpp:41
↓ 3 callers
Method
processMesh
Source/Falcor/Scene/SceneBuilder.cpp:452
↓ 3 callers
Method
push_unchecked
append item to vector, without bounds checking
external/include/fast_float/fast_float.h:1727
↓ 3 callers
Function
quatFromRotationBetweenVectors
Source/Falcor/Utils/Math/QuaternionMath.h:359
↓ 3 callers
Function
queryLaneCount
Source/Tools/FalcorTest/Tests/Slang/WaveOps.cpp:157
↓ 3 callers
Method
radius
* Returns the radius of the minimal sphere that encloses the box. * @return Radius of minimal bounding sphere, or undefined if box is invalid.
Source/Falcor/Utils/Math/AABB.h:154
↓ 3 callers
Function
referenceBitInterleave
Reference function to interleave m bits from x and y. The result is a bit sequence: 0 ... 0 ym xm ... y1 x1 y0 x0.
Source/Tools/FalcorTest/Tests/Utils/BitTricksTests.cpp:37
↓ 3 callers
Function
reflectVariable
Source/Falcor/Core/Program/ProgramReflection.cpp:1075
↓ 3 callers
Function
remapGeomSubsetData
Source/plugins/importers/USDImporter/ImporterContext.cpp:139
↓ 3 callers
Method
removeGraph
Source/Mogwai/Mogwai.cpp:374
↓ 3 callers
Function
removeLeadingTrailingWhitespace
Source/Falcor/Utils/StringUtils.cpp:132
↓ 3 callers
Method
renderFrame
Source/Falcor/Core/SampleApp.cpp:462
↓ 3 callers
Function
replace_nontext
(text, replacement=u'\uFFFD')
tests/testing/libs/xmlrunner/builder.py:33
↓ 3 callers
Function
reportErrorAndAllowRetry
Source/Falcor/Core/Error.cpp:93
↓ 3 callers
Function
requireHandle
(handle)
tests/testing/viewer/static/exr-wrap.js:8
↓ 3 callers
Method
reset
Source/Falcor/Core/Program/Program.cpp:348
↓ 3 callers
Method
reset
Source/Tools/FalcorTest/Tests/Utils/UnionFindTests.cpp:48
↓ 3 callers
Method
resolveResource
Source/Falcor/Core/API/RenderContext.cpp:575
↓ 3 callers
Function
roll
Source/Falcor/Utils/Math/QuaternionMath.h:324
↓ 3 callers
Function
runTest2
Source/Tools/FalcorTest/Tests/Slang/StructuredBufferMatrix.cpp:35
↓ 3 callers
Method
sanitize_docstring
(docstring)
build_scripts/pybind11_stubgen.py:476
↓ 3 callers
Method
scanForMatchingNode
Source/Falcor/Core/State/StateGraph.h:68
↓ 3 callers
Method
setActiveGraph
Source/Mogwai/Mogwai.cpp:362
↓ 3 callers
Method
setCurrentNodeData
Source/Falcor/Core/State/StateGraph.h:66
↓ 3 callers
Method
setEmissiveFactor
Source/Falcor/Scene/Material/StandardMaterial.cpp:194
↓ 3 callers
Method
setEnvMap
Source/Falcor/Scene/Scene.cpp:3879
↓ 3 callers
Method
setGlobalState
Source/Falcor/Core/API/Resource.cpp:176
↓ 3 callers
Method
setName
Sets name used for CPU reporting, and for GPU buffer names
Source/Falcor/Utils/SplitBuffer.h:82
↓ 3 callers
Method
setParameterBlock
Source/Falcor/Core/Program/ShaderVar.cpp:265
↓ 3 callers
Method
setSampler
Source/Falcor/Core/Program/ShaderVar.cpp:255
↓ 3 callers
Method
setTextureTransform
Source/Falcor/Scene/Material/Material.cpp:235
↓ 3 callers
Method
setTransform
Source/Falcor/Scene/Lights/EnvMap.cpp:75
↓ 3 callers
Method
setViewport
Source/Falcor/Core/State/GraphicsState.cpp:234
↓ 3 callers
Method
set_begin
set iterator to a defined beginning
external/include/nlohmann/json.hpp:12668
↓ 3 callers
Function
setupSamplingTest
Source/Tools/FalcorTest/Tests/Scene/Material/BSDFTests.cpp:102
↓ 3 callers
Function
sgn
(value)
tests/testing/viewer/static/exr-wrap.js:8
↓ 3 callers
Method
signal
external/include/sigs/sigs.h:232
↓ 3 callers
Method
skip
* Skip data in an input stream. Advances file stream without reading. * @param[in] count Bytes to skip */
Source/Falcor/Utils/BinaryFileStream.h:90
↓ 3 callers
Function
static_file
Open a file in a safe way and return :exc:`HTTPResponse` with status code 200, 305, 403 or 404. The ``Content-Type``, ``Content-Encoding``,
tests/testing/libs/bottle.py:2453
↓ 3 callers
Method
stop
Source/Falcor/Core/Platform/Linux/Linux.cpp:578
↓ 3 callers
Function
stringToUTF8Array
(str,outU8Array,outIdx,maxBytesToWrite)
tests/testing/viewer/static/exr-wrap.js:8
↓ 3 callers
Method
swap
external/include/backward/backward.hpp:594
↓ 3 callers
Function
terminateProcess
Source/Falcor/Core/Platform/Linux/Linux.cpp:160
↓ 3 callers
Function
test
Print all the available colors.
tests/testing/core/termcolor.py:26
↓ 3 callers
Function
testCopyRegion
Test copying memory to/from the end of a large buffer. */
Source/Tools/FalcorTest/Tests/Core/LargeBuffer.cpp:39
↓ 3 callers
Function
testEnum
Source/Tools/FalcorTest/Tests/Slang/SlangTests.cpp:42
↓ 3 callers
Function
testReadStructuredUint
Test reading from the end of a large structured buffer (stride 4B). */
Source/Tools/FalcorTest/Tests/Core/LargeBuffer.cpp:204
← previous
next →
1,201–1,300 of 8,129, ranked by callers