Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/a2flo/floor
/ functions
Functions
2,540 in github.com/a2flo/floor
⨍
Functions
2,540
◇
Types & classes
834
Function
constexpr
compute/device/image.hpp:460
Function
constexpr
can we fallback to a sub-group level implementation?
compute/device/compute_algorithm.hpp:201
Method
constructor_type
core/serializer.hpp:98
Method
contains
math/bbox.hpp:141
Method
controller_type_to_string
vr/vr_context.cpp:197
Function
convert_data
compute/device/image.hpp:340
Method
convert_perf_counter_to_time
vr/openxr_input.cpp:1140
Method
convert_time_to_ticks
vr/openxr_input.cpp:1121
Method
coord_to_offset
-> coord to offset functions for all image dims, note that coord is assumed to be clamped and a floor vector 1D, 1D buffer
compute/device/host_image.hpp:234
Method
copy
compute/opencl/opencl_buffer.cpp:159
Method
copy
compute/vulkan/vulkan_buffer.cpp:273
Method
copy
compute/cuda/cuda_buffer.cpp:282
Method
copy_check
compute/compute_buffer.hpp:280
Function
copy_depth_texture
compute/cuda/cuda_image.cpp:942
Function
copysign
constexpr/const_math.hpp:1034
Function
copysign
compute/device/host.hpp:76
Function
copysign
compute/device/metal.hpp:94
Function
copysign
provide copysign implementation (not available in SPIR-V/GLSL)
compute/device/vulkan_post.hpp:30
Function
cos
compute/device/cuda.hpp:87
Function
cosh
constexpr/const_math.hpp:815
Function
cosh
compute/device/host.hpp:60
Function
cosh
compute/device/cuda.hpp:386
Function
count
returns the number of components that are equal to value
math/vector.hpp:1538
Function
cptr_hex_escape
core/core.cpp:505
Method
crbegin
constexpr/const_array.hpp:103
Method
crbegin
core/flat_map.hpp:263
Method
create_arg_handler
compute/opencl/opencl_kernel.cpp:132
Method
create_argument_buffer
compute/compute_kernel.cpp:55
Method
create_argument_buffer_internal
compute/compute_kernel.cpp:95
Method
create_argument_buffer_internal
compute/host/host_kernel.cpp:1319
Method
create_argument_buffer_internal
compute/vulkan/vulkan_kernel.cpp:529
Method
create_argument_buffer_internal
compute/cuda/cuda_kernel.cpp:237
Method
create_buffer
compute/compute_context.hpp:155
Method
create_buffer
compute/opencl/opencl_compute.cpp:832
Method
create_cmd_buffer
graphics/vulkan/vulkan_renderer.cpp:102
Method
create_cmd_pool
creates a new command pool, returning a *non-owning* reference to it
compute/vulkan/vulkan_queue.cpp:491
Method
create_compute_queue
create a compute-only queue for the specified device NOTE: this is only relevant on backends that a) offer graphics supports and b) offer compute-only
compute/compute_context.hpp:124
Method
create_compute_queue
compute/vulkan/vulkan_compute.cpp:2580
Method
create_cuda_program
compute/cuda/cuda_compute.cpp:610
Method
create_cuda_program_internal
compute/cuda/cuda_compute.cpp:621
Method
create_directory
core/file_io.cpp:643
Method
create_encoder
compute/vulkan/vulkan_kernel.cpp:157
Method
create_fence
compute/host/host_compute.cpp:274
Method
create_fence
compute/opencl/opencl_compute.cpp:827
Method
create_fence
compute/vulkan/vulkan_compute.cpp:2615
Method
create_fence
compute/cuda/cuda_compute.cpp:424
Method
create_fixed_sampler_set
compute/vulkan/vulkan_compute.cpp:2842
Method
create_gl_buffer
compute/compute_buffer.cpp:77
Method
create_gl_image
compute/compute_image.cpp:45
Method
create_graphics_pass
compute/compute_context.cpp:129
Method
create_graphics_pass
compute/vulkan/vulkan_compute.cpp:2965
Method
create_graphics_pipeline
compute/compute_context.cpp:124
Method
create_graphics_pipeline
compute/vulkan/vulkan_compute.cpp:2956
Method
create_graphics_renderer
compute/compute_context.cpp:134
Method
create_graphics_renderer
compute/vulkan/vulkan_compute.cpp:2974
Method
create_host_program
compute/host/host_compute.cpp:498
Method
create_host_program_internal
compute/host/host_compute.cpp:507
Method
create_image
compute/compute_context.hpp:246
Method
create_image
compute/opencl/opencl_compute.cpp:868
Method
create_image
compute/vulkan/vulkan_compute.cpp:2644
Method
create_indirect_command_pipeline
compute/host/host_compute.cpp:555
Method
create_indirect_command_pipeline
compute/opencl/opencl_compute.cpp:1168
Method
create_indirect_command_pipeline
compute/vulkan/vulkan_compute.cpp:3077
Method
create_indirect_command_pipeline
compute/cuda/cuda_compute.cpp:778
Method
create_internal
compute/host/host_image.cpp:69
Method
create_internal
compute/host/host_buffer.cpp:61
Method
create_internal
compute/opencl/opencl_buffer.cpp:81
Method
create_internal
compute/opencl/opencl_image.cpp:84
Method
create_internal
compute/vulkan/vulkan_image.cpp:111
Method
create_internal
compute/vulkan/vulkan_buffer.cpp:58
Method
create_opencl_program
compute/opencl/opencl_compute.cpp:995
Method
create_opencl_program_internal
compute/opencl/opencl_compute.cpp:1027
Method
create_program_entry
compute/host/host_compute.cpp:545
Method
create_program_entry
compute/opencl/opencl_compute.cpp:1103
Method
create_program_entry
compute/vulkan/vulkan_compute.cpp:2836
Method
create_program_entry
compute/cuda/cuda_compute.cpp:772
Method
create_queue
compute/host/host_compute.cpp:270
Method
create_queue
compute/opencl/opencl_compute.cpp:756
Method
create_queue
compute/vulkan/vulkan_compute.cpp:2575
Method
create_queue
compute/cuda/cuda_compute.cpp:397
Method
create_queue_internal
compute/vulkan/vulkan_compute.cpp:2545
Method
create_shared_buffer
compute/host/host_buffer.cpp:483
Method
create_shared_image
compute/host/host_image.cpp:501
Function
create_tmp_file_names
core/core.hpp:125
Method
create_tracker_actions_and_spaces
vr/openxr_input.cpp:903
Method
create_tupled_args
compute/device/logger.hpp:89
Method
create_vulkan_framebuffer
graphics/vulkan/vulkan_renderer.cpp:57
Method
create_vulkan_program
compute/vulkan/vulkan_compute.cpp:2749
Method
create_vulkan_program_internal
compute/vulkan/vulkan_compute.cpp:2766
Method
crend
constexpr/const_array.hpp:104
Method
crend
core/flat_map.hpp:264
Function
ctz
returns an int vector containing the number of trailing 0-bits of each component in this vector
math/vector.hpp:1985
Function
cubic_interpolated
cubic interpolation (with *this = a, interpolation between a and b, and values in order [a_prev, a, b, b_next])
math/vector.hpp:1837
Method
cuda_argument_buffer
compute/cuda/cuda_argument_buffer.cpp:25
Method
cuda_buffer
compute/cuda/cuda_buffer.hpp:43
Method
cuda_buffer
compute/cuda/cuda_buffer.cpp:38
Method
cuda_compute
compute/cuda/cuda_compute.cpp:32
Method
cuda_device
compute/cuda/cuda_device.cpp:21
Method
cuda_image
compute/cuda/cuda_image.cpp:179
Method
cuda_kernel
compute/cuda/cuda_kernel.cpp:28
← previous
next →
901–1,000 of 2,540, ranked by callers