MCPcopy Create free account

hub / github.com/Vita3K/Vita3K-Android / functions

Functions4,457 in github.com/Vita3K/Vita3K-Android

↓ 2 callersMethodupdate_yaml
Update the YAML node based on the current values of the members
vita3k/config/include/config/state.h:261
↓ 2 callersFunctionvalid_later_char
external/cli11/CLI11.hpp:296
↓ 2 callersFunctionvalid_name_string
external/cli11/CLI11.hpp:480
↓ 2 callersMethodvitaDefaultOverlay
()
android/src/main/java/org/vita3k/emulator/overlay/InputOverlay.java:878
↓ 2 callersFunctionwait_thread_end
vita3k/modules/SceKernelThreadMgr/SceThreadmgr.cpp:830
↓ 2 callersFunctionwide_to_utf
vita3k/util/src/string_utils.cpp:46
↓ 2 callersFunctionwrite_float_reg
vita3k/cpu/src/cpu.cpp:113
↓ 2 callersFunctionwrite_mov_abs
vita3k/kernel/src/relocation.cpp:203
↓ 2 callersFunctionwrite_thumb_mov_abs
vita3k/kernel/src/relocation.cpp:218
↓ 1 callersFunctionAExp2D1
external/GPUOpen/ffx_a.h:282
↓ 1 callersFunctionAFloorD1
external/GPUOpen/ffx_a.h:290
↓ 1 callersFunctionAFloorF1
external/GPUOpen/ffx_a.h:291
↓ 1 callersFunctionAFractH2
external/GPUOpen/ffx_a.h:855
↓ 1 callersFunctionALog2D1
external/GPUOpen/ffx_a.h:301
↓ 1 callersFunctionALog2F1
external/GPUOpen/ffx_a.h:302
↓ 1 callersFunctionAMax3F3
external/GPUOpen/ffx_a.h:677
↓ 1 callersFunctionAMin3F3
external/GPUOpen/ffx_a.h:705
↓ 1 callersFunctionAPSinF1
Valid input range is {-1 to 1} representing {0 to 2 pi}. Output range is {-1/4 to 1/4} representing {-1 to 1}.
external/GPUOpen/ffx_a.h:1927
↓ 1 callersFunctionAPSinH1
For a packed {sin,cos} pair, - Native takes 16 clocks and 4 issue slots (no packed transcendentals). - Parabolic takes 8 clocks and 8 issue slots (onl
external/GPUOpen/ffx_a.h:1938
↓ 1 callersFunctionAPrxLoRsqF1
external/GPUOpen/ffx_a.h:1845
↓ 1 callersFunctionAPrxLoRsqH1
------------------------------------------------------------------------------------------------------------------------------ Minimize squared error
external/GPUOpen/ffx_a.h:1820
↓ 1 callersFunctionARcpD2
external/GPUOpen/ffx_a.h:938
↓ 1 callersFunctionARcpD3
external/GPUOpen/ffx_a.h:939
↓ 1 callersFunctionARcpD4
external/GPUOpen/ffx_a.h:940
↓ 1 callersFunctionARcpF2
external/GPUOpen/ffx_a.h:738
↓ 1 callersFunctionARcpF3
external/GPUOpen/ffx_a.h:739
↓ 1 callersFunctionARcpF4
external/GPUOpen/ffx_a.h:740
↓ 1 callersFunctionASqrtD1
external/GPUOpen/ffx_a.h:340
↓ 1 callersFunctionASqrtF1
external/GPUOpen/ffx_a.h:341
↓ 1 callersFunctionAU1_AH2_AF2
------------------------------------------------------------------------------------------------------------------------------ Used to output packed c
external/GPUOpen/ffx_a.h:552
↓ 1 callersFunctionCountSetBits
Helper function to count set bits in the processor mask
external/CppCommon/source/cpu.cpp:30
↓ 1 callersFunctionDot
vita3k/util/include/util/vector_math.h:244
↓ 1 callersMethodEnableGyroBias
vita3k/motion/src/motion_input.cpp:52
↓ 1 callersFunctionFsrEasuCon
_____________________________________________________________/\_______________________________________________________________ =======================
external/GPUOpen/ffx_fsr1.h:156
↓ 1 callersMethodGetAcceleration
vita3k/motion/src/motion_input.cpp:187
↓ 1 callersMethodGetGyroscope
vita3k/motion/src/motion_input.cpp:191
↓ 1 callersMethodGetOrientation
vita3k/motion/src/motion_input.cpp:183
↓ 1 callersMethodHIDDeviceOpenPending
(int deviceID)
android/src/main/java/org/libsdl/app/HIDDeviceManager.java:677
↓ 1 callersMethodHIDDeviceRegisterCallback
()
android/src/main/java/org/libsdl/app/HIDDeviceManager.java:673
↓ 1 callersMethodHIDDeviceReleaseCallback
()
android/src/main/java/org/libsdl/app/HIDDeviceManager.java:674
↓ 1 callersFunctionImGui_ImplSDL2_HandleTouch
vita3k/gui/src/imgui_impl_sdl.cpp:431
↓ 1 callersFunctionImGui_ImplSDL2_KeycodeToImGuiKey
vita3k/gui/src/imgui_impl_sdl.cpp:43
↓ 1 callersFunctionImGui_ImplSDL2_UpdateGamepads
vita3k/gui/src/imgui_impl_sdl.cpp:380
↓ 1 callersFunctionImGui_ImplSDL2_UpdateKeyModifiers
vita3k/gui/src/imgui_impl_sdl.cpp:154
↓ 1 callersFunctionImGui_ImplSDL2_UpdateMouseCursor
vita3k/gui/src/imgui_impl_sdl.cpp:364
↓ 1 callersFunctionImGui_ImplSDL2_UpdateMouseData
vita3k/gui/src/imgui_impl_sdl.cpp:337
↓ 1 callersFunctionImGui_ImplSdlGL3_CreateDeviceObjects
vita3k/gui/src/imgui_impl_sdl_gl3.cpp:248
↓ 1 callersFunctionImGui_ImplSdlGL3_CreateFontsTexture
vita3k/gui/src/imgui_impl_sdl_gl3.cpp:215
↓ 1 callersFunctionImGui_ImplSdlGL3_DeleteTexture
vita3k/gui/src/imgui_impl_sdl_gl3.cpp:381
↓ 1 callersFunctionImGui_ImplSdlGL3_RenderDrawData
This is the main rendering function that you have to implement and provide to ImGui (via setting up 'RenderDrawListsFn' in the ImGuiIO structure) Note
vita3k/gui/src/imgui_impl_sdl_gl3.cpp:56
↓ 1 callersFunctionImGui_ImplSdlGL3_Shutdown
vita3k/gui/src/imgui_impl_sdl_gl3.cpp:361
↓ 1 callersFunctionImGui_ImplSdlVulkan_CreateDeviceObjects
vita3k/gui/src/imgui_impl_sdl_vulkan.cpp:730
↓ 1 callersFunctionImGui_ImplSdlVulkan_RenderDrawData
vita3k/gui/src/imgui_impl_sdl_vulkan.cpp:434
↓ 1 callersFunctionImGui_ImplSdlVulkan_Shutdown
vita3k/gui/src/imgui_impl_sdl_vulkan.cpp:302
↓ 1 callersFunctionImGui_ImplSdl_CreateDeviceObjects
vita3k/gui/src/imgui_impl_sdl.cpp:562
↓ 1 callersFunctionImGui_ImplSdl_GetDrawableSize
vita3k/gui/src/imgui_impl_sdl.cpp:506
↓ 1 callersFunctionImGui_ImplSdl_NewFrame
vita3k/gui/src/imgui_impl_sdl.cpp:451
↓ 1 callersFunctionImGui_ImplSdl_ProcessEvent
You can read the io.WantCaptureMouse, io.WantCaptureKeyboard flags to tell if dear imgui wants to use your inputs. - When io.WantCaptureMouse is true,
vita3k/gui/src/imgui_impl_sdl.cpp:166
↓ 1 callersFunctionImGui_ImplSdl_RenderDrawData
vita3k/gui/src/imgui_impl_sdl.cpp:496
↓ 1 callersFunctionImGui_ImplSdl_Shutdown
vita3k/gui/src/imgui_impl_sdl.cpp:316
↓ 1 callersMethodIsGyroBiasEnabled
vita3k/motion/src/motion_input.cpp:72
↓ 1 callersFunctionMB
vita3k/mem/include/mem/util.h:34
↓ 1 callersMethodMatches
* Tests to see if the given instruction is the instruction this matcher represents. * @param instruction The instruction to test * @returns
vita3k/shader/include/shader/matcher.h:59
↓ 1 callersFunctionPVRTDecompressPVRTC
vita3k/renderer/src/texture/pvrt-dec.cpp:791
↓ 1 callersMethodPeek
vita3k/util/include/util/byte_ring_buffer.h:54
↓ 1 callersMethodRemove
vita3k/util/include/util/byte_ring_buffer.h:47
↓ 1 callersMethodSetAcceleration
vita3k/motion/src/motion_input.cpp:21
↓ 1 callersMethodSetGyroscope
vita3k/motion/src/motion_input.cpp:25
↓ 1 callersFunctionTextureUpdateDescriptorSet
vita3k/gui/src/imgui_impl_sdl_vulkan.cpp:194
↓ 1 callersMethodTrackEvent
(MotionEvent event)
android/src/main/java/org/vita3k/emulator/overlay/InputOverlayDrawableJoystick.java:96
↓ 1 callersMethodUpdateOrientation
Based on Madgwick's implementation of Mayhony's AHRS algorithm. https://github.com/xioTechnologies/Open-Source-AHRS-With-x-IMU/blob/master/x-IMU%20IMU
vita3k/motion/src/motion_input.cpp:86
↓ 1 callersMethodUpdateRotation
vita3k/motion/src/motion_input.cpp:76
↓ 1 callersMethod_find_subcommand
external/cli11/CLI11.hpp:8532
↓ 1 callersMethod_get_fallthrough_parent
external/cli11/CLI11.hpp:8768
↓ 1 callersMethod_move_option
external/cli11/CLI11.hpp:8846
↓ 1 callersMethodaccept
vita3k/net/src/p2psocket.cpp:28
↓ 1 callersMethodacquire
(Context context)
android/src/main/java/org/libsdl/app/HIDDeviceManager.java:35
↓ 1 callersMethodaddAudioDevice
(boolean isCapture, int deviceId)
android/src/main/java/org/libsdl/app/SDLAudioManager.java:512
↓ 1 callersMethodaddVitaOverlayControls
(String orientation)
android/src/main/java/org/vita3k/emulator/overlay/InputOverlay.java:524
↓ 1 callersFunctionadd_alpha_channel
add an alpha channel to u8u8u8 textures
vita3k/renderer/src/vulkan/texture.cpp:420
↓ 1 callersMethodadd_breakpoint
vita3k/kernel/src/debugger.cpp:30
↓ 1 callersFunctionadd_custom_driver
vita3k/app/src/app.cpp:84
↓ 1 callersFunctionalign_to_page
vita3k/mem/src/mem.cpp:227
↓ 1 callersMethodalloc
vita3k/mem/include/mem/mempool.h:125
↓ 1 callersFunctionalloc_at
vita3k/mem/src/mem.cpp:453
↓ 1 callersFunctionalloc_callbacked
vita3k/modules/SceGxm/SceGxm.cpp:4263
↓ 1 callersFunctionallocate_char
(chars_used, name)
tools/usse-decoder-gen/autogen.py:13
↓ 1 callersMethodallow_extras
Remove the error when extras are left over on the command line.
external/cli11/CLI11.hpp:5884
↓ 1 callersMethodallow_windows_style_options
Allow windows style options, such as `/opt`. First matching short or long name used. Subcommands inherit value.
external/cli11/CLI11.hpp:5972
↓ 1 callersFunctionallowed_dds_textures
vita3k/renderer/src/texture/replacement.cpp:918
↓ 1 callersFunctionallowed_png_textures
vita3k/renderer/src/texture/replacement.cpp:890
↓ 1 callersFunctionanalyze
vita3k/shader/src/usse_program_analyzer.cpp:303
↓ 1 callersFunctionapp_filter
vita3k/gui/src/home_screen.cpp:292
↓ 1 callersFunctionapply_controller
vita3k/ctrl/src/ctrl.cpp:290
↓ 1 callersFunctionapply_keyboard
vita3k/ctrl/src/ctrl.cpp:179
↓ 1 callersFunctionapply_voice_definition
vita3k/ngs/src/definitions.cpp:190
↓ 1 callersFunctionatomic_compare_and_swap
vita3k/mem/include/mem/atomic.h:28
↓ 1 callersMethodatomic_compare_and_swap
vita3k/mem/include/mem/ptr.h:71
↓ 1 callersMethodattachController
()
android/src/main/java/org/vita3k/emulator/overlay/InputOverlay.java:960
↓ 1 callersFunctionattribute_format_normalized
vita3k/renderer/src/gl/attribute_formats.cpp:53
← previousnext →1,201–1,300 of 4,457, ranked by callers