Lines Matching defs:false
194 Id makeUintType(int width) { return makeIntegerType(width, false); }
228 NonSemanticShaderDebugInfo100DebugCompositeType const tag, bool const isOpaqueType = false);
361 Id makeBoolConstant(bool b, bool specConstant = false);
362 Id makeInt8Constant(int i, bool specConstant = false)
364 Id makeUint8Constant(unsigned u, bool specConstant = false)
366 Id makeInt16Constant(int i, bool specConstant = false)
368 Id makeUint16Constant(unsigned u, bool specConstant = false)
370 Id makeIntConstant(int i, bool specConstant = false)
372 Id makeUintConstant(unsigned u, bool specConstant = false)
374 Id makeInt64Constant(long long i, bool specConstant = false)
376 Id makeUint64Constant(unsigned long long u, bool specConstant = false)
378 Id makeFloatConstant(float f, bool specConstant = false);
379 Id makeDoubleConstant(double d, bool specConstant = false);
380 Id makeFloat16Constant(float f16, bool specConstant = false);
381 Id makeFpConstant(Id type, double d, bool specConstant = false);
386 Id makeCompositeConstant(Id type, const std::vector<Id>& comps, bool specConst = false);
579 Id createCompositeCompare(Decoration precision, Id, Id, bool /* true if for equal, false if for not-equal */);
857 void setToNormalCodeGenMode() { generatingOpCodeForSpecConst = false; }