MCPcopy Create free account

hub / github.com/RenderKit/embree / functions

Functions11,178 in github.com/RenderKit/embree

↓ 14 callersFunctioncenter2
! calculates twice the center of the primitive */
kernels/builders/primref.h:42
↓ 14 callersFunctioncopy_UU
* Optimized instance id stack copy. * The copy() functions will either copy full * stacks or copy only until the last valid element has been copied,
kernels/common/instance_stack.h:133
↓ 14 callersMethoddrop
common/lexers/stream.h:88
↓ 14 callersFunctionenlarge
common/math/bbox.h:169
↓ 14 callersFunctioneval_direct
kernels/subdiv/feature_adaptive_eval_simd.h:13
↓ 14 callersMethodext
! returns the extension */
common/sys/filename.cpp:58
↓ 14 callersMethodget
kernels/sycl/rthwif_embree.cpp:78
↓ 14 callersFunctiongetVertex
tutorials/grid_geometry/grid_geometry_device.cpp:145
↓ 14 callersFunctiongrad
tutorials/common/tutorial/noise.cpp:60
↓ 14 callersFunctionhas_variant
tutorials/verify/rtcore_helpers.h:619
↓ 14 callersMethodinit
kernels/bvh/node_intersector1.h:161
↓ 14 callersMethodinit_estimate
! initializes the allocator */
kernels/common/alloc.h:417
↓ 14 callersMethodisAABBNode
! checks if this is a node */
kernels/bvh/bvh_node_ref.h:132
↓ 14 callersMethodleaf
! returns leaf pointer */
kernels/bvh/bvh_node_ref.h:225
↓ 14 callersFunctionmake_range
common/math/range.h:85
↓ 14 callersMethodrandom_motion_vector
tutorials/verify/verify.h:47
↓ 14 callersFunctionrtcUpdateGeometryBuffer
kernels/common/rtcore.cpp:2018
↓ 14 callersMethodt
kernels/geometry/quad_intersector_moeller.h:54
↓ 14 callersMethoduv
kernels/geometry/quad_intersector_moeller.h:47
↓ 13 callersFunctionImGui_ImplGlfw_GetBackendData
Backend data stored in io.BackendPlatformUserData to allow support for multiple Dear ImGui contexts It is STRONGLY preferred that you use docking bran
tutorials/common/imgui/backends/imgui_impl_glfw.cpp:125
↓ 13 callersMethodPathLineTo
tutorials/common/imgui/imgui.h:2571
↓ 13 callersFunctionWriteAttributeToMemory
tutorials/common/image/tinyexr.h:1199
↓ 13 callersFunction_mm256_setzero_si256
common/simd/arm/avx2neon.h:157
↓ 13 callersFunction_mm_loadl_epi64
Load 64-bit integer from memory into the first element of dst. https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_mm_loadl
common/simd/arm/sse2neon.h:4676
↓ 13 callersFunction_mm_set_pd
Set packed double-precision (64-bit) floating-point elements in dst with the supplied values. https://www.intel.com/content/www/us/en/docs/intrinsics-
common/simd/arm/sse2neon.h:5338
↓ 13 callersFunctionblendv_ps
common/simd/sse.h:15
↓ 13 callersFunctioncomputeInnerVertices
kernels/subdiv/gregory_patch.h:366
↓ 13 callersFunctionconvertScene
tutorials/buildbench/buildbench_device.cpp:103
↓ 13 callersMethodcreatePrimRefArray
kernels/common/scene_points.h:278
↓ 13 callersFunctioneval
kernels/subdiv/bspline_patch.h:204
↓ 13 callersMethodextend
! Returns extent of bounds of specified child. */
kernels/bvh/bvh_node_aabb.h:141
↓ 13 callersMethodgetObject
kernels/common/scene_instance_array.h:189
↓ 13 callersFunctiongetVec3f
! Read Vec3f from a string. */
tutorials/common/scenegraph/obj_loader.cpp:83
↓ 13 callersMethodindent
tutorials/external/catch.hpp:6734
↓ 13 callersMethodisEnabled
tutorials/verify/verify.h:58
↓ 13 callersFunctionisRobustAccel
kernels/common/scene.h:301
↓ 13 callersFunctionisinf
common/math/emath.h:27
↓ 13 callersMethodlock
common/sys/mutex.cpp:16
↓ 13 callersMethodmalloc
kernels/common/device.cpp:605
↓ 13 callersMethodname
tutorials/external/catch.hpp:8077
↓ 13 callersFunctionparallel_for_for_prefix_sum0
common/algorithms/parallel_for_for_prefix_sum.h:106
↓ 13 callersFunctionparallel_for_for_prefix_sum1
common/algorithms/parallel_for_for_prefix_sum.h:118
↓ 13 callersMethodreset
! resets the allocator, memory blocks get reused */
kernels/common/alloc.h:439
↓ 13 callersMethodrngSeed
tutorials/external/catch.hpp:8083
↓ 13 callersFunctionrtcCommitBuffer
kernels/common/rtcore.cpp:279
↓ 13 callersFunctionrtcSetGeometryBoundsFunction
kernels/common/rtcore.cpp:2088
↓ 13 callersFunctionrtcSetGeometryUserPrimitiveCount
kernels/common/rtcore.cpp:1723
↓ 13 callersFunctionserial_partitioning
common/algorithms/parallel_partition.h:13
↓ 13 callersMethodsetDataPtr
dangerous only use if you know what you're doing */
common/sys/vector.h:129
↓ 13 callersMethodsize
kernels/common/scene.h:134
↓ 13 callersFunctiontimeSegmentRange
calculate overlapping time segment range */
kernels/common/geometry.h:338
↓ 13 callersFunctiontoLowerCase
common/sys/estring.cpp:13
↓ 12 callersMethodAddText
tutorials/common/imgui/imgui_draw.cpp:1567
↓ 12 callersFunctionImSwap
tutorials/common/imgui/imgui_internal.h:453
↓ 12 callersMethodNg
kernels/geometry/quad_intersector_moeller.h:55
↓ 12 callersFunction_mm_and_si128
Computes the bitwise AND of the 128-bit value in a and the 128-bit value in b. r := a & b https://msdn.microsoft.com/en-us/library/vstudio/6d1txsa8(
common/simd/arm/sse2neon.h:3265
↓ 12 callersFunction_mm_sub_epi32
Subtracts the 4 signed or unsigned 32-bit integers of b from the 4 signed or unsigned 32-bit integers of a. r0 := a0 - b0 r1 := a1 - b1 r2 := a2 - b2
common/simd/arm/sse2neon.h:6268
↓ 12 callersMethodaddHair
tutorials/verify/verify.cpp:357
↓ 12 callersFunctionbsr
common/sys/intrinsics.h:125
↓ 12 callersFunctionbtc
common/sys/intrinsics.h:161
↓ 12 callersMethodcleanup
! post build cleanup */
kernels/bvh/bvh.h:126
↓ 12 callersMethodclear
! clears the parameter container */
tutorials/common/scenegraph/xml_loader.cpp:131
↓ 12 callersMethodcommit
tutorials/common/tutorial/scene_device.cpp:194
↓ 12 callersFunctioncreate
kernels/subdiv/patch.h:241
↓ 12 callersFunctioncreateCurves
kernels/common/scene_curves.cpp:656
↓ 12 callersMethoddecodeLeaf
kernels/geometry/grid_soa.h:75
↓ 12 callersMethodextend_center2
kernels/builders/priminfo.h:47
↓ 12 callersMethodgather_hermite
! gathers the hermite curve starting with i'th vertex */
kernels/common/scene_curves.h:263
↓ 12 callersFunctionget
get mesh by ID */
kernels/common/scene.h:244
↓ 12 callersMethodgetFileName
common/lexers/parsestream.h:39
↓ 12 callersMethodgetResultType
tutorials/external/catch.hpp:6411
↓ 12 callersMethodload
common/simd/vint8_avx.h:73
↓ 12 callersFunctionmax
common/simd/vfloat16_avx512.h:226
↓ 12 callersFunctionmin
common/simd/vfloat16_avx512.h:222
↓ 12 callersFunctionnumPrimitives
kernels/common/scene.h:65
↓ 12 callersMethodopen
tutorials/common/scenegraph/xml_writer.cpp:107
↓ 12 callersMethodopen
tutorials/external/catch.hpp:12007
↓ 12 callersFunctionpause_cpu
common/sys/intrinsics.h:508
↓ 12 callersMethodpostBuild
kernels/bvh/bvh.cpp:130
↓ 12 callersMethodreset
tutorials/external/catch.hpp:8721
↓ 12 callersFunctionrtcCommitAndAttachAndReleaseGeometry
tutorials/verify/verify.cpp:1077
↓ 12 callersFunctionrtcInterpolate1
Interpolates vertex data to some u/v location and calculates first order derivatives. */
include/embree4/rtcore_geometry.h:325
↓ 12 callersFunctionselect_min
common/simd/vint8_avx.h:385
↓ 12 callersFunctionsetRay
tutorials/verify/rtcore_helpers.h:307
↓ 12 callersFunctionslerp
common/math/quaternion.h:238
↓ 12 callersFunctionstbi__grow_buffer_unsafe
tutorials/common/image/stb_image.h:2052
↓ 12 callersFunctionstbi__zreceive
tutorials/common/image/stb_image.h:4156
↓ 12 callersFunctionswap8
tutorials/common/image/tinyexr.h:941
↓ 12 callersFunctiontwice
common/math/emath.h:246
↓ 12 callersMethodtype
kernels/subdiv/patch.h:87
↓ 12 callersFunctionumax
common/simd/vint8_avx2.h:254
↓ 12 callersFunctionumax
common/simd/vint8_avx.h:246
↓ 12 callersFunctionumin
common/simd/vint8_avx2.h:253
↓ 12 callersFunctionumin
common/simd/vint8_avx.h:242
↓ 12 callersMethodverify
tutorials/common/scenegraph/scenegraph.cpp:514
↓ 11 callersMethodClearFlags
tutorials/common/imgui/imgui_internal.h:1150
↓ 11 callersMethodContains
tutorials/common/imgui/imgui_internal.h:663
↓ 11 callersFunctionFreeEXRImage
tutorials/common/image/tinyexr.h:8665
↓ 11 callersFunctionImLengthSqr
tutorials/common/imgui/imgui_internal.h:464
↓ 11 callersFunction_mm_add_epi16
Adds the 8 signed or unsigned 16-bit integers in a to the 8 signed or unsigned 16-bit integers in b. https://msdn.microsoft.com/en-us/library/fceha5k4
common/simd/arm/sse2neon.h:3106
← previousnext →401–500 of 11,178, ranked by callers