MCPcopy Create free account

hub / github.com/a2flo/floor / functions

Functions2,540 in github.com/a2flo/floor

Functionacquire_sync_image
compute/host/host_image.cpp:323
Methodacquire_vulkan_buffer
acquires the associated Vulkan buffer for use with compute (-> release from Vulkan use) NOTE: "cqueue" must be a compute_queue of the compute context,
compute/compute_buffer.hpp:154
Methodacquire_vulkan_buffer
compute/host/host_buffer.cpp:460
Methodacquire_vulkan_buffer
compute/cuda/cuda_buffer.cpp:560
Methodacquire_vulkan_image
acquires the associated Vulkan image for use with compute (-> release from Vulkan use) NOTE: "cqueue" must be a compute_queue of the compute context (
compute/compute_image.hpp:173
Methodacquire_vulkan_image
compute/host/host_image.cpp:478
Methodacquire_vulkan_image
compute/cuda/cuda_image.cpp:1155
Methodadd
core/timer.hpp:64
Methodadd_event_handler
core/event.hpp:44
Methodadd_event_handler
core/event.cpp:331
Methodadd_file
audio/audio_store.cpp:42
Methodadd_hand_bool_event
vr/openxr_input.cpp:1158
Methodadd_hand_float2_event
vr/openxr_input.cpp:1274
Methodadd_hand_float_event
vr/openxr_input.cpp:1216
Methodadd_hand_tracking_poses
vr/openxr_input.cpp:1370
Methodadd_internal_event_handler
core/event.hpp:49
Functionadd_option
adds a single options
core/option_handler.hpp:78
Functionadd_options
adds multiple options at once (NOTE: use braces { ... })
core/option_handler.hpp:83
Methodadd_precompiled_program_file
compute/host/host_compute.cpp:539
Methodadd_precompiled_program_file
compute/opencl/opencl_compute.cpp:1096
Methodadd_precompiled_program_file
compute/vulkan/vulkan_compute.cpp:2801
Methodadd_precompiled_program_file
compute/cuda/cuda_compute.cpp:765
Methodadd_program
compute/host/host_compute.cpp:432
Methodadd_program
compute/opencl/opencl_compute.cpp:942
Methodadd_program
compute/vulkan/vulkan_compute.cpp:2700
Methodadd_program
compute/cuda/cuda_compute.cpp:559
Methodadd_program_file
compute/opencl/opencl_compute.cpp:953
Methodadd_program_file
compute/vulkan/vulkan_compute.cpp:2711
Methodadd_program_file
compute/cuda/cuda_compute.cpp:570
Methodadd_program_source
compute/host/host_compute.cpp:470
Methodadd_program_source
compute/opencl/opencl_compute.cpp:974
Methodadd_program_source
compute/vulkan/vulkan_compute.cpp:2730
Methodadd_program_source
compute/cuda/cuda_compute.cpp:590
Methodadd_raw
audio/audio_store.cpp:106
Methodadd_resources
adds resources from another resource tracking object state
compute/metal/metal_resource_tracking.hpp:42
Methodadd_source
audio/audio_controller.cpp:154
Methodadd_universal_binary
compute/host/host_compute.cpp:406
Methodadd_universal_binary
compute/opencl/opencl_compute.cpp:913
Methodadd_universal_binary
compute/vulkan/vulkan_compute.cpp:2673
Methodadd_universal_binary
compute/cuda/cuda_compute.cpp:532
Functionaftermath_gpu_crash_dump
compute/vulkan/vulkan_compute.cpp:211
Functionaftermath_shader_debug_info
compute/vulkan/vulkan_compute.cpp:219
Methodalign_size
aligns the specified size to the minimal multiple memory size (always upwards!)
compute/compute_memory.hpp:46
Methodaligned_ptr
core/aligned_ptr.hpp:59
Functionall
math/vector.hpp:1381
Functionangle
returns the angle between this vector and another vector
math/vector.hpp:1031
Functionany
math/vector.hpp:1375
Methodapply_on_levels
compute/compute_image.hpp:469
Functionarg_pre_handler
compute/vulkan/vulkan_args.hpp:399
Methodargument_buffer
compute/argument_buffer.cpp:23
Functionarithmetic_type clamp
math/rt_math.hpp:106
Methodarray_node
core/json.cpp:675
Functionas_tuple
returns this vector as a tuple
math/vector.hpp:2131
Methodas_tuple
returns this matrix as a tuple
math/matrix4.hpp:424
Functionas_tuple_ref
returns this vector as a tuple, with each tuple element referencing its corresponding vector component
math/vector.hpp:2136
Functionasinh
constexpr/const_math.hpp:831
Functionasinh
compute/device/host.hpp:62
Functionasinh
compute/device/cuda.hpp:397
Methodassign_token_sub_types
core/json.cpp:577
Functionatan
compute/device/host.hpp:57
Functionatan2
constexpr/const_math.hpp:778
Functionatan2
compute/device/cuda.hpp:366
Functionatanh
constexpr/const_math.hpp:845
Functionatanh
compute/device/host.hpp:64
Functionatanh
compute/device/cuda.hpp:405
Functionatom_cmpxchg
NOTE: the trouble with these is that pointer bitcasts are problematic in Vulkan
compute/device/opencl_atomic.hpp:346
Functionatom_dec
compute/device/opencl_atomic.hpp:101
Functionatom_inc
compute/device/opencl_atomic.hpp:85
Functionatom_load
load (no proper instruction for this, so just perform a "+ 0")
compute/device/opencl_atomic.hpp:299
Functionatom_or
compute/device/opencl_atomic.hpp:223
Functionatom_store
store (simple alias of xchg)
compute/device/opencl_atomic.hpp:265
Functionatom_xor
compute/device/opencl_atomic.hpp:248
Functionatomic_add
add
compute/device/host_atomic.hpp:81
Functionatomic_and
compute/device/host_atomic.hpp:223
Functionatomic_and
and
compute/device/metal_atomic.hpp:332
Functionatomic_cmpxchg
cmpxchg (up here, because it's needed by the fallback implementations)
compute/device/host_atomic.hpp:51
Functionatomic_cmpxchg
cmpxchg
compute/device/metal_atomic.hpp:280
Functionatomic_dec
dec
compute/device/host_atomic.hpp:141
Functionatomic_dec
dec
compute/device/metal_atomic.hpp:225
Functionatomic_inc
inc
compute/device/host_atomic.hpp:121
Functionatomic_inc
inc
compute/device/metal_atomic.hpp:203
Functionatomic_load
compute/device/host_atomic.hpp:287
Functionatomic_load
load
compute/device/metal_atomic.hpp:403
Functionatomic_max
threading/atomics.hpp:27
Functionatomic_max
compute/device/host_atomic.hpp:203
Functionatomic_min
min
compute/device/host_atomic.hpp:183
Functionatomic_or
or
compute/device/host_atomic.hpp:237
Functionatomic_or
or
compute/device/metal_atomic.hpp:346
Methodatomic_shared_ptr
constructors:
threading/atomic_shared_ptr.hpp:66
Functionatomic_store
store
compute/device/host_atomic.hpp:265
Functionatomic_store
store
compute/device/metal_atomic.hpp:374
Functionatomic_sub
sub
compute/device/host_atomic.hpp:101
Functionatomic_xchg
xchg
compute/device/host_atomic.hpp:161
Functionatomic_xchg
xchg
compute/device/metal_atomic.hpp:247
Functionatomic_xor
xor
compute/device/host_atomic.hpp:251
Functionatomic_xor
xor
compute/device/metal_atomic.hpp:360
Methodattachment_t
graphics/graphics_renderer.hpp:144
Methodaudio_controller
static class
audio/audio_controller.hpp:79
Methodaudio_source
audio/audio_source.cpp:27
Methodaudio_store
static class
audio/audio_store.hpp:78
← previousnext →701–800 of 2,540, ranked by callers