Home
last modified time | relevance | path

Searched refs:Odd (Results 1 – 25 of 183) sorted by relevance

12345678

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMBaseRegisterInfo.cpp292 static unsigned getPairedGPR(unsigned Reg, bool Odd, const MCRegisterInfo *RI) { in getPairedGPR() argument
295 return RI->getSubReg(*Supers, Odd ? ARM::gsub_1 : ARM::gsub_0); in getPairedGPR()
310 unsigned Odd; in getRegAllocationHints() local
313 Odd = 0; in getRegAllocationHints()
316 Odd = 1; in getRegAllocationHints()
334 PairedPhys = getPairedGPR(VRM->getPhys(Paired), Odd, this); in getRegAllocationHints()
343 if (Reg == PairedPhys || (getEncodingValue(Reg) & 1) != Odd) in getRegAllocationHints()
346 unsigned Paired = getPairedGPR(Reg, !Odd, this); in getRegAllocationHints()
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_422_pixels.txt85 Even Pixel Odd Pixel
98 Even Pixel Odd Pixel (Averaged)
130 Even Pixel Odd Pixel
141 Even Pixel (Averaged) Odd Pixel (Averaged)
/third_party/openGLES/extensions/EXT/
DEXT_422_pixels.txt85 Even Pixel Odd Pixel
98 Even Pixel Odd Pixel (Averaged)
130 Even Pixel Odd Pixel
141 Even Pixel (Averaged) Odd Pixel (Averaged)
/third_party/boost/tools/quickbook/test/
Dcode_unclosed_block-1_6-fail.quickbook1 [article Odd code markup. [quickbook 1.6] ]
Dcode_cpp_mismatched_escape-1_4-fail.quickbook1 [article Odd code markup. [quickbook 1.4] ]
Dcode_python_mismatched_escape-1_4-fail.quickbook1 [article Odd code markup. [quickbook 1.4] ]
Dhr-1_6.quickbook26 ---- [nothing] Odd way to get text displayed.
/third_party/glib/glib/tests/markups/
Dfail-43.expected1 ERROR Error on line 1 char 10: Odd character “≈”, expected a “=” after attribute name “bar” of elem…
Dfail-52.expected1 ERROR Error on line 1 char 5: Odd character “\xfc”, expected a “=” after attribute name “r” of elem…
Dfail-48.expected1 ERROR Error on line 2 char 2: Odd character “>”, expected a “=” after attribute name “bar” of eleme…
Dfail-8.expected2 ERROR Error on line 1 char 6: Odd character “}”, expected a “>” character to end the empty-element …
Dfail-44.expected2 ERROR Error on line 1 char 6: Odd character “≻”, expected a “>” character to end the empty-element …
Dfail-53.expected2 ERROR Error on line 1 char 4: Odd character “\xfc”, expected a “>” character to end the empty-eleme…
Dfail-50.expected1 ERROR Error on line 1 char 5: Odd character “\xfc”, expected an open quote mark after the equals si…
Dfail-9.expected1 ERROR Error on line 1 char 10: Odd character “{”, expected an open quote mark after the equals sign…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCScheduleP9.td74 // Even or an Odd queue. The EXECE represents the even queues and the EXECO
83 //Odd Exec Ports
88 // Four ALU (Fixed Point Arithmetic) units in total. Two even, two Odd.
95 //Odd ALU pipelines
102 // Four DP (Floating Point) units in total. Two even, two Odd.
109 //Odd DP pipelines
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64A57FPLoadBalancing.cpp102 enum class Color { Even, Odd }; enumerator
261 return OverrideBalance == 1 ? Color::Even : Color::Odd; in getPreferredColor()
465 Color PreferredColor = Parity < 0 ? Color::Even : Color::Odd; in colorChainSet()
490 PreferredColor = Parity < 0 ? Color::Even : Color::Odd; in colorChainSet()
717 return Color::Odd; in getColor()
/third_party/boost/tools/quickbook/test/versions/
Dtemplates-inc-1_5.quickbook17 [/ Odd test for calling 1.4 -> 1.5 -> 1.4 template]
Dtemplates-inc-1_4.quickbook17 [/ Odd test for calling 1.4 -> 1.5 -> 1.4 template]
/third_party/mesa3d/docs/relnotes/
D3.414 Odd numbered versions (such as 3.3) designate new developmental releases.
D4.0.114 Odd numbered versions (such as 3.3) designate new developmental releases.
D3.4.214 Odd numbered versions (such as 3.3) designate new developmental releases.
D3.4.114 Odd numbered versions (such as 3.3) designate new developmental releases.
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dtessellator.cpp653 if( HWIntegerPartitioning() || Odd() ) in QuadProcessTessFactors()
1154 if( HWIntegerPartitioning() || Odd() ) in TriProcessTessFactors()
1192 int pointCountMin = Odd() ? 4 : 3; in TriProcessTessFactors()
1203 if( Odd() ) in TriProcessTessFactors()
1305 if( !Odd() ) in TriGeneratePoints()
1396 if( Odd() ) in TriGenerateConnectivity()
1713 if( Odd() ) in NumPointsForTessFactor()
1730 …if( Odd() || (fxpHalfTessFactor == FXP_ONE_HALF)) // fxpHalfTessFactor == 1/2 if TessFactor is 1, … in ComputeTessFactorContext()
1743 else if( Odd() ) in ComputeTessFactorContext()
1770 if( Odd() ) in ComputeTessFactorContext()
[all …]
/third_party/mesa3d/src/gallium/auxiliary/tessellator/
Dtessellator.cpp671 if( HWIntegerPartitioning() || Odd() ) in QuadProcessTessFactors()
1172 if( HWIntegerPartitioning() || Odd() ) in TriProcessTessFactors()
1210 int pointCountMin = Odd() ? 4 : 3; in TriProcessTessFactors()
1221 if( Odd() ) in TriProcessTessFactors()
1323 if( !Odd() ) in TriGeneratePoints()
1414 if( Odd() ) in TriGenerateConnectivity()
1731 if( Odd() ) in NumPointsForTessFactor()
1748 …if( Odd() || (fxpHalfTessFactor == FXP_ONE_HALF)) // fxpHalfTessFactor == 1/2 if TessFactor is 1, … in ComputeTessFactorContext()
1761 else if( Odd() ) in ComputeTessFactorContext()
1778 if( Odd() ) in ComputeTessFactorContext()
[all …]

12345678