Home
last modified time | relevance | path

Searched refs:from (Results 1 – 25 of 29) sorted by relevance

12

/TaskScheduler/Scheduler/Include/Platform/Windows/
H A DMTFiberOptimized.h190 static void SwitchTo(Fiber & from, Fiber & to) in SwitchTo() argument
194 MT_ASSERT(from.isInitialized, "Invalid from fiber"); in SwitchTo()
199 from.fiberContext.ContextFlags = MW_CONTEXT_FULL; in SwitchTo()
200 MW_BOOL res = GetThreadContext(thread, &from.fiberContext ); in SwitchTo()
215 …WriteTeb(MW_STACK_BASE_OFFSET /*FIELD_OFFSET(NT_TIB, StackBase)*/, (uint64)from.stackDesc.stackTop… in SwitchTo()
216 …WriteTeb(MW_STACK_STACK_LIMIT_OFFSET /*FIELD_OFFSET(NT_TIB, StackLimit)*/, (uint64)from.stackDesc.… in SwitchTo()
H A DMTFiberDefault.h137 static void SwitchTo(Fiber & from, Fiber & to) in SwitchTo() argument
139 MT_USED_IN_ASSERT(from); in SwitchTo()
143 MT_ASSERT(from.fiber != nullptr, "Invalid from fiber"); in SwitchTo()
/TaskScheduler/Scheduler/Include/Platform/Posix/
H A DMTFiber.h176 static void SwitchTo(Fiber & from, Fiber & to) in SwitchTo() argument
180 MT_ASSERT(from.isInitialized, "Invalid from fiber"); in SwitchTo()
183 int res = swapcontext(&from.fiberContext, &to.fiberContext); in SwitchTo()
/TaskScheduler/ThirdParty/Squish/
H A DREADME14 from the preprocessor symbols.
18 either change or remove SQUISH_USE_ALTIVEC=1 from the preprocessor symbols. I
25 necessary. Then make can be used to build the library, and make install (from
H A DChangeLog4 Castano from NVIDIA
13 * Switched from using floor to trunc for much better SSE performance (again)
H A Dtexture_compression_s3tc.txt147 (add to end of TexSubImage discussion, p.123 -- after edit from the
261 The following restrictions from the ARB_texture_compression specification
314 The data corresponding to a specific texel (<x>, <y>) are extracted from a
339 bits is a 32-bit unsigned integer, from which a two-bit control code
409 alpha is a 64-bit unsigned integer, from which a four-bit alpha value
443 bits is a 48-bit unsigned integer, from which a three-bit control code
488 is really done. Added enum values from the
/TaskScheduler/ThirdParty/Boost.Context/asm/
H A Djump_arm64_aapcs_macho_gas.S85 ; restore RSP (pointing to context-data) from A2 (x1)
117 ; restore stack from GP + FPU
H A Djump_arm64_aapcs_elf_gas.S96 # restore RSP (pointing to context-data) from A2 (x1)
125 # restore stack from GP + FPU
H A Djump_arm_aapcs_elf_gas.S68 @ restore RSP (pointing to context-data) from A2
H A Dmake_ppc64_sysv_xcoff_gas.S36 # restore return address from R6
H A Dmake_ppc32_sysv_xcoff_gas.S38 # restore return address from R6
H A Djump_i386_ms_pe_masm.asm74 ; first arg of jump_fcontext() == context jumping from
86 ; restore ESP (pointing to context-data) from EDX
H A Djump_arm_aapcs_macho_gas.S76 @ restore RSP (pointing to context-data) from A2
H A Dmake_ppc64_sysv_macho_gas.S123 ; restore return address from R6
H A Dmake_ppc32_sysv_elf_gas.S103 # restore return address from R6
H A Dmake_ppc32_sysv_macho_gas.S102 ; restore return address from R6
H A Dmake_ppc64_sysv_elf_gas.S160 # restore return address from R6
H A Djump_mips32_o32_elf_gas.S72 # restore SP (pointing to context-data) from A1
H A Djump_ppc32_sysv_xcoff_gas.S69 # restore RSP (pointing to context-data) from R4
H A Djump_ppc64_sysv_xcoff_gas.S65 # restore RSP (pointing to context-data) from R4
H A Djump_x86_64_ms_pe_masm.asm140 ; restore RSP (pointing to context-data) from RDX
H A Djump_ppc32_sysv_elf_gas.S135 # restore RSP (pointing to context-data) from R4
/TaskScheduler/ThirdParty/UnitTest++/
H A DREADME.md68 * Matt Kimmel -- Submitted with permission from Blue Fang Games
78 - CHECK macros work at arbitrary stack depth from inside TESTs.
/TaskScheduler/Scheduler/Doxygen/
H A DDoxyfile162 # will be relative from the directory where doxygen is started.
213 # documentation from any documented member that it re-implements.
405 # the optimal cache size from a speed point of view.
656 # will remove the Files entry from the Quick Index and from the Folder Tree View
663 # page. This will remove the Namespaces entry from the Quick Index and from the
851 # from the input.
858 # certain files from those directories.
989 # to YES then the hyperlinks from functions in REFERENCES_RELATION and
1517 # MathJax from http://www.mathjax.org before deployment.
1972 # output from the Perl module output.
[all …]
/TaskScheduler/Scheduler/Include/
H A DMTScheduler.inl45 MT_ASSERT(group == TaskGroup::ASSIGN_FROM_CONTEXT, "Group must be assigned from context");

12