MCPcopy Create free account

hub / github.com/a2flo/floor / functions

Functions2,532 in github.com/a2flo/floor

Methodrotation_named
include/floor/math/matrix4.hpp:523
Methodrotl32
hash computation helper function
include/floor/constexpr/const_string.hpp:227
Functionround
include/floor/device/backend/cuda.hpp:75
Methodrun
src/core/logger.cpp:126
Methodrun
src/device/vulkan/vulkan_queue.cpp:149
Methodrun
the tasks threads run method (only used internally)
include/floor/threading/task.hpp:64
Functionrun_host_device_group_item
src/device/host/host_function.cpp:1202
Functionrun_host_group_item
src/device/host/host_function.cpp:1024
Functionsafe_guard
include/floor/threading/thread_safety.hpp:179
Functionsafe_multi_guard
copy and move are not allowed
include/floor/threading/thread_safety.hpp:309
Functionsafe_mutex
include/floor/threading/thread_safety.hpp:76
Methodsafe_resource_container
include/floor/threading/safe_resource_container.hpp:47
Functionsafe_shared_guard
include/floor/threading/thread_safety.hpp:201
Functionsafe_shared_multi_guard
copy and move are not allowed
include/floor/threading/thread_safety.hpp:455
Methodsampler
include/floor/device/backend/vulkan_image.hpp:63
Methodsampler
must be known at compile-time for now
include/floor/device/backend/metal_image.hpp:124
Methodsampler_index
include/floor/device/backend/cuda_sampler.hpp:85
Methodscaling
returns a scale matrix with the specified scale components
include/floor/math/matrix4.hpp:468
Functionscan
include/floor/device/backend/algorithm.hpp:325
Functionscan_local_memory_elements
include/floor/device/backend/algorithm.hpp:673
Methodseek
src/core/file_io.cpp:388
Methodseek_read
src/core/file_io.cpp:396
Methodseek_write
src/core/file_io.cpp:400
Functionselect
ternary / component-wise select between "true_vec" and "false_vec" based on the value of "cond_vec"
include/floor/math/vector.hpp:1707
Functionselect_halley_iters
include/floor/constexpr/const_math.hpp:558
Methodselect_lod
include/floor/device/backend/host_image.hpp:464
Methodserialize
include/floor/core/serializer.hpp:178
Methodserialize
include/floor/core/serializer.hpp:222
Methodserialize
include/floor/core/serializer.hpp:245
Methodserialize
include/floor/core/serializer.hpp:272
Methodserialize
include/floor/core/serializer.hpp:305
Methodserialize
include/floor/core/serializer.hpp:341
Methodserialize
include/floor/core/serializer.hpp:391
Methodserialize
include/floor/core/serializer.hpp:427
Methodserializer
include/floor/core/serializer.hpp:74
Methodserializer_storage_wrapper
include/floor/core/serializer_storage.hpp:36
Methodset_and_handle_arguments
src/device/vulkan/vulkan_function.cpp:517
Functionset_argument
include/floor/device/metal/metal_args.hpp:89
Functionset_argument_buffer_array
include/floor/device/metal/metal_args.hpp:171
Functionset_argument_image_array
include/floor/device/metal/metal_args.hpp:360
Methodset_arguments
src/device/host/host_argument_buffer.cpp:32
Methodset_arguments
src/device/vulkan/vulkan_argument_buffer.cpp:69
Methodset_arguments
src/device/cuda/cuda_argument_buffer.cpp:32
Methodset_arguments
include/floor/device/argument_buffer.hpp:46
Methodset_arguments_vector
src/device/indirect_command.cpp:319
Methodset_arguments_vector
src/device/vulkan/vulkan_indirect_command.cpp:482
Methodset_attachment
src/device/graphics_renderer.cpp:112
Methodset_attachment
src/device/vulkan/vulkan_renderer.cpp:538
Methodset_attachments
src/device/graphics_renderer.cpp:50
Methodset_attachments
src/device/vulkan/vulkan_renderer.cpp:510
Methodset_attachments
include/floor/device/graphics_renderer.hpp:192
Functionset_buffer_mutability
include/floor/device/metal/metal_args.hpp:574
Methodset_caption
src/floor/floor.cpp:1232
Methodset_const_function_argument
src/device/opencl/opencl_function.cpp:143
Methodset_cursor_visible
src/floor/floor.cpp:1240
Methodset_data_path
src/floor/floor.cpp:1257
Methodset_debug_label
src/device/argument_buffer.cpp:27
Methodset_debug_label
src/device/device_memory.cpp:141
Methodset_debug_label
src/device/vulkan/vulkan_fence.cpp:80
Methodset_debug_label
src/device/vulkan/vulkan_argument_buffer.cpp:89
Methodset_debug_label
src/device/vulkan/vulkan_buffer.cpp:443
Methodset_debug_label
src/device/vulkan/vulkan_queue.cpp:861
Methodset_debug_name
src/core/json.cpp:542
Methodset_debug_names
src/core/json.cpp:538
Methodset_depth_attachment
src/device/graphics_renderer.cpp:120
Methodset_depth_attachment
src/device/vulkan/vulkan_renderer.cpp:556
Methodset_fov
src/floor/floor.cpp:1439
Methodset_fullscreen
src/floor/floor.cpp:1197
Methodset_function_argument
src/device/opencl/opencl_function.cpp:162
Methodset_hdr_metadata
src/device/device_context.cpp:163
Methodset_hdr_metadata
src/device/vulkan/vulkan_context.cpp:3633
Functionset_image_array_argument
src/device/vulkan/internal/vulkan_args.hpp:310
Functionset_random_seed
src/core/core.cpp:423
Methodset_screen_size
src/floor/floor.cpp:1186
Methodset_tessellation_factors
src/device/graphics_renderer.cpp:125
Methodset_upscaling
src/floor/floor.cpp:1526
Methodset_verbosity
src/core/logger.cpp:417
Methodset_vk_screen_hdr_metadata
src/device/vulkan/vulkan_context.cpp:3643
Methodset_vsync
src/floor/floor.cpp:1210
Functionset_vulkan_debug_label
src/device/vulkan/internal/vulkan_debug.hpp:50
Methodset_vulkan_validation_ignored
sets the state of whether validation layer errors should be printed/logged
include/floor/device/vulkan/vulkan_context.hpp:198
Methodshared_ptr<T>
include/floor/threading/atomic_shared_ptr.hpp:189
Functionshmwrap
include/floor/constexpr/const_math.hpp:951
Functionshmwrapped
shingled signed mirrored/alternating wrapping of all components of this vector around/to [0, max), i.e. creating a triangle/zigzag signal from a linea
include/floor/math/vector.hpp:1058
Methodshould_ignore_function_for_device
src/device/device_program.cpp:32
Methodshould_log_vulkan_binary
src/device/vulkan/vulkan_function.cpp:50
Functionsighandler
src/core/sig_handler.cpp:46
Functionsign
include/floor/math/vector.hpp:2137
Functionsign_bit
include/floor/math/vector.hpp:2154
Methodsignal_fence
src/device/vulkan/vulkan_renderer.cpp:693
Functionsimd_barrier
include/floor/device/backend/opencl.hpp:142
Functionsimd_barrier
include/floor/device/backend/metal.hpp:266
Functionsimd_barrier
include/floor/device/backend/cuda.hpp:510
Functionsimd_shuffle
shuffle functionality
include/floor/device/backend/cuda.hpp:515
Functionsimd_shuffle_down
include/floor/device/backend/cuda.hpp:540
Functionsimd_shuffle_xor
include/floor/device/backend/cuda.hpp:590
Functionsin
include/floor/device/backend/cuda.hpp:81
Functionsinh
include/floor/constexpr/const_math.hpp:805
Functionsinh
include/floor/device/backend/host.hpp:58
Functionsinh
include/floor/device/backend/cuda.hpp:270
← previousnext →2,101–2,200 of 2,532, ranked by callers