MCPcopy Create free account

hub / github.com/TomClabault/HIPRT-Path-Tracer / functions

Functions2,777 in github.com/TomClabault/HIPRT-Path-Tracer

↓ 2 callersMethodset_emission_texture_index
src/HostDeviceCommon/Material/MaterialPacked.h:726
↓ 2 callersMethodset_envmap
src/Renderer/GPURenderer.cpp:962
↓ 2 callersMethodset_interacting_left_button
src/UI/Interaction/RenderWindowMouseInteractor.cpp:37
↓ 2 callersMethodset_interacting_right_button
src/UI/Interaction/RenderWindowMouseInteractor.cpp:42
↓ 2 callersMethodset_material_index
src/Device/includes/NestedDielectrics.h:89
↓ 2 callersMethodset_metallic_texture_index
src/HostDeviceCommon/Material/MaterialPacked.h:730
↓ 2 callersMethodset_normal_map_texture_index
src/HostDeviceCommon/Material/MaterialPacked.h:725
↓ 2 callersMethodset_odd_parity
src/Device/includes/NestedDielectrics.h:81
↓ 2 callersMethodset_pointer_to_macro
src/Compiler/GPUKernelCompilerOptions.cpp:438
↓ 2 callersMethodset_priority
src/Device/includes/NestedDielectrics.h:65
↓ 2 callersMethodset_render_low_resolution
src/UI/DisplayView/DisplayViewSystem.cpp:432
↓ 2 callersMethodset_roughness_metallic_texture_index
src/HostDeviceCommon/Material/MaterialPacked.h:728
↓ 2 callersMethodset_roughness_texture_index
src/HostDeviceCommon/Material/MaterialPacked.h:729
↓ 2 callersMethodset_scene
src/Renderer/GPURenderer.cpp:952
↓ 2 callersMethodset_sheen_texture_index
src/HostDeviceCommon/Material/MaterialPacked.h:734
↓ 2 callersMethodset_specular_texture_index
src/HostDeviceCommon/Material/MaterialPacked.h:732
↓ 2 callersMethodset_specular_transmission_texture_index
src/HostDeviceCommon/Material/MaterialPacked.h:735
↓ 2 callersMethodset_use_normals
src/Renderer/OpenImageDenoiser.cpp:17
↓ 2 callersFunctionsquare_to_triangle
* Reference: [A Low-Distortion Map Between Triangle and Square, Heitz, 2019] * * Maps a point in a square to a point in an arbitrary triangle */
src/Device/includes/LightSampling/LightUtils.h:142
↓ 2 callersFunctionstbi__addints_valid
returns 1 if the sum of two signed ints is valid (between -2^31 and 2^31-1 inclusive), 0 on overflow.
thirdparties/stbi/stb_image.h:1068
↓ 2 callersFunctionstbi__bit_reverse
thirdparties/stbi/stb_image.h:4114
↓ 2 callersFunctionstbi__bmp_parse_header
thirdparties/stbi/stb_image.h:5447
↓ 2 callersFunctionstbi__bmp_set_mask_defaults
thirdparties/stbi/stb_image.h:5421
↓ 2 callersFunctionstbi__build_huffman
thirdparties/stbi/stb_image.h:2001
↓ 2 callersFunctionstbi__check_png_header
thirdparties/stbi/stb_image.h:4599
↓ 2 callersFunctionstbi__copyval
thirdparties/stbi/stb_image.h:6380
↓ 2 callersFunctionstbi__create_png_image_raw
create the png data from post-deflated data
thirdparties/stbi/stb_image.h:4650
↓ 2 callersFunctionstbi__fill_bits
thirdparties/stbi/stb_image.h:4199
↓ 2 callersFunctionstbi__gif_header
thirdparties/stbi/stb_image.h:6607
↓ 2 callersFunctionstbi__gif_load_next
this function is designed to support animated gifs, although stb_image doesn't support it two back is the image from two frames ago, used for a very s
thirdparties/stbi/stb_image.h:6777
↓ 2 callersFunctionstbi__gif_parse_colortable
thirdparties/stbi/stb_image.h:6596
↓ 2 callersFunctionstbi__gif_test
thirdparties/stbi/stb_image.h:6589
↓ 2 callersFunctionstbi__hdr_load
thirdparties/stbi/stb_image.h:7157
↓ 2 callersFunctionstbi__hdr_test_core
thirdparties/stbi/stb_image.h:7086
↓ 2 callersFunctionstbi__jpeg_decode_block
decode one 64-entry block--
thirdparties/stbi/stb_image.h:2208
↓ 2 callersFunctionstbi__jpeg_decode_block_prog_dc
thirdparties/stbi/stb_image.h:2263
↓ 2 callersFunctionstbi__jpeg_get_bits
get some unsigned bits
thirdparties/stbi/stb_image.h:2167
↓ 2 callersFunctionstbi__load_main
thirdparties/stbi/stb_image.h:1135
↓ 2 callersFunctionstbi__mul2shorts_valid
returns 1 if the product of two signed shorts is valid, 0 on overflow.
thirdparties/stbi/stb_image.h:1076
↓ 2 callersFunctionstbi__parse_png_file
thirdparties/stbi/stb_image.h:5079
↓ 2 callersFunctionstbi__png_info_raw
thirdparties/stbi/stb_image.h:5309
↓ 2 callersFunctionstbi__process_marker
thirdparties/stbi/stb_image.h:3097
↓ 2 callersFunctionstbi__refill_buffer
thirdparties/stbi/stb_image.h:1595
↓ 2 callersFunctionstbi__setup_jpeg
set up the kernels
thirdparties/stbi/stb_image.h:3819
↓ 2 callersFunctionstbi__tga_read_rgb16
read 16bit value and convert to 24bit RGB
thirdparties/stbi/stb_image.h:5851
↓ 2 callersFunctionstbi_load
thirdparties/stbi/stb_image.h:1364
↓ 2 callersFunctionstbi_loadf
thirdparties/stbi/stb_image.h:1491
↓ 2 callersFunctionstbi_set_flip_vertically_on_load
thirdparties/stbi/stb_image.h:1114
↓ 2 callersFunctionstbi_set_flip_vertically_on_load_thread
thirdparties/stbi/stb_image.h:1124
↓ 2 callersFunctionstbi_write_bmp_core
thirdparties/stbi/stb_image_write.h:492
↓ 2 callersFunctionstbi_write_hdr
thirdparties/stbi/stb_image_write.h:794
↓ 2 callersFunctionstbi_write_hdr_core
thirdparties/stbi/stb_image_write.h:761
↓ 2 callersFunctionstbi_write_jpg_core
thirdparties/stbi/stb_image_write.h:1398
↓ 2 callersFunctionstbi_write_png
thirdparties/stbi/stb_image_write.h:1215
↓ 2 callersFunctionstbi_write_png_to_mem
thirdparties/stbi/stb_image_write.h:1128
↓ 2 callersFunctionstbi_write_tga_core
thirdparties/stbi/stb_image_write.h:532
↓ 2 callersFunctionstbi_zlib_compress
thirdparties/stbi/stb_image_write.h:895
↓ 2 callersFunctionstbiw__fopen
thirdparties/stbi/stb_image_write.h:304
↓ 2 callersFunctionstbiw__jpg_DCT
thirdparties/stbi/stb_image_write.h:1270
↓ 2 callersFunctionstbiw__jpg_calcBits
thirdparties/stbi/stb_image_write.h:1318
↓ 2 callersFunctionstbiw__linear_to_rgbe
thirdparties/stbi/stb_image_write.h:639
↓ 2 callersFunctionstbiw__writefv
thirdparties/stbi/stb_image_write.h:349
↓ 2 callersFunctionstbiw__zhash
thirdparties/stbi/stb_image_write.h:867
↓ 2 callersFunctionstbiw__zlib_countm
thirdparties/stbi/stb_image_write.h:859
↓ 2 callersMethodstep_animations
src/Renderer/GPURenderer.cpp:368
↓ 2 callersMethodstore_reservoir_opt
src/Device/includes/ReSTIR/ReGIR/ReservoirSoA.h:39
↓ 2 callersMethodstore_sample
src/Device/includes/ReSTIR/ReGIR/ReservoirSoA.h:13
↓ 2 callersMethodstream_sample
src/Device/includes/ReSTIR/ReGIR/Reservoir.h:46
↓ 2 callersMethodsynchronize_async_compute
src/Renderer/RenderPasses/ReGIRRenderPass.cpp:803
↓ 2 callersFunctionthread_idx_x
src/HostDeviceCommon/Math.h:80
↓ 2 callersFunctionthread_idx_y
src/HostDeviceCommon/Math.h:81
↓ 2 callersMethodto_linear_rgb
src/Image/Image.cpp:501
↓ 2 callersMethodtoneMap
thirdparties/nvidia-FLIP/FLIP.h:1395
↓ 2 callersMethodtry_resize
src/Renderer/RenderPasses/NEEPlusPlusHashGridStorage.cpp:119
↓ 2 callersMethodunmap_buffers
src/Renderer/GPURenderer.cpp:519
↓ 2 callersFunctionunpack_Snorm12
src/HostDeviceCommon/Packing.h:339
↓ 2 callersMethodunpack_to_GL_texture
src/HIPRT-Orochi/OrochiBuffer.h:449
↓ 2 callersMethodupdate_all_cell_alive_count
src/Renderer/RenderPasses/ReGIRRenderPass.cpp:946
↓ 2 callersMethodupdate_current_display_program_uniforms
src/UI/DisplayView/DisplayViewSystem.cpp:377
↓ 2 callersMethodupdate_line
src/UI/ImGui/ImGuiLogger.cpp:158
↓ 2 callersMethodupdate_renderer_view_rotation
src/UI/RenderWindow.cpp:749
↓ 2 callersMethodupdate_renderer_view_zoom
src/UI/RenderWindow.cpp:763
↓ 2 callersMethodupdate_selected_display_view
src/UI/DisplayView/DisplayViewSystem.cpp:135
↓ 2 callersMethodupload_data_partial
src/Renderer/GPUDataStructures/MaterialPackedSoAGPUData.h:121
↓ 2 callersMethodupload_triangle_indices
src/HIPRT-Orochi/HIPRTScene.h:37
↓ 2 callersMethodwrite_image_hdr
src/Image/Image.cpp:109
↓ 2 callersMethod~tensor
thirdparties/nvidia-FLIP/FLIP.h:1188
↓ 1 callersFunctionCalculateNumXLevels
thirdparties/tinyexr/tinyexr.h:5502
↓ 1 callersFunctionCalculateNumYLevels
thirdparties/tinyexr/tinyexr.h:5540
↓ 1 callersFunctionCeilLog2
thirdparties/tinyexr/tinyexr.h:5482
↓ 1 callersFunctionChannelsInLayer
thirdparties/tinyexr/tinyexr.h:6111
↓ 1 callersFunctionCompressPiz
thirdparties/tinyexr/tinyexr.h:3088
↓ 1 callersFunctionCompressRle
thirdparties/tinyexr/tinyexr.h:1618
↓ 1 callersFunctionCompressZfp
Assume pixel format is FLOAT for all channels.
thirdparties/tinyexr/tinyexr.h:3523
↓ 1 callersFunctionCompressZip
thirdparties/tinyexr/tinyexr.h:1309
↓ 1 callersFunctionComputeChannelLayout
thirdparties/tinyexr/tinyexr.h:4248
↓ 1 callersFunctionDecodeEXRImage
thirdparties/tinyexr/tinyexr.h:5895
↓ 1 callersFunctionDecodeTiledPixelData
thirdparties/tinyexr/tinyexr.h:4212
↓ 1 callersFunctionDecompressPiz
thirdparties/tinyexr/tinyexr.h:3207
↓ 1 callersFunctionDecompressRle
thirdparties/tinyexr/tinyexr.h:1687
← previousnext →701–800 of 2,777, ranked by callers