Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AlexanderVeselov/RayTracing
/ functions
Functions
482 in github.com/AlexanderVeselov/RayTracing
⨍
Functions
482
◇
Types & classes
111
↓ 144 callers
Function
stbi__get8
3rdparty/stb/stb_image.h:1594
↓ 116 callers
Function
stbi__err
3rdparty/stb/stb_image.h:975
↓ 44 callers
Function
stbi__rewind
3rdparty/stb/stb_image.h:883
↓ 39 callers
Function
stbi__get16be
3rdparty/stb/stb_image.h:1674
↓ 32 callers
Function
stbi__get32le
3rdparty/stb/stb_image.h:1702
↓ 30 callers
Function
parseReal
3rdparty/tinyobjloader/tiny_obj_loader.h:967
↓ 30 callers
Function
stbi__get16le
3rdparty/stb/stb_image.h:1694
↓ 30 callers
Function
stbi__skip
3rdparty/stb/stb_image.h:1624
↓ 25 callers
Method
clear
3rdparty/tinyobjloader/tiny_obj_loader.h:716
↓ 24 callers
Function
STBI__CASE
3rdparty/stb/stb_image.h:4682
↓ 20 callers
Function
stbi__get32be
3rdparty/stb/stb_image.h:1684
↓ 20 callers
Function
stbi__malloc
3rdparty/stb/stb_image.h:982
↓ 15 callers
Function
ParseTextureNameAndOption
3rdparty/tinyobjloader/tiny_obj_loader.h:1191
↓ 15 callers
Function
stbi__at_eof
3rdparty/stb/stb_image.h:1608
↓ 13 callers
Function
InitTexOpt
3rdparty/tinyobjloader/tiny_obj_loader.h:1277
↓ 12 callers
Function
TransformPosition
src/acc_structures/bvh.cpp:38
↓ 12 callers
Function
stbi__grow_buffer_unsafe
3rdparty/stb/stb_image.h:2052
↓ 12 callers
Function
stbi__zreceive
3rdparty/stb/stb_image.h:4156
↓ 11 callers
Function
parseReal3
3rdparty/tinyobjloader/tiny_obj_loader.h:997
↓ 10 callers
Function
stbi__blinn_8x8
fast 0..255 * 0..255 => 0..255 rounded multiplication
3rdparty/stb/stb_image.h:3805
↓ 10 callers
Function
stbi__malloc_mad3
3rdparty/stb/stb_image.h:1052
↓ 9 callers
Function
Union
src/utils/aabb.hpp:103
↓ 8 callers
Method
GetKey
src/utils/window.cpp:200
↓ 8 callers
Function
stbi__clamp
take a -128..127 value and stbi__clamp it and convert to 0..255
3rdparty/stb/stb_image.h:2382
↓ 8 callers
Function
stbi__convert_format
3rdparty/stb/stb_image.h:1735
↓ 8 callers
Function
stbi__mad3sizes_valid
returns 1 if "a*b*c + add" has no negative terms/factors and doesn't overflow
3rdparty/stb/stb_image.h:1028
↓ 7 callers
Function
DivideAndRoundUp
src/render/path_tracer.cpp:57
↓ 7 callers
Method
LoadTexture
src/managers/texture_manager.cpp:59
↓ 7 callers
Function
stbi__compute_y
3rdparty/stb/stb_image.h:1726
↓ 7 callers
Function
stbi__start_callbacks
initialize a callback-based context
3rdparty/stb/stb_image.h:833
↓ 7 callers
Function
stbi__start_mem
initialize a memory-decode context
3rdparty/stb/stb_image.h:823
↓ 6 callers
Function
g_Radiance
(u1)
src/shaders/denoiser.cs:40
↓ 6 callers
Function
parseInt
3rdparty/tinyobjloader/tiny_obj_loader.h:803
↓ 6 callers
Function
parseString
3rdparty/tinyobjloader/tiny_obj_loader.h:794
↓ 6 callers
Function
stbi__fopen
3rdparty/stb/stb_image.h:1317
↓ 6 callers
Function
stbi__get_marker
if there's a pending marker from the entropy stream, return that otherwise, fetch from the stream and get a marker. if there's no marker, return 0xff,
3rdparty/stb/stb_image.h:2885
↓ 6 callers
Function
stbi__hdr_test
3rdparty/stb/stb_image.h:7019
↓ 6 callers
Function
stbi__mul2sizes_valid
returns 1 if the product is valid, 0 on overflow. negative factors are considered invalid.
3rdparty/stb/stb_image.h:1011
↓ 6 callers
Function
stbi__start_file
3rdparty/stb/stb_image.h:874
↓ 5 callers
Function
stbi__cleanup_jpeg
clean up the temporary component buffers
3rdparty/stb/stb_image.h:3789
↓ 5 callers
Function
stbi__do_zlib
3rdparty/stb/stb_image.h:4432
↓ 5 callers
Function
stbi__getn
3rdparty/stb/stb_image.h:1646
↓ 5 callers
Function
stbi__hdr_gettoken
3rdparty/stb/stb_image.h:7031
↓ 5 callers
Function
stbi__jpeg_huff_decode
decode a jpeg huffman value from the bitstream
3rdparty/stb/stb_image.h:2074
↓ 5 callers
Function
stbi__jpeg_reset
after a restart interval, stbi__jpeg_reset the entropy decoder and the dc prediction
3rdparty/stb/stb_image.h:2902
↓ 5 callers
Function
stbi__paeth
3rdparty/stb/stb_image.h:4580
↓ 5 callers
Function
stbi__zbuild_huffman
3rdparty/stb/stb_image.h:4067
↓ 4 callers
Function
PackAlbedo
src/loaders/obj_loader.cpp:96
↓ 4 callers
Function
exportGroupsToShape
TODO(syoyo): refactor function.
3rdparty/tinyobjloader/tiny_obj_loader.h:1370
↓ 4 callers
Function
fixIndex
Make index zero-base, and also support relative index.
3rdparty/tinyobjloader/tiny_obj_loader.h:771
↓ 4 callers
Function
stbi__bitcount
3rdparty/stb/stb_image.h:5318
↓ 4 callers
Function
stbi__compute_y_16
3rdparty/stb/stb_image.h:1783
↓ 4 callers
Function
stbi__extend_receive
combined JPEG 'receive' and JPEG 'extend', since baseline always extends everything it receives.
3rdparty/stb/stb_image.h:2128
↓ 4 callers
Function
stbi__high_bit
returns 0..31 for the highest set bit
3rdparty/stb/stb_image.h:5306
↓ 4 callers
Function
stbi__jpeg_get_bit
3rdparty/stb/stb_image.h:2154
↓ 4 callers
Function
stbi__load_and_postprocess_8bit
3rdparty/stb/stb_image.h:1240
↓ 4 callers
Function
stbi__load_gif_main_outofmem
3rdparty/stb/stb_image.h:6874
↓ 4 callers
Function
stbi__malloc_mad2
mallocs with size overflow checking
3rdparty/stb/stb_image.h:1045
↓ 4 callers
Function
stbi__readval
3rdparty/stb/stb_image.h:6289
↓ 4 callers
Function
stbi__shiftsigned
extract an arbitrarily-aligned N-bit value (N=bits) from v, and then make it 8-bits long and fractionally extend it to full full range.
3rdparty/stb/stb_image.h:5331
↓ 4 callers
Function
stbi__tga_get_comp
returns STBI_rgb or whatever, 0 on error
3rdparty/stb/stb_image.h:5661
↓ 4 callers
Function
stbi__vertical_flip
3rdparty/stb/stb_image.h:1202
↓ 4 callers
Function
stbi__zget8
3rdparty/stb/stb_image.h:4139
↓ 3 callers
Function
ConvertComponent
src/loaders/hdr_loader.cpp:105
↓ 3 callers
Function
DivideAndRoundUp
src/render/denoiser.cpp:39
↓ 3 callers
Method
InitLeaf
src/acc_structures/bvh.hpp:54
↓ 3 callers
Function
LoadMtl
3rdparty/tinyobjloader/tiny_obj_loader.h:1823
↓ 3 callers
Function
LoadObj
3rdparty/tinyobjloader/tiny_obj_loader.h:2293
↓ 3 callers
Function
OldDecrunch
src/loaders/hdr_loader.cpp:180
↓ 3 callers
Method
Reset
src/render/denoiser.hpp:48
↓ 3 callers
Method
SetInput
src/render/post_process.cpp:53
↓ 3 callers
Method
SurfaceArea
src/utils/aabb.hpp:65
↓ 3 callers
Function
parseOnOff
3rdparty/tinyobjloader/tiny_obj_loader.h:1038
↓ 3 callers
Function
parseReal2
3rdparty/tinyobjloader/tiny_obj_loader.h:990
↓ 3 callers
Function
parseTriple
Parse triples with index offsets: i, i/j/k, i//k, i/j
3rdparty/tinyobjloader/tiny_obj_loader.h:1105
↓ 3 callers
Function
stbi__addsizes_valid
return 1 if the sum is valid, 0 on overflow. negative terms are considered invalid.
3rdparty/stb/stb_image.h:999
↓ 3 callers
Function
stbi__decode_jpeg_header
3rdparty/stb/stb_image.h:3330
↓ 3 callers
Function
stbi__free_jpeg_components
3rdparty/stb/stb_image.h:3207
↓ 3 callers
Function
stbi__hdr_convert
3rdparty/stb/stb_image.h:7053
↓ 3 callers
Function
stbi__info_main
3rdparty/stb/stb_image.h:7541
↓ 3 callers
Function
stbi__is_16_main
3rdparty/stb/stb_image.h:7583
↓ 3 callers
Function
stbi__load_and_postprocess_16bit
3rdparty/stb/stb_image.h:1266
↓ 3 callers
Function
stbi__loadf_main
3rdparty/stb/stb_image.h:1440
↓ 3 callers
Function
stbi__mad4sizes_valid
3rdparty/stb/stb_image.h:1036
↓ 3 callers
Function
stbi__malloc_mad4
3rdparty/stb/stb_image.h:1059
↓ 3 callers
Function
stbi__pic_is4
3rdparty/stb/stb_image.h:6258
↓ 3 callers
Function
stbi__pnm_getinteger
3rdparty/stb/stb_image.h:7482
↓ 3 callers
Function
stbi__pnm_info
3rdparty/stb/stb_image.h:7494
↓ 3 callers
Function
stbi__pnm_skip_whitespace
3rdparty/stb/stb_image.h:7463
↓ 3 callers
Function
stbi__zeof
3rdparty/stb/stb_image.h:4134
↓ 3 callers
Function
stbi__zexpand
3rdparty/stb/stb_image.h:4204
↓ 3 callers
Function
stbi__zhuffman_decode
3rdparty/stb/stb_image.h:4185
↓ 2 callers
Function
DivideAndRoundUp
src/render/simple_accumulator.cpp:39
↓ 2 callers
Function
DivideAndRoundUp
src/render/post_process.cpp:37
↓ 2 callers
Function
FilmicCurve
(float3 x)
src/shaders/tonemap.cs:31
↓ 2 callers
Method
GetHeight
src/utils/window.hpp:156
↓ 2 callers
Method
GetWidth
src/utils/window.hpp:155
↓ 2 callers
Function
InitMaterial
3rdparty/tinyobjloader/tiny_obj_loader.h:1303
↓ 2 callers
Method
Offset
src/utils/aabb.hpp:87
↓ 2 callers
Function
PackEmissionIdxTransparency
src/loaders/obj_loader.cpp:137
next →
1–100 of 482, ranked by callers