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

  /external/swiftshader/src/OpenGL/compiler/
ConstantUnion.h 97 void setBConst(bool b) {bConst = b; type = EbtBool; }
102 bool getBConst() const { return bConst; }
113 case EbtBool: return (bConst == true) ? reinterpret_cast<const float&>(FFFFFFFFh) : 0;
135 return b == bConst;
151 return constant.bConst == bConst;
370 case EbtBool: returnValue.setBConst(bConst && constant.bConst); break;
382 case EbtBool: returnValue.setBConst(bConst || constant.bConst); break
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/Include/
ConstantUnion.h 80 bConst = b;
89 bool getBConst() const { return bConst; }
133 if (b == bConst)
171 if (constant.bConst == bConst)
506 case EbtBool: returnValue.setBConst(bConst && constant.bConst); break;
518 case EbtBool: returnValue.setBConst(bConst || constant.bConst); break;
533 bool bConst; // used for bvec, scalar bool
    [all...]
  /hardware/intel/img/psb_video/src/
psb_texture.h 62 signed short bConst;
psb_texture.c 791 &pPriv->coeffs.bV, &pPriv->coeffs.bConst,
    [all...]
  /hardware/intel/img/psb_video/src/mrst/
pvr2d.h 297 signed short bConst;
    [all...]

Completed in 83 milliseconds