MCPcopy Create free account

hub / github.com/Inori/GPCS4 / functions

Functions14,553 in github.com/Inori/GPCS4

↓ 7 callersMethodnext_arg_id
3rdParty/fmt/include/fmt/core.h:2695
↓ 7 callersFunctionon_error
3rdParty/spdlog/fmt/bundled/core.h:1782
↓ 7 callersFunctionon_error
3rdParty/fmt/include/fmt/core.h:1782
↓ 7 callersMethodon_error
3rdParty/spdlog/fmt/bundled/format.h:2338
↓ 7 callersMethodon_error
3rdParty/fmt/include/fmt/format.h:2338
↓ 7 callersMethodopCompositeConstruct
GPCS4/Graphics/SpirV/SpirvModule.cpp:1576
↓ 7 callersMethodopShiftLeftLogical
GPCS4/Graphics/SpirV/SpirvModule.cpp:1479
↓ 7 callersMethodopShiftRightLogical
GPCS4/Graphics/SpirV/SpirvModule.cpp:1509
↓ 7 callersFunctionout_degree
3rdParty/boost/boost/graph/detail/adjacency_list.hpp:1632
↓ 7 callersFunctionpthread_mutex_trylock
3rdParty/winpthreads/src/mutex.c:232
↓ 7 callersMethodread
3rdParty/fmt/src/os.cc:270
↓ 7 callersMethodremoveCurrentDriver
3rdParty/rtaudio/include/asiodrivers.cpp:74
↓ 7 callersFunctionremove_edge
3rdParty/boost/boost/graph/detail/adjacency_list.hpp:636
↓ 7 callersMethodrend
GPCS4/Graphics/Gcn/ControlFlowGraph/GcnTokenList.h:293
↓ 7 callersMethodreset
GPCS4/Graphics/Violet/VltSignal.cpp:26
↓ 7 callersFunctionsetIdleInhibitor
3rdParty/glfw/src/wl_window.c:476
↓ 7 callersMethodset_first_in_group
3rdParty/boost/boost/unordered/detail/implementation.hpp:4302
↓ 7 callersFunctionshould_log
return true logging is enabled for the given level.
3rdParty/spdlog/logger.h:301
↓ 7 callersFunctionsize_
3rdParty/boost/boost/multi_index_container.hpp:675
↓ 7 callersFunctionstbi__compute_y
3rdParty/stb_image/stb_image.h:1576
↓ 7 callersFunctionstbi__start_callbacks
initialize a callback-based context
3rdParty/stb_image/stb_image.h:752
↓ 7 callersFunctionstbi__start_mem
initialize a memory-decode context
3rdParty/stb_image/stb_image.h:743
↓ 7 callersMethodstore
3rdParty/spdlog/details/null_mutex.h:36
↓ 7 callersMethodsubmitCommandList
GPCS4/Graphics/Violet/VltDevice.cpp:184
↓ 7 callersMethodswap
3rdParty/boost/boost/function/function_template.hpp:856
↓ 7 callersMethodunlock
3rdParty/boost/boost/smart_ptr/detail/spinlock_pt.hpp:51
↓ 7 callersFunctionupdateNormalHints
Updates the normal hints according to the window settings
3rdParty/glfw/src/x11_window.c:237
↓ 7 callersFunctionvformat_to
3rdParty/spdlog/fmt/bundled/xchar.h:122
↓ 7 callersFunctionvformat_to
3rdParty/fmt/include/fmt/xchar.h:122
↓ 7 callersFunctionwaitForEvent
Wait for data to arrive using select This avoids blocking other threads via the per-display Xlib lock that also covers GLX functions
3rdParty/glfw/src/x11_window.c:58
↓ 6 callersFunctionPrintValueLabel
* Prints a value label. * * @param name The value name. */
3rdParty/zydis/tools/ZydisInfo.c:238
↓ 6 callersMethodWritePointer
writes a pointer to the instrumented code
3rdParty/tinydbr/tinydbr.cpp:290
↓ 6 callersFunctionZyanVectorClear
3rdParty/zydis/dependencies/zycore/src/Vector.c:633
↓ 6 callersFunctionZydisDecodeOperandMemory
* Decodes a memory operand. * * @param context A pointer to the `ZydisDecoderContext` struct. * @param instruction A pointe
3rdParty/zydis/src/Decoder.c:1261
↓ 6 callersFunctionZydisDecodeOperandRegister
* Decodes an register-operand. * * @param instruction A pointer to the `ZydisDecodedInstruction` struct. * @param operand A point
3rdParty/zydis/src/Decoder.c:1218
↓ 6 callersFunctionZydisDecoderTreeGetChildNode
3rdParty/zydis/src/DecoderData.c:68
↓ 6 callersFunctionZydisEncoderDecodedInstructionToEncoderRequest
3rdParty/zydis/src/Encoder.c:4276
↓ 6 callersFunctionZydisFormatterBufferRestore
3rdParty/zydis/src/FormatterBuffer.c:165
↓ 6 callersFunctionZydisGetSignedImmSize
* Calculates size of smallest integral type able to represent provided signed value. * * @param imm Immediate to be represented. * * @return Si
3rdParty/zydis/src/Encoder.c:426
↓ 6 callersFunctionZydisRegisterGetClass
3rdParty/zydis/src/Register.c:130
↓ 6 callersFunction__qdivrem
* __qdivrem(u, v, rem) returns u/v and, optionally, sets *rem to u%v. * * We do this in base 2-sup-HALF_BITS, so that all intermediate products * f
3rdParty/winpthreads/src/libgcc/dll_math.c:315
↓ 6 callersFunction_glfwGetVulkanResultString
3rdParty/glfw/src/vulkan.c:159
↓ 6 callersFunction_glfwPlatformGetTimerValue
3rdParty/glfw/src/cocoa_time.c:51
↓ 6 callersFunction_glfwPlatformGetWindowSize
3rdParty/glfw/src/x11_window.c:2168
↓ 6 callersFunction_glfwPlatformWindowVisible
3rdParty/glfw/src/x11_window.c:2460
↓ 6 callersFunction_glfwTerminateEGL
Terminate EGL
3rdParty/glfw/src/egl_context.c:432
↓ 6 callersFunction_pthread_wait_for_single_object
A wrapper around WaitForSingleObject() that ensures that * the wait function does not time out before the time * actually runs out. This is needed b
3rdParty/winpthreads/src/misc.c:87
↓ 6 callersMethodabortStream
3rdParty/rtaudio/RtAudio.cpp:4627
↓ 6 callersFunctionadd_edge
3rdParty/boost/boost/graph/named_graph.hpp:401
↓ 6 callersFunctionadd_edge
3rdParty/boost/boost/graph/detail/adjacency_list.hpp:720
↓ 6 callersMethodadvance_to
3rdParty/spdlog/fmt/bundled/printf.h:49
↓ 6 callersMethodadvance_to
3rdParty/fmt/include/fmt/printf.h:49
↓ 6 callersMethodapply
3rdParty/boost/boost/graph/strong_components.hpp:142
↓ 6 callersMethodattributeCount
GPCS4/Graphics/Violet/VltRenderState.h:77
↓ 6 callersMethodbegin
3rdParty/boost/boost/multi_index/hashed_index.hpp:688
↓ 6 callersFunctionclamp
GPCS4/Util/UtilMath.h:9
↓ 6 callersMethodclear
Clear out a target, if there is one
3rdParty/boost/boost/function/function_template.hpp:868
↓ 6 callersFunctionclock_gettime
* Get the time of the specified clock clock_id and stores it in the struct * timespec pointed to by tp. * @param clock_id The clock_id argument is
3rdParty/winpthreads/src/clock.c:139
↓ 6 callersMethodcompare
3rdParty/spdlog/fmt/bundled/format-inl.h:498
↓ 6 callersMethodcompare
3rdParty/fmt/include/fmt/format-inl.h:498
↓ 6 callersFunctionconstruct_from_tuple
3rdParty/boost/boost/unordered/detail/implementation.hpp:981
↓ 6 callersFunctioncontainer_category
3rdParty/boost/boost/pending/container_traits.hpp:141
↓ 6 callersFunctioncopy
3rdParty/spdlog/fmt/bundled/ranges.h:26
↓ 6 callersMethodcount
3rdParty/cxxopts/cxxopts.hpp:1093
↓ 6 callersMethodcreateContext
GPCS4/Graphics/Violet/VltDevice.cpp:168
↓ 6 callersFunctioncreateDecorations
3rdParty/glfw/src/wl_window.c:279
↓ 6 callersMethodcreateIfEnd
GPCS4/Graphics/Gcn/ControlFlowGraph/GcnTokenList.h:230
↓ 6 callersMethodcreate_buckets
Create container buckets. If the container already contains any buckets the linked list will be transferred to the new buckets, but none of the bucket
3rdParty/boost/boost/unordered/detail/implementation.hpp:2562
↓ 6 callersMethoddeallocate
3rdParty/boost/boost/multi_index/detail/copy_map.hpp:134
↓ 6 callersMethoddecRef
GPCS4/Graphics/Violet/VltRc.h:186
↓ 6 callersMethoddeclareModule
GPCS4/Emulator/PolicyManager.cpp:275
↓ 6 callersMethoddefineResourceSlots
GPCS4/Graphics/Violet/VltShader.cpp:116
↓ 6 callersFunctiondestroy_node
3rdParty/boost/boost/unordered/detail/implementation.hpp:2724
↓ 6 callersFunctionedges
3rdParty/boost/boost/graph/detail/adjacency_list.hpp:603
↓ 6 callersMethodemitFunctionEnd
GPCS4/Graphics/Gcn/GcnCompiler.cpp:255
↓ 6 callersMethodemitNewVariable
GPCS4/Graphics/Gcn/GcnCompiler.cpp:1264
↓ 6 callersMethodemitStore
GPCS4/Graphics/Gcn/GcnStateRegister.cpp:104
↓ 6 callersMethodemitValueLoad
GPCS4/Graphics/Gcn/GcnCompiler.cpp:1930
↓ 6 callersMethodemitValueStore
GPCS4/Graphics/Gcn/GcnCompiler.cpp:1941
↓ 6 callersMethodemplace_assign
3rdParty/boost/boost/optional/optional.hpp:433
↓ 6 callersMethodemplace_assign
3rdParty/boost/boost/optional/detail/old_optional_implementation.hpp:371
↓ 6 callersFunctionequal
3rdParty/boost/boost/range/iterator_range_core.hpp:110
↓ 6 callersMethodformat
3rdParty/spdlog/fmt/bundled/format.h:2562
↓ 6 callersMethodformat
3rdParty/fmt/include/fmt/format.h:2562
↓ 6 callersMethodgetDescriptor
* \brief Retrieves descriptor info * * \param [in] offset Buffer slice offset * \param [in] length Buffer slice length
GPCS4/Graphics/Violet/VltBuffer.h:195
↓ 6 callersMethodgetDisp
3rdParty/xbyak/xbyak.h:900
↓ 6 callersFunctiongetFlagsForSurfaceType
GPCS4/Graphics/Gnm/GpuAddress/GnmGpuAddress.h:166
↓ 6 callersMethodgetLastMipLevel
GPCS4/Graphics/Gnm/GnmTexture.h:477
↓ 6 callersMethodgetPrevNode
GPCS4/Graphics/Gcn/ControlFlowGraph/GcnTokenList.cpp:47
↓ 6 callersMethodgetTiledElementByteOffset
GPCS4/Graphics/Gnm/GpuAddress/GnmTiler.cpp:369
↓ 6 callersMethodgetZReadAddress
GPCS4/Graphics/Gnm/GnmDepthRenderTarget.h:242
↓ 6 callersFunctionget_allocator
3rdParty/boost/boost/multi_index/detail/node_handle.hpp:102
↓ 6 callersMethodget_begin
do not use begin() and end() to avoid collision with fmt/ranges
3rdParty/spdlog/fmt/bin_to_hex.h:51
↓ 6 callersFunctiongray
3rdParty/boost/boost/graph/properties.hpp:53
↓ 6 callersFunctioninit
GPCS4/Common/GPCS4Log.cpp:98
↓ 6 callersMethodis_initialized
3rdParty/boost/boost/optional/detail/optional_trivially_copyable_base.hpp:154
↓ 6 callersMethodlength
3rdParty/glm/gtx/dual_quaternion.hpp:52
↓ 6 callersFunctionless_pointees
3rdParty/boost/boost/utility/compare_pointees.hpp:56
↓ 6 callersFunctionless_than
3rdParty/boost/boost/range/iterator_range_core.hpp:81
↓ 6 callersMethodlock
3rdParty/boost/boost/smart_ptr/detail/spinlock_pt.hpp:46
← previousnext →601–700 of 14,553, ranked by callers