MCPcopy Create free account

hub / github.com/PancakeTAS/lsfg-vk / functions

Functions314 in github.com/PancakeTAS/lsfg-vk

MethodfindQueue
src/utils/utils.cpp:25
Methodfrom
(value: i64)
ui/src/config/structs.rs:10
MethodgetAspectFlags
Get the aspect flags of the image.
include/mini/image.hpp:43
MethodgetConfig
src/config/config.cpp:122
MethodgetConfigFile
src/utils/utils.cpp:239
MethodgetDeviceUUID
src/utils/utils.cpp:57
MethodgetExtent
Get the extent of the image.
include/mini/image.hpp:39
MethodgetFormat
Get the format of the image.
framegen/include/core/image.hpp:60
MethodgetFormat
Get the format of the image.
include/mini/image.hpp:41
MethodgetLayout
Get the pipeline layout.
framegen/include/core/pipeline.hpp:42
MethodgetLayout
Get the descriptor set layout.
framegen/include/core/shadermodule.hpp:39
MethodgetMaxImageCount
src/utils/utils.cpp:64
MethodgetMemory
Get the Vulkan device memory handle.
framegen/include/core/image.hpp:54
MethodgetMemory
Get the Vulkan device memory handle.
include/mini/image.hpp:37
MethodgetProcessName
src/utils/utils.cpp:211
MethodgetShader
src/extract/extract.cpp:135
MethodgetState
Get the state of the command buffer.
framegen/include/core/commandbuffer.hpp:97
MethodgetState
Get the state of the command buffer.
include/mini/commandbuffer.hpp:76
Methodhandle
Get the Vulkan handle.
framegen/include/core/commandbuffer.hpp:99
Methodhandle
Get the Vulkan handle.
framegen/include/core/pipeline.hpp:40
Methodhandle
Get the Vulkan handle.
framegen/include/core/sampler.hpp:36
Methodhandle
Get the Vulkan handle.
framegen/include/core/buffer.hpp:52
Methodhandle
Get the Vulkan handle.
framegen/include/core/instance.hpp:24
Methodhandle
Get the Vulkan handle.
framegen/include/core/descriptorpool.hpp:30
Methodhandle
Get the Vulkan handle.
framegen/include/core/commandpool.hpp:30
Methodhandle
Get the Vulkan handle.
framegen/include/core/shadermodule.hpp:37
Methodhandle
Get the Vulkan handle.
framegen/include/core/device.hpp:30
Methodhandle
Get the Vulkan handle.
include/mini/commandbuffer.hpp:78
Methodhandle
Get the Vulkan handle.
include/mini/semaphore.hpp:38
Methodhandle
Get the Vulkan handle.
include/mini/commandpool.hpp:30
Methodinitialize
framegen/v3.1p_src/lsfg.cpp:31
Methodinitialize
framegen/v3.1_src/lsfg.cpp:31
Methodinstance_init
(obj: &glib::subclass::InitializingObject<Self>)
ui/src/wrapper.rs:36
Methodinstance_init
(obj: &glib::subclass::InitializingObject<Self>)
ui/src/wrapper/pane/main.rs:35
Methodinstance_init
(obj: &glib::subclass::InitializingObject<Self>)
ui/src/wrapper/pane/sidebar.rs:24
Methodinstance_init
(obj: &glib::subclass::InitializingObject<Self>)
ui/src/wrapper/pref/number.rs:31
Methodinstance_init
(obj: &glib::subclass::InitializingObject<Self>)
ui/src/wrapper/pref/slider.rs:31
Methodinstance_init
(obj: &glib::subclass::InitializingObject<Self>)
ui/src/wrapper/pref/switch.rs:33
Methodinstance_init
(obj: &glib::subclass::InitializingObject<Self>)
ui/src/wrapper/pref/dropdown.rs:35
Methodinstance_init
(obj: &glib::subclass::InitializingObject<Self>)
ui/src/wrapper/pref/entry.rs:39
Methodinstance_init
(obj: &glib::subclass::InitializingObject<Self>)
ui/src/wrapper/entry/entry.rs:28
Methodinstance_init
(obj: &glib::subclass::InitializingObject<Self>)
ui/src/wrapper/popup/process.rs:24
Methodinstance_init
(obj: &glib::subclass::InitializingObject<Self>)
ui/src/wrapper/popup/process_entry.rs:25
Functionlayer_vkCreateDevice
src/layer.cpp:150
Functionlayer_vkCreateInstance
src/layer.cpp:80
Functionlayer_vkGetDeviceProcAddr
src/layer.cpp:271
Functionlayer_vkGetInstanceProcAddr
src/layer.cpp:258
MethodlogLimitN
src/utils/utils.cpp:198
Functionlsfgvk_init
src/main.cpp:18
Functionmain
()
ui/build.rs:1
Functionmain
()
ui/src/main.rs:20
FunctionmyvkCreateDevicePost
Add related device information after the device is created.
src/hooks.cpp:89
FunctionmyvkCreateDevicePre
Add extensions to the device create info. (function pointers are not initialized yet)
src/hooks.cpp:59
FunctionmyvkCreateInstance
Add extensions to the instance create info.
src/hooks.cpp:28
FunctionmyvkCreateSwapchainKHR
Adjust swapchain creation parameters and create a swapchain context.
src/hooks.cpp:115
FunctionmyvkDestroyDevice
Erase the device information when the device is destroyed.
src/hooks.cpp:103
FunctionmyvkDestroySwapchainKHR
Erase the swapchain context and mapping when the swapchain is destroyed.
src/hooks.cpp:301
FunctionmyvkQueuePresentKHR
Update presentation parameters and present the next frame(s).
src/hooks.cpp:205
Methodnew
(app: &adw::Application)
ui/src/wrapper.rs:66
Methodnew
()
ui/src/wrapper/pref.rs:52
Methodnew
()
ui/src/wrapper/entry.rs:15
Methodnew
()
ui/src/wrapper/pane.rs:26
Methodnew
()
ui/src/wrapper/popup.rs:29
Functionon_resource
src/extract/extract.cpp:78
FunctionovkDestroyInstance
src/layer.cpp:292
FunctionovkGetDeviceProcAddr
src/layer.cpp:320
FunctionovkGetInstanceProcAddr
src/layer.cpp:315
MethodpresentContext
framegen/v3.1p_src/lsfg.cpp:66
MethodpresentContext
framegen/v3.1_src/lsfg.cpp:66
Functionregister_signals
Register signals for adding and selecting presets.
ui/src/ui/sidebar_handler.rs:9
MethodresetLimitN
src/utils/utils.cpp:207
Methodrethrowable_error
framegen/src/common/exception.cpp:19
Methodrethrowable_error
Trivially copyable, moveable and destructible
framegen/include/common/exception.hpp:53
Methodsignal
framegen/src/core/semaphore.cpp:80
MethodtranslateShader
src/extract/trans.cpp:23
MethodupdateConfig
src/config/config.cpp:45
MethoduploadImage
framegen/src/common/utils.cpp:75
Methodvulkan_error
framegen/src/common/exception.cpp:13
Methodvulkan_error
Trivially copyable, moveable and destructible
framegen/include/common/exception.hpp:26
Methodwait
framegen/src/core/semaphore.cpp:94
Method~Alpha
framegen/v3.1_include/v3_1/shaders/alpha.hpp:47
Method~Alpha
framegen/v3.1p_include/v3_1p/shaders/alpha.hpp:47
Method~Beta
framegen/v3.1_include/v3_1/shaders/beta.hpp:48
Method~Beta
framegen/v3.1p_include/v3_1p/shaders/beta.hpp:48
Method~Buffer
framegen/include/core/buffer.hpp:61
Method~CommandBuffer
framegen/include/core/commandbuffer.hpp:106
Method~CommandBuffer
include/mini/commandbuffer.hpp:85
Method~CommandPool
framegen/include/core/commandpool.hpp:37
Method~CommandPool
include/mini/commandpool.hpp:37
Method~Context
framegen/v3.1_include/v3_1/context.hpp:59
Method~Context
framegen/v3.1p_include/v3_1p/context.hpp:59
Method~Delta
framegen/v3.1_include/v3_1/shaders/delta.hpp:60
Method~Delta
framegen/v3.1p_include/v3_1p/shaders/delta.hpp:60
Method~DescriptorPool
framegen/include/core/descriptorpool.hpp:37
Method~DescriptorSet
framegen/include/core/descriptorset.hpp:68
Method~Device
framegen/include/core/device.hpp:43
Method~Fence
framegen/include/core/fence.hpp:58
Method~Gamma
framegen/v3.1_include/v3_1/shaders/gamma.hpp:53
Method~Gamma
framegen/v3.1p_include/v3_1p/shaders/gamma.hpp:53
Method~Generate
framegen/v3.1_include/v3_1/shaders/generate.hpp:56
← previousnext →201–300 of 314, ranked by callers