Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/a2flo/floor
/ functions
Functions
2,532 in github.com/a2flo/floor
⨍
Functions
2,532
◇
Types & classes
1,019
Method
get_hdr_display_max_nits
src/device/device_context.cpp:179
Method
get_hdr_linear
src/floor/floor.cpp:1466
Method
get_hdr_range_max
src/device/device_context.cpp:175
Method
get_heap_private_size
src/floor/floor.cpp:1367
Method
get_heap_shared_size
src/floor/floor.cpp:1371
Method
get_height
src/floor/floor.cpp:1304
Method
get_hidpi
src/floor/floor.cpp:1454
Method
get_host_data
returns the associated host memory span/range
include/floor/device/device_memory.hpp:51
Method
get_host_image_buffer_ptr
returns a direct pointer to the internal host image buffer
include/floor/device/host/host_image.hpp:52
Method
get_host_image_program_info
returns the internal structure necessary to run a function/program with this image
include/floor/device/host/host_image.hpp:57
Method
get_image_data_size_at_mip_level
returns the data size necessary to store this image in memory at the specified mip level
include/floor/device/device_image.hpp:228
Method
get_image_sample_count
returns the sample count of this image
include/floor/device/device_image.hpp:266
Function
get_instance_id
NOTE: not supported
include/floor/device/backend/host_post.hpp:34
Method
get_kernel_dim
returns the kernel dimensionality
include/floor/device/toolchain.hpp:165
Method
get_key_repeat
src/floor/floor.cpp:1351
Method
get_ldouble_click_time
src/floor/floor.cpp:1355
Method
get_line
src/core/file_io.cpp:286
Method
get_line_and_column_from_iter
src/lang/lexer.cpp:488
Function
get_local_id
include/floor/device/backend/host.hpp:212
Function
get_local_size
include/floor/device/backend/host.hpp:218
Method
get_max_distinct_compute_queue_count
src/device/host/host_context.cpp:291
Method
get_max_distinct_compute_queue_count
src/device/vulkan/vulkan_context.cpp:3251
Method
get_max_distinct_compute_queue_count
returns the max amount of distinct compute-only queues that can be created by the context for the specified device, returns empty if there is no parti
include/floor/device/device_context.hpp:155
Method
get_max_distinct_queue_count
src/device/host/host_context.cpp:287
Method
get_max_distinct_queue_count
src/device/vulkan/vulkan_context.cpp:3246
Method
get_max_distinct_queue_count
returns the max amount of distinct queues that can be created by the context for the specified device, returns empty if there is no particular max amo
include/floor/device/device_context.hpp:149
Method
get_mdouble_click_time
src/floor/floor.cpp:1359
Method
get_memory_from_resource_registry
src/device/device_context.cpp:187
Method
get_memory_usage
src/device/host/host_context.cpp:542
Method
get_memory_usage
src/device/opencl/opencl_context.cpp:1099
Method
get_memory_usage
src/device/vulkan/vulkan_context.cpp:3670
Method
get_memory_usage
src/device/cuda/cuda_context.cpp:734
Method
get_metal_context
src/floor/floor.cpp:1427
Method
get_metal_fence
returns the Metal specific fence object
include/floor/device/metal/metal_fence.hpp:34
Method
get_metal_pass_desc
returns the Metal render pass descriptor
include/floor/device/metal/metal_pass.hpp:45
Method
get_metal_resource_options
returns the MTLResourceOptions of this buffer
include/floor/device/metal/metal_buffer.hpp:95
Method
get_metal_shared_only_with_unified_memory
src/floor/floor.cpp:1375
Method
get_mouse_pos
src/core/event.cpp:291
Method
get_next_drawable
src/device/vulkan/vulkan_renderer.cpp:470
Method
get_next_drawable
include/floor/device/graphics_renderer.hpp:115
Function
get_num_sub_groups
include/floor/device/backend/cuda_id.hpp:222
Method
get_opencl_disable_spirv
src/floor/floor.cpp:1610
Method
get_opencl_force_spirv_check
src/floor/floor.cpp:1607
Method
get_opencl_spirv_param_workaround
src/floor/floor.cpp:1613
Method
get_opencl_validate_spirv
src/floor/floor.cpp:1604
Method
get_opencl_verify_spir
src/floor/floor.cpp:1601
Method
get_or_throw
include/floor/core/json.hpp:146
Function
get_patch_id
NOTE: not supported
include/floor/device/backend/host_post.hpp:82
Function
get_physical_core_count
src/threading/thread_helpers.cpp:71
Method
get_physical_height
src/floor/floor.cpp:1325
Method
get_physical_screen_size
src/floor/floor.cpp:1338
Method
get_physical_width
src/floor/floor.cpp:1312
Method
get_platform_type
include/floor/device/host/host_function.hpp:73
Method
get_platform_type
include/floor/device/opencl/opencl_function.hpp:75
Method
get_platform_type
include/floor/device/opencl/opencl_context.hpp:51
Method
get_platform_type
include/floor/device/metal/metal_function.hpp:71
Method
get_platform_type
include/floor/device/metal/metal_context.hpp:61
Method
get_platform_type
include/floor/device/vulkan/vulkan_function.hpp:100
Method
get_platform_type
include/floor/device/vulkan/vulkan_context.hpp:62
Method
get_platform_type
include/floor/device/cuda/cuda_function.hpp:64
Method
get_platform_type
include/floor/device/cuda/cuda_context.hpp:49
Method
get_point
include/floor/math/ray.hpp:40
Function
get_point_coord
returns the normalized (in [0, 1]) point coordinate
include/floor/device/backend/metal_post.hpp:130
Function
get_point_coord
returns the normalized (in [0, 1]) point coordinate
include/floor/device/backend/vulkan_post.hpp:156
Function
get_point_coord
NOTE: not supported
include/floor/device/backend/host_post.hpp:42
Function
get_position_in_patch
returns the position within a patch inside a tessellation evaluation shader
include/floor/device/backend/metal_post.hpp:175
Function
get_position_in_patch
TODO: implement this returns the position within a patch inside a tessellation evaluation shader
include/floor/device/backend/vulkan_post.hpp:205
Function
get_position_in_patch
NOTE: not supported
include/floor/device/backend/host_post.hpp:84
Function
get_primitive_id
NOTE: not supported
include/floor/device/backend/host_post.hpp:50
Method
get_projection_matrix
src/vr/openvr_context.cpp:895
Method
get_projection_raw
src/vr/openvr_context.cpp:903
Method
get_queue_ptr
this is synchronized elsewhere
include/floor/device/vulkan/vulkan_queue.hpp:64
Method
get_rdouble_click_time
src/floor/floor.cpp:1363
Method
get_render_context
src/floor/floor.cpp:1407
Method
get_renderer
src/floor/floor.cpp:1836
Method
get_renderer_image_dim
src/device/device_context.cpp:155
Method
get_renderer_image_dim
src/device/vulkan/vulkan_context.cpp:3617
Method
get_renderer_image_type
src/device/device_context.cpp:151
Method
get_renderer_image_type
src/device/vulkan/vulkan_context.cpp:3613
Method
get_renderer_vr_context
src/device/device_context.cpp:159
Method
get_renderer_vr_context
src/device/vulkan/vulkan_context.cpp:3629
Method
get_scale_factor
src/floor/floor.cpp:1534
Method
get_screen_size
src/floor/floor.cpp:1308
Method
get_shared_metal_buffer
returns the internal shared Metal buffer if there is one, returns nullptr otherwise
include/floor/device/device_buffer.hpp:119
Method
get_shared_metal_image
returns the internal shared Metal image if there is one, returns nullptr otherwise
include/floor/device/device_image.hpp:134
Method
get_shared_vulkan_buffer
returns the internal shared Vulkan buffer if there is one, returns nullptr otherwise
include/floor/device/device_buffer.hpp:144
Method
get_shared_vulkan_image
returns the internal shared Vulkan image if there is one, returns nullptr otherwise
include/floor/device/device_image.hpp:168
Method
get_slice_data_size
returns the total amount of bytes needed to store a slice of within this image (or of the complete image w/o mip levels if it isn't an array or cube i
include/floor/device/device_image.hpp:298
Method
get_storage_dim_count
returns the storage dimensionality of this image
include/floor/device/device_image.hpp:246
Function
get_sub_group_id
include/floor/device/backend/cuda_id.hpp:209
Function
get_sub_group_size
include/floor/device/backend/cuda_id.hpp:218
Method
get_swapchain_info
if has_swapchain() is true, this returns info about the swapchain
include/floor/vr/vr_context.hpp:123
Method
get_swapped_uint
src/core/file_io.cpp:322
Method
get_swapped_ullint
src/core/file_io.cpp:344
Method
get_swapped_usint
src/core/file_io.cpp:307
Function
get_system_error
include/floor/core/core.hpp:221
Method
get_terminated_block
src/core/file_io.cpp:541
Method
get_thread_status
src/threading/thread_base.cpp:116
Function
get_token_sub_type
include/floor/lang/source_types.hpp:195
Method
get_toolchain_debug
src/floor/floor.cpp:1554
← previous
next →
1,301–1,400 of 2,532, ranked by callers