Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/embree
/ functions
Functions
11,178 in github.com/RenderKit/embree
⨍
Functions
11,178
◇
Types & classes
2,386
↓ 14 callers
Function
center2
! calculates twice the center of the primitive */
kernels/builders/primref.h:42
↓ 14 callers
Function
copy_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 callers
Method
drop
common/lexers/stream.h:88
↓ 14 callers
Function
enlarge
common/math/bbox.h:169
↓ 14 callers
Function
eval_direct
kernels/subdiv/feature_adaptive_eval_simd.h:13
↓ 14 callers
Method
ext
! returns the extension */
common/sys/filename.cpp:58
↓ 14 callers
Method
get
kernels/sycl/rthwif_embree.cpp:78
↓ 14 callers
Function
getVertex
tutorials/grid_geometry/grid_geometry_device.cpp:145
↓ 14 callers
Function
grad
tutorials/common/tutorial/noise.cpp:60
↓ 14 callers
Function
has_variant
tutorials/verify/rtcore_helpers.h:619
↓ 14 callers
Method
init
kernels/bvh/node_intersector1.h:161
↓ 14 callers
Method
init_estimate
! initializes the allocator */
kernels/common/alloc.h:417
↓ 14 callers
Method
isAABBNode
! checks if this is a node */
kernels/bvh/bvh_node_ref.h:132
↓ 14 callers
Method
leaf
! returns leaf pointer */
kernels/bvh/bvh_node_ref.h:225
↓ 14 callers
Function
make_range
common/math/range.h:85
↓ 14 callers
Method
random_motion_vector
tutorials/verify/verify.h:47
↓ 14 callers
Function
rtcUpdateGeometryBuffer
kernels/common/rtcore.cpp:2018
↓ 14 callers
Method
t
kernels/geometry/quad_intersector_moeller.h:54
↓ 14 callers
Method
uv
kernels/geometry/quad_intersector_moeller.h:47
↓ 13 callers
Function
ImGui_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 callers
Method
PathLineTo
tutorials/common/imgui/imgui.h:2571
↓ 13 callers
Function
WriteAttributeToMemory
tutorials/common/image/tinyexr.h:1199
↓ 13 callers
Function
_mm256_setzero_si256
common/simd/arm/avx2neon.h:157
↓ 13 callers
Function
_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 callers
Function
_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 callers
Function
blendv_ps
common/simd/sse.h:15
↓ 13 callers
Function
computeInnerVertices
kernels/subdiv/gregory_patch.h:366
↓ 13 callers
Function
convertScene
tutorials/buildbench/buildbench_device.cpp:103
↓ 13 callers
Method
createPrimRefArray
kernels/common/scene_points.h:278
↓ 13 callers
Function
eval
kernels/subdiv/bspline_patch.h:204
↓ 13 callers
Method
extend
! Returns extent of bounds of specified child. */
kernels/bvh/bvh_node_aabb.h:141
↓ 13 callers
Method
getObject
kernels/common/scene_instance_array.h:189
↓ 13 callers
Function
getVec3f
! Read Vec3f from a string. */
tutorials/common/scenegraph/obj_loader.cpp:83
↓ 13 callers
Method
indent
tutorials/external/catch.hpp:6734
↓ 13 callers
Method
isEnabled
tutorials/verify/verify.h:58
↓ 13 callers
Function
isRobustAccel
kernels/common/scene.h:301
↓ 13 callers
Function
isinf
common/math/emath.h:27
↓ 13 callers
Method
lock
common/sys/mutex.cpp:16
↓ 13 callers
Method
malloc
kernels/common/device.cpp:605
↓ 13 callers
Method
name
tutorials/external/catch.hpp:8077
↓ 13 callers
Function
parallel_for_for_prefix_sum0
common/algorithms/parallel_for_for_prefix_sum.h:106
↓ 13 callers
Function
parallel_for_for_prefix_sum1
common/algorithms/parallel_for_for_prefix_sum.h:118
↓ 13 callers
Method
reset
! resets the allocator, memory blocks get reused */
kernels/common/alloc.h:439
↓ 13 callers
Method
rngSeed
tutorials/external/catch.hpp:8083
↓ 13 callers
Function
rtcCommitBuffer
kernels/common/rtcore.cpp:279
↓ 13 callers
Function
rtcSetGeometryBoundsFunction
kernels/common/rtcore.cpp:2088
↓ 13 callers
Function
rtcSetGeometryUserPrimitiveCount
kernels/common/rtcore.cpp:1723
↓ 13 callers
Function
serial_partitioning
common/algorithms/parallel_partition.h:13
↓ 13 callers
Method
setDataPtr
dangerous only use if you know what you're doing */
common/sys/vector.h:129
↓ 13 callers
Method
size
kernels/common/scene.h:134
↓ 13 callers
Function
timeSegmentRange
calculate overlapping time segment range */
kernels/common/geometry.h:338
↓ 13 callers
Function
toLowerCase
common/sys/estring.cpp:13
↓ 12 callers
Method
AddText
tutorials/common/imgui/imgui_draw.cpp:1567
↓ 12 callers
Function
ImSwap
tutorials/common/imgui/imgui_internal.h:453
↓ 12 callers
Method
Ng
kernels/geometry/quad_intersector_moeller.h:55
↓ 12 callers
Function
_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 callers
Function
_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 callers
Method
addHair
tutorials/verify/verify.cpp:357
↓ 12 callers
Function
bsr
common/sys/intrinsics.h:125
↓ 12 callers
Function
btc
common/sys/intrinsics.h:161
↓ 12 callers
Method
cleanup
! post build cleanup */
kernels/bvh/bvh.h:126
↓ 12 callers
Method
clear
! clears the parameter container */
tutorials/common/scenegraph/xml_loader.cpp:131
↓ 12 callers
Method
commit
tutorials/common/tutorial/scene_device.cpp:194
↓ 12 callers
Function
create
kernels/subdiv/patch.h:241
↓ 12 callers
Function
createCurves
kernels/common/scene_curves.cpp:656
↓ 12 callers
Method
decodeLeaf
kernels/geometry/grid_soa.h:75
↓ 12 callers
Method
extend_center2
kernels/builders/priminfo.h:47
↓ 12 callers
Method
gather_hermite
! gathers the hermite curve starting with i'th vertex */
kernels/common/scene_curves.h:263
↓ 12 callers
Function
get
get mesh by ID */
kernels/common/scene.h:244
↓ 12 callers
Method
getFileName
common/lexers/parsestream.h:39
↓ 12 callers
Method
getResultType
tutorials/external/catch.hpp:6411
↓ 12 callers
Method
load
common/simd/vint8_avx.h:73
↓ 12 callers
Function
max
common/simd/vfloat16_avx512.h:226
↓ 12 callers
Function
min
common/simd/vfloat16_avx512.h:222
↓ 12 callers
Function
numPrimitives
kernels/common/scene.h:65
↓ 12 callers
Method
open
tutorials/common/scenegraph/xml_writer.cpp:107
↓ 12 callers
Method
open
tutorials/external/catch.hpp:12007
↓ 12 callers
Function
pause_cpu
common/sys/intrinsics.h:508
↓ 12 callers
Method
postBuild
kernels/bvh/bvh.cpp:130
↓ 12 callers
Method
reset
tutorials/external/catch.hpp:8721
↓ 12 callers
Function
rtcCommitAndAttachAndReleaseGeometry
tutorials/verify/verify.cpp:1077
↓ 12 callers
Function
rtcInterpolate1
Interpolates vertex data to some u/v location and calculates first order derivatives. */
include/embree4/rtcore_geometry.h:325
↓ 12 callers
Function
select_min
common/simd/vint8_avx.h:385
↓ 12 callers
Function
setRay
tutorials/verify/rtcore_helpers.h:307
↓ 12 callers
Function
slerp
common/math/quaternion.h:238
↓ 12 callers
Function
stbi__grow_buffer_unsafe
tutorials/common/image/stb_image.h:2052
↓ 12 callers
Function
stbi__zreceive
tutorials/common/image/stb_image.h:4156
↓ 12 callers
Function
swap8
tutorials/common/image/tinyexr.h:941
↓ 12 callers
Function
twice
common/math/emath.h:246
↓ 12 callers
Method
type
kernels/subdiv/patch.h:87
↓ 12 callers
Function
umax
common/simd/vint8_avx2.h:254
↓ 12 callers
Function
umax
common/simd/vint8_avx.h:246
↓ 12 callers
Function
umin
common/simd/vint8_avx2.h:253
↓ 12 callers
Function
umin
common/simd/vint8_avx.h:242
↓ 12 callers
Method
verify
tutorials/common/scenegraph/scenegraph.cpp:514
↓ 11 callers
Method
ClearFlags
tutorials/common/imgui/imgui_internal.h:1150
↓ 11 callers
Method
Contains
tutorials/common/imgui/imgui_internal.h:663
↓ 11 callers
Function
FreeEXRImage
tutorials/common/image/tinyexr.h:8665
↓ 11 callers
Function
ImLengthSqr
tutorials/common/imgui/imgui_internal.h:464
↓ 11 callers
Function
_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
← previous
next →
401–500 of 11,178, ranked by callers