Home
last modified time | relevance | path

Searched refs:error (Results 1 – 25 of 26) sorted by relevance

12

/TaskScheduler/ThirdParty/Squish/
H A Dsinglecolourfit.cpp37 u8 error; member
139 int error = 0; in ComputeEndPoints() local
150 int diff = sources[channel]->error; in ComputeEndPoints()
151 error += diff*diff; in ComputeEndPoints()
155 if( error < m_error ) in ComputeEndPoints()
168 m_error = error; in ComputeEndPoints()
H A Drangefit.cpp111 float error = 0.0f; in Compress3() local
131 error += dist; in Compress3()
135 if( error < m_besterror ) in Compress3()
145 m_besterror = error; in Compress3()
164 float error = 0.0f; in Compress4() local
184 error += dist; in Compress4()
188 if( error < m_besterror ) in Compress4()
198 m_besterror = error; in Compress4()
H A Dconfig.h41 #error "Cannot enable both Altivec and SSE!"
H A Dclusterfit.cpp185 Vec4 error = e5.SplatX() + e5.SplatY() + e5.SplatZ(); in Compress3() local
188 if( CompareAnyLessThan( error, besterror ) ) in Compress3()
194 besterror = error; in Compress3()
320 Vec4 error = e5.SplatX() + e5.SplatY() + e5.SplatZ(); in Compress4() local
323 if( CompareAnyLessThan( error, besterror ) ) in Compress4()
327 besterror = error; in Compress4()
H A DChangeLog10 * Cluster fit is now iterative to further reduce image error
H A Dtexture_compression_s3tc.txt157 error only if one of the following conditions occurs:
180 INVALID_ENUM error if <internalformat> is an S3TC format.
181 CompressedTexImage2DARB will produce an INVALID_OPERATION error if
195 an INVALID_ENUM error if <format> is an S3TC format. Since S3TC images
198 in an INVALID_OPERATION error only if one of the following conditions
505 0.11, 02/17/00 prbrown1: Slight modification to error semantics
/TaskScheduler/Scheduler/Include/
H A DMTConfig.h124 #error Platform is not supported!
144 #error Platform is not supported!
157 #error Can not define mt_forceinline. Unknown platform.
H A DMTAppInterop.h33 #error Compiler is not supported
41 #error Can not define MT_NORETURN. Unknown platform.
H A DMTPlatform.h51 #error Platfrom is not supported
121 #error Can not define mt_thread_local. Unknown platform.
H A DMTTypes.h75 #error Compiler is not supported
H A DMTScheduler.h104 #error Platform is not supported.
/TaskScheduler/ThirdParty/UnitTest++/UnitTest++/
H A DCheckMacros.h14 #error UnitTest++ redefines CHECK
18 #error UnitTest++ redefines CHECK_EQUAL
22 #error UnitTest++ redefines CHECK_CLOSE
26 #error UnitTest++ redefines CHECK_ARRAY_EQUAL
30 #error UnitTest++ redefines CHECK_ARRAY_CLOSE
34 #error UnitTest++ redefines CHECK_ARRAY2D_CLOSE
H A DTestMacros.h19 #error UnitTest++ redefines TEST
23 #error UnitTest++ redefines TEST_EX
27 #error UnitTest++ redefines TEST_FIXTURE_EX
/TaskScheduler/ThirdParty/Boost.Context/asm/
H A Dmake_i386_x86_64_sysv_macho_gas.S15 #error "No arch's"
H A Djump_ppc32_ppc64_sysv_macho_gas.S15 #error "No arch's"
H A Djump_i386_x86_64_sysv_macho_gas.S15 #error "No arch's"
H A Dmake_ppc32_ppc64_sysv_macho_gas.S15 #error "No arch's"
H A Djump_combined_sysv_macho_gas.S19 #error "No arch's"
H A Dmake_combined_sysv_macho_gas.S19 #error "No arch's"
H A Djump_i386_ms_pe_masm.asm39 assume fs:error
105 assume fs:error
H A Dmake_i386_ms_pe_masm.asm84 assume fs:error
/TaskScheduler/Scheduler/Source/
H A DMTDefaultAppInterop.cpp62 #error Platform is not supported!
154 #error Platform is not supported! in AllocStack()
174 #error Platform is not supported! in FreeStack()
/TaskScheduler/SchedulerTests/Tests/
H A DDxtTests.cpp53 double error = (double)img1[0] - (double)img2[1]; in CompareImagesPSNR() local
54 mse += (error * error); in CompareImagesPSNR()
/TaskScheduler/ThirdParty/UnitTest++/
H A DREADME.md92 - More detailed error crash catching in fixtures.
109 - Failing tests are added to Visual Studio's error list
H A DINSTALL352 suppress all normal output, redirect it to `/dev/null' (any error

12