MCPcopy Create free account

hub / github.com/RenderKit/embree / functions

Functions11,178 in github.com/RenderKit/embree

↓ 7 callersFunctionvreduce_min
common/simd/vint8_avx.h:371
↓ 7 callersMethodwidth
tutorials/external/catch.hpp:6729
↓ 6 callersMethodAddCircle
tutorials/common/imgui/imgui_draw.cpp:1473
↓ 6 callersFunctionAffineSpace3fa_load_unaligned
common/math/affinespace.h:349
↓ 6 callersMethodBVH8Quad4v
kernels/bvh/bvh8_factory.cpp:969
↓ 6 callersFunctionCalcWindowSizeAfterConstraint
tutorials/common/imgui/imgui.cpp:5714
↓ 6 callersMethodGetCenter
Helpers
tutorials/common/imgui/imgui.h:2932
↓ 6 callersMethodGetColumnSettings
tutorials/common/imgui/imgui_internal.h:2685
↓ 6 callersMethodGetMapSize
tutorials/common/imgui/imgui_internal.h:674
↓ 6 callersFunctionImCharIsBlankA
tutorials/common/imgui/imgui_internal.h:347
↓ 6 callersFunctionImQsort
tutorials/common/imgui/imgui_internal.h:321
↓ 6 callersFunctionImTextCountUtf8BytesFromStr
tutorials/common/imgui/imgui.cpp:2123
↓ 6 callersFunctionInitEXRImage
tutorials/common/image/tinyexr.h:8578
↓ 6 callersFunctionMetricsHelpMarker
Avoid naming collision with imgui_demo.cpp's HelpMarker() for unity builds.
tutorials/common/imgui/imgui.cpp:12964
↓ 6 callersFunctionMurmurHash3_mix
tutorials/common/math/random_sampler.h:15
↓ 6 callersFunctionPrimRefMB
kernels/builders/primref_mb.h:152
↓ 6 callersMethodPrimVtx
tutorials/common/imgui/imgui.h:2606
↓ 6 callersMethodPushClipRect
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 callersFunctionSTB_TEXTEDIT_INSERTCHARS
tutorials/common/imgui/imgui_widgets.cpp:3661
↓ 6 callersFunctionTabItemGetSectionIdx
tutorials/common/imgui/imgui_widgets.cpp:7322
↓ 6 callersFunctionTableGetInstanceData
tutorials/common/imgui/imgui_internal.h:2989
↓ 6 callersMethodTryGetMapData
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 callersFunctionWindowRectRelToAbs
tutorials/common/imgui/imgui_internal.h:2715
↓ 6 callersFunction_mm256_maskstore_ps
common/simd/arm/avx2neon.h:1108
↓ 6 callersFunction_mm256_movedup_pd
common/simd/arm/avx2neon.h:423
↓ 6 callersFunction_mm256_movehdup_ps
common/simd/arm/avx2neon.h:396
↓ 6 callersFunction_mm256_moveldup_ps
common/simd/arm/avx2neon.h:387
↓ 6 callersFunction_mm256_movemask_pd
common/simd/arm/avx2neon.h:708
↓ 6 callersFunction_mm256_permute2f128_ps
common/simd/arm/avx2neon.h:352
↓ 6 callersFunction_mm256_setzero_ps
common/simd/arm/avx2neon.h:165
↓ 6 callersFunction_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 callersFunction_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 callersFunction_mm_getcsr
FIXME: _mm_getcsr() implementation supports reading the rounding mode only.
common/simd/arm/sse2neon.h:2629
↓ 6 callersFunction_mm_maskstore_ps
common/simd/arm/avx2neon.h:80
↓ 6 callersFunction_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 callersFunction_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 callersFunction_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 callersFunction_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 callersFunction_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 callersFunction_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 callersFunction_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 callersFunction_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 callersFunction_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 callersFunction_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 callersFunctionacos
common/math/emath.h:163
↓ 6 callersFunctionaddSphere
tutorials/motion_blur_geometry/motion_blur_geometry_device.cpp:108
↓ 6 callersFunctionat
kernels/common/scene.h:50
↓ 6 callersFunctionbilinear
kernels/subdiv/bezier_patch.h:116
↓ 6 callersMethodbounds
calculates bounding box of node */
tutorials/common/scenegraph/scenegraph.h:136
↓ 6 callersMethodbuildBounds
! calculates the build bounds of the i'th item, if it's valid */
kernels/common/accelset.h:105
↓ 6 callersMethodclear
kernels/bvh/bvh_builder_sah_mb.cpp:215
↓ 6 callersMethodclear
kernels/common/stat.h:104
↓ 6 callersMethodcommit
kernels/common/scene.cpp:912
↓ 6 callersFunctionconvert
tutorials/external/catch.hpp:9353
↓ 6 callersMethodcos_2PI_div_n
kernels/subdiv/catmullclark_coefficients.h:52
↓ 6 callersFunctioncreateTriangulatedSphere
tutorials/user_geometry/user_geometry_device.cpp:584
↓ 6 callersFunctiondeCasteljau_tangent
kernels/subdiv/bezier_patch.h:24
↓ 6 callersFunctiondot
common/math/vec3.h:204
↓ 6 callersMethoderror
kernels/common/state.cpp:26
↓ 6 callersMethodext_end
common/math/range.h:103
↓ 6 callersFunctionfade
tutorials/common/tutorial/noise.cpp:48
↓ 6 callersFunctionfailedString
tutorials/external/catch.hpp:13096
↓ 6 callersFunctionfloori
common/simd/vfloat8_avx.h:607
↓ 6 callersFunctionfread_ushort
tutorials/common/image/tga.cpp:44
↓ 6 callersFunctionfwrite_ushort
tutorials/common/image/tga.cpp:11
↓ 6 callersMethodgetAvgSigma
tutorials/common/tutorial/statistics.h:33
↓ 6 callersFunctiongetCPUFeatures
common/sys/sysinfo.cpp:273
↓ 6 callersFunctiongetISA
kernels/bvh/bvh_intersector1_bvh4.cpp:10
↓ 6 callersMethodgetISPCCamera
tutorials/common/tutorial/camera.h:73
↓ 6 callersMethodgetIntersectFunction
kernels/common/context.h:32
↓ 6 callersMethodgetOccludedFunction
kernels/common/context.h:36
↓ 6 callersMethodgreen
tutorials/verify/verify.h:177
↓ 6 callersFunctionhalf_to_float
tutorials/common/image/tinyexr.h:1017
↓ 6 callersMethodhasExpression
tutorials/external/catch.hpp:6415
↓ 6 callersMethodhasFilters
tutorials/external/catch.hpp:12202
↓ 6 callersFunctionintel_get_hit_bvh_level
read hit information during shader execution
kernels/sycl/rthwif_rttrace.h:225
↓ 6 callersFunctioninterpolate
! interpolates user data to the specified u/v location */
kernels/common/geometry.h:400
↓ 6 callersMethodinterpolate
tutorials/common/scenegraph/scenegraph.h:362
↓ 6 callersFunctionisEmpty
common/math/interval.h:86
↓ 6 callersFunctionis_finite
! tests if box has finite entries */
common/math/bbox.h:105
↓ 6 callersMethodlbounds
calculates linear bounding box of node */
tutorials/common/scenegraph/scenegraph.h:145
↓ 6 callersFunctionlog
common/math/emath.h:171
↓ 6 callersMethodmaterialID
tutorials/common/tutorial/scene.cpp:32
↓ 6 callersFunctionmerge
common/math/bbox.h:142
↓ 6 callersFunctionmsub
common/math/vec3fa_sycl.h:166
↓ 6 callersMethodnumEdges
! return the number of edges */
kernels/common/scene_subdiv_mesh.h:85
↓ 6 callersFunctionnumTimeSegments
! returns number of time segments */
kernels/common/geometry.h:540
↓ 6 callersFunctionoutputBits
tutorials/common/image/tinyexr.h:2204
↓ 6 callersFunctionpermute
common/simd/vint8_avx2.h:397
↓ 6 callersMethodpush
pushes both children */
kernels/geometry/curve_intersector_sweep.h:317
↓ 6 callersMethodquantizedNode
! returns quantized node pointer */
kernels/bvh/bvh_node_ref.h:221
↓ 6 callersMethodrandom_Vec3fa
tutorials/verify/verify.h:37
↓ 6 callersFunctionrcp
common/math/vec3fa.h:122
↓ 6 callersFunctionrcp
__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 callersFunctionresize
tutorials/common/imgui/imgui.h:1803
↓ 6 callersFunctionrtcEnableGeometry
kernels/common/rtcore.cpp:2008
↓ 6 callersFunctionrtcGetGeometryPreviousHalfEdge
kernels/common/rtcore.cpp:2158
↓ 6 callersFunctionrtcNewBufferHostDevice
kernels/common/rtcore.cpp:204
↓ 6 callersFunctionrtcNewSharedBufferHostDevice
kernels/common/rtcore.cpp:226
↓ 6 callersFunctionrtcSetDeviceMemoryMonitorFunction
kernels/common/rtcore.cpp:184
← previousnext →801–900 of 11,178, ranked by callers