HomeSort by relevance Sort by last modified time
    Searched refs:fConst (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/src/OpenGL/compiler/
ConstantUnion.h 96 void setFConst(float f) {fConst = f; type = EbtFloat; }
101 float getFConst() const { return fConst; }
112 case EbtFloat: return fConst;
130 return f == fConst;
149 return constant.fConst == fConst;
193 return fConst > constant.fConst;
210 return fConst < constant.fConst;
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_target_nv50.cpp 76 unsigned int fConst : 3;
177 if (prop->fConst & (1 << s))
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_target_nvc0.cpp 210 unsigned int fConst : 3;
320 if (prop->fConst & (1 << s))

Completed in 175 milliseconds