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
↓ 7 callers
Function
vreduce_min
common/simd/vint8_avx.h:371
↓ 7 callers
Method
width
tutorials/external/catch.hpp:6729
↓ 6 callers
Method
AddCircle
tutorials/common/imgui/imgui_draw.cpp:1473
↓ 6 callers
Function
AffineSpace3fa_load_unaligned
common/math/affinespace.h:349
↓ 6 callers
Method
BVH8Quad4v
kernels/bvh/bvh8_factory.cpp:969
↓ 6 callers
Function
CalcWindowSizeAfterConstraint
tutorials/common/imgui/imgui.cpp:5714
↓ 6 callers
Method
GetCenter
Helpers
tutorials/common/imgui/imgui.h:2932
↓ 6 callers
Method
GetColumnSettings
tutorials/common/imgui/imgui_internal.h:2685
↓ 6 callers
Method
GetMapSize
tutorials/common/imgui/imgui_internal.h:674
↓ 6 callers
Function
ImCharIsBlankA
tutorials/common/imgui/imgui_internal.h:347
↓ 6 callers
Function
ImQsort
tutorials/common/imgui/imgui_internal.h:321
↓ 6 callers
Function
ImTextCountUtf8BytesFromStr
tutorials/common/imgui/imgui.cpp:2123
↓ 6 callers
Function
InitEXRImage
tutorials/common/image/tinyexr.h:8578
↓ 6 callers
Function
MetricsHelpMarker
Avoid naming collision with imgui_demo.cpp's HelpMarker() for unity builds.
tutorials/common/imgui/imgui.cpp:12964
↓ 6 callers
Function
MurmurHash3_mix
tutorials/common/math/random_sampler.h:15
↓ 6 callers
Function
PrimRefMB
kernels/builders/primref_mb.h:152
↓ 6 callers
Method
PrimVtx
tutorials/common/imgui/imgui.h:2606
↓ 6 callers
Method
PushClipRect
Push a clipping rectangle for both ImGui logic (hit-testing etc.) and low-level ImDrawList rendering. - When using this function it is sane to ensure
tutorials/common/imgui/imgui.cpp:5031
↓ 6 callers
Function
STB_TEXTEDIT_INSERTCHARS
tutorials/common/imgui/imgui_widgets.cpp:3661
↓ 6 callers
Function
TabItemGetSectionIdx
tutorials/common/imgui/imgui_widgets.cpp:7322
↓ 6 callers
Function
TableGetInstanceData
tutorials/common/imgui/imgui_internal.h:2989
↓ 6 callers
Method
TryGetMapData
It is the map we need iterate to find valid items, since we don't have "alive" storage anywhere
tutorials/common/imgui/imgui_internal.h:675
↓ 6 callers
Function
WindowRectRelToAbs
tutorials/common/imgui/imgui_internal.h:2715
↓ 6 callers
Function
_mm256_maskstore_ps
common/simd/arm/avx2neon.h:1108
↓ 6 callers
Function
_mm256_movedup_pd
common/simd/arm/avx2neon.h:423
↓ 6 callers
Function
_mm256_movehdup_ps
common/simd/arm/avx2neon.h:396
↓ 6 callers
Function
_mm256_moveldup_ps
common/simd/arm/avx2neon.h:387
↓ 6 callers
Function
_mm256_movemask_pd
common/simd/arm/avx2neon.h:708
↓ 6 callers
Function
_mm256_permute2f128_ps
common/simd/arm/avx2neon.h:352
↓ 6 callers
Function
_mm256_setzero_ps
common/simd/arm/avx2neon.h:165
↓ 6 callers
Function
_mm_andnot_ps
Computes the bitwise AND-NOT of the four single-precision, floating-point values of a and b. r0 := ~a0 & b0 r1 := ~a1 & b1 r2 := ~a2 & b2 r3 := ~a3 &
common/simd/arm/sse2neon.h:1206
↓ 6 callers
Function
_mm_blend_ps
Blend packed single-precision (32-bit) floating-point elements from a and b using mask, and store the results in dst. https://www.intel.com/content/ww
common/simd/arm/sse2neon.h:7593
↓ 6 callers
Function
_mm_getcsr
FIXME: _mm_getcsr() implementation supports reading the rounding mode only.
common/simd/arm/sse2neon.h:2629
↓ 6 callers
Function
_mm_maskstore_ps
common/simd/arm/avx2neon.h:80
↓ 6 callers
Function
_mm_max_epu32
Compare packed unsigned 32-bit integers in a and b, and store packed maximum values in dst. https://www.intel.com/content/www/us/en/docs/intrinsics-gu
common/simd/arm/sse2neon.h:8096
↓ 6 callers
Function
_mm_min_epu32
Compare packed unsigned 32-bit integers in a and b, and store packed minimum values in dst. https://www.intel.com/content/www/us/en/docs/intrinsics-gu
common/simd/arm/sse2neon.h:8139
↓ 6 callers
Function
_mm_movedup_pd
Duplicate the low double-precision (64-bit) floating-point element from a, and store the results in dst. https://www.intel.com/content/www/us/en/docs/
common/simd/arm/sse2neon.h:6778
↓ 6 callers
Function
_mm_movehdup_ps
Duplicate odd-indexed single-precision (32-bit) floating-point elements from a, and store the results in dst. https://www.intel.com/content/www/us/en/
common/simd/arm/sse2neon.h:6792
↓ 6 callers
Function
_mm_moveldup_ps
Duplicate even-indexed single-precision (32-bit) floating-point elements from a, and store the results in dst. https://www.intel.com/content/www/us/en
common/simd/arm/sse2neon.h:6811
↓ 6 callers
Function
_mm_or_ps
Computes the bitwise OR of the four single-precision, floating-point values of a and b. https://msdn.microsoft.com/en-us/library/vstudio/7ctdsyy0(v=vs
common/simd/arm/sse2neon.h:2339
↓ 6 callers
Function
_mm_or_si128
Computes the bitwise OR 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/ew8ty0db(v
common/simd/arm/sse2neon.h:5191
↓ 6 callers
Function
_mm_set1_epi16
Sets the 8 signed 16-bit integer values to w. r0 := w r1 := w ... r7 := w https://msdn.microsoft.com/en-us/library/k0ya3x0e(v=vs.90).aspx
common/simd/arm/sse2neon.h:5373
↓ 6 callers
Function
_mm_sqrt_ps
Computes the approximations of square roots of the four single-precision, floating-point values of a. First computes reciprocal square roots and then
common/simd/arm/sse2neon.h:2796
↓ 6 callers
Function
_mm_unpacklo_epi8
Interleaves the lower 8 signed or unsigned 8-bit integers in a with the lower 8 signed or unsigned 8-bit integers in b. r0 := a0 r1 := b0 r2 := a1 r3
common/simd/arm/sse2neon.h:6586
↓ 6 callers
Function
acos
common/math/emath.h:163
↓ 6 callers
Function
addSphere
tutorials/motion_blur_geometry/motion_blur_geometry_device.cpp:108
↓ 6 callers
Function
at
kernels/common/scene.h:50
↓ 6 callers
Function
bilinear
kernels/subdiv/bezier_patch.h:116
↓ 6 callers
Method
bounds
calculates bounding box of node */
tutorials/common/scenegraph/scenegraph.h:136
↓ 6 callers
Method
buildBounds
! calculates the build bounds of the i'th item, if it's valid */
kernels/common/accelset.h:105
↓ 6 callers
Method
clear
kernels/bvh/bvh_builder_sah_mb.cpp:215
↓ 6 callers
Method
clear
kernels/common/stat.h:104
↓ 6 callers
Method
commit
kernels/common/scene.cpp:912
↓ 6 callers
Function
convert
tutorials/external/catch.hpp:9353
↓ 6 callers
Method
cos_2PI_div_n
kernels/subdiv/catmullclark_coefficients.h:52
↓ 6 callers
Function
createTriangulatedSphere
tutorials/user_geometry/user_geometry_device.cpp:584
↓ 6 callers
Function
deCasteljau_tangent
kernels/subdiv/bezier_patch.h:24
↓ 6 callers
Function
dot
common/math/vec3.h:204
↓ 6 callers
Method
error
kernels/common/state.cpp:26
↓ 6 callers
Method
ext_end
common/math/range.h:103
↓ 6 callers
Function
fade
tutorials/common/tutorial/noise.cpp:48
↓ 6 callers
Function
failedString
tutorials/external/catch.hpp:13096
↓ 6 callers
Function
floori
common/simd/vfloat8_avx.h:607
↓ 6 callers
Function
fread_ushort
tutorials/common/image/tga.cpp:44
↓ 6 callers
Function
fwrite_ushort
tutorials/common/image/tga.cpp:11
↓ 6 callers
Method
getAvgSigma
tutorials/common/tutorial/statistics.h:33
↓ 6 callers
Function
getCPUFeatures
common/sys/sysinfo.cpp:273
↓ 6 callers
Function
getISA
kernels/bvh/bvh_intersector1_bvh4.cpp:10
↓ 6 callers
Method
getISPCCamera
tutorials/common/tutorial/camera.h:73
↓ 6 callers
Method
getIntersectFunction
kernels/common/context.h:32
↓ 6 callers
Method
getOccludedFunction
kernels/common/context.h:36
↓ 6 callers
Method
green
tutorials/verify/verify.h:177
↓ 6 callers
Function
half_to_float
tutorials/common/image/tinyexr.h:1017
↓ 6 callers
Method
hasExpression
tutorials/external/catch.hpp:6415
↓ 6 callers
Method
hasFilters
tutorials/external/catch.hpp:12202
↓ 6 callers
Function
intel_get_hit_bvh_level
read hit information during shader execution
kernels/sycl/rthwif_rttrace.h:225
↓ 6 callers
Function
interpolate
! interpolates user data to the specified u/v location */
kernels/common/geometry.h:400
↓ 6 callers
Method
interpolate
tutorials/common/scenegraph/scenegraph.h:362
↓ 6 callers
Function
isEmpty
common/math/interval.h:86
↓ 6 callers
Function
is_finite
! tests if box has finite entries */
common/math/bbox.h:105
↓ 6 callers
Method
lbounds
calculates linear bounding box of node */
tutorials/common/scenegraph/scenegraph.h:145
↓ 6 callers
Function
log
common/math/emath.h:171
↓ 6 callers
Method
materialID
tutorials/common/tutorial/scene.cpp:32
↓ 6 callers
Function
merge
common/math/bbox.h:142
↓ 6 callers
Function
msub
common/math/vec3fa_sycl.h:166
↓ 6 callers
Method
numEdges
! return the number of edges */
kernels/common/scene_subdiv_mesh.h:85
↓ 6 callers
Function
numTimeSegments
! returns number of time segments */
kernels/common/geometry.h:540
↓ 6 callers
Function
outputBits
tutorials/common/image/tinyexr.h:2204
↓ 6 callers
Function
permute
common/simd/vint8_avx2.h:397
↓ 6 callers
Method
push
pushes both children */
kernels/geometry/curve_intersector_sweep.h:317
↓ 6 callers
Method
quantizedNode
! returns quantized node pointer */
kernels/bvh/bvh_node_ref.h:221
↓ 6 callers
Method
random_Vec3fa
tutorials/verify/verify.h:37
↓ 6 callers
Function
rcp
common/math/vec3fa.h:122
↓ 6 callers
Function
rcp
__forceinline Vec3fa rcp ( const Vec3fa& a ) { return Vec3fa(sycl::recip(a.x),sycl::recip(a.y),sycl::recip(a.z)); }
common/math/vec3fa_sycl.h:95
↓ 6 callers
Function
resize
tutorials/common/imgui/imgui.h:1803
↓ 6 callers
Function
rtcEnableGeometry
kernels/common/rtcore.cpp:2008
↓ 6 callers
Function
rtcGetGeometryPreviousHalfEdge
kernels/common/rtcore.cpp:2158
↓ 6 callers
Function
rtcNewBufferHostDevice
kernels/common/rtcore.cpp:204
↓ 6 callers
Function
rtcNewSharedBufferHostDevice
kernels/common/rtcore.cpp:226
↓ 6 callers
Function
rtcSetDeviceMemoryMonitorFunction
kernels/common/rtcore.cpp:184
← previous
next →
801–900 of 11,178, ranked by callers