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

  /external/jmonkeyengine/engine/src/core-effects/Common/MatDefs/Post/
CrossHatch.j3md 10 Float FillValue;
  /external/jmonkeyengine/engine/src/core-effects/com/jme3/post/filters/
CrossHatchFilter.java 57 private float fillValue = 0.9f;
98 material.setFloat("FillValue", fillValue);
162 * @param fillValue
164 public void setFillValue(float fillValue) {
165 this.fillValue = fillValue;
167 material.setFloat("FillValue", fillValue);
254 return fillValue;
    [all...]
  /external/llvm/lib/Target/PTX/
PTXMCAsmStreamer.cpp 155 virtual void EmitFill(uint64_t NumBytes, uint8_t FillValue,
411 /// FillValue. This implements directives such as '.space'.
412 void PTXMCAsmStreamer::EmitFill(uint64_t NumBytes, uint8_t FillValue,
419 if (FillValue != 0)
420 OS << ',' << (int)FillValue;
426 MCStreamer::EmitFill(NumBytes, FillValue, AddrSpace);
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 194 virtual void EmitFill(uint64_t NumBytes, uint8_t FillValue,
682 /// FillValue. This implements directives such as '.space'.
683 void MCAsmStreamer::EmitFill(uint64_t NumBytes, uint8_t FillValue,
690 if (FillValue != 0)
691 OS << ',' << (int)FillValue;
697 MCStreamer::EmitFill(NumBytes, FillValue, AddrSpace);
    [all...]
MCStreamer.cpp 140 /// FillValue. This implements directives such as '.space'.
141 void MCStreamer::EmitFill(uint64_t NumBytes, uint8_t FillValue,
143 const MCExpr *E = MCConstantExpr::Create(FillValue, getContext());
  /external/llvm/include/llvm/MC/
MCStreamer.h 457 /// FillValue. This implements directives such as '.space'.
458 virtual void EmitFill(uint64_t NumBytes, uint8_t FillValue,
  /external/llvm/lib/Support/
APInt.cpp     [all...]

Completed in 258 milliseconds