HomeSort by relevance Sort by last modified time
    Searched defs:Splat (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h 315 // If 'Arg' is an 8-bit splat, then get the encoded value.
316 int Splat = getT2SOImmValSplatVal(Arg);
317 if (Splat != -1)
318 return Splat;
337 // Passing values can be any combination of splat values and shifter
338 // values. If this can be handled with a single shifter or splat, bail
349 // Likewise, try masking out a splat value first.
370 // Try masking out a splat value first.
374 // The other splat is all that's left as an option.
620 // Encode NEON 16 bits Splat immediate for instructions like VBIC/VOR
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h 314 // If 'Arg' is an 8-bit splat, then get the encoded value.
315 int Splat = getT2SOImmValSplatVal(Arg);
316 if (Splat != -1)
317 return Splat;
336 // Passing values can be any combination of splat values and shifter
337 // values. If this can be handled with a single shifter or splat, bail
348 // Likewise, try masking out a splat value first.
369 // Try masking out a splat value first.
373 // The other splat is all that's left as an option.
  /frameworks/base/core/java/com/android/internal/colorextraction/drawable/
GradientDrawable.java 55 private final Splat mSplat;
63 mSplat = new Splat(0.50f, 1.00f, GRADIENT_RADIUS, CENTRALIZED_CIRCLE_1);
189 // Splat each gradient
210 static final class Splat {
216 Splat(float x, float y, float radius, float colorIndex) {
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
TouchPaint.java 217 Splat,
391 // Splat paint when the middle mouse button or second stylus button is pressed.
392 mode = PaintMode.Splat;
473 case Splat:
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 357 milliseconds