Lines Matching defs:false
166 spv::Id convertGlslangToSpvType(const glslang::TType& type, bool forwardReferenceOnly = false);
168 bool lastBufferBlockMember, bool forwardReferenceOnly = false);
176 spv::Id makeArraySizeId(const glslang::TArraySizes&, int dim, bool allowZero = false);
271 std::stack<bool> breakForLoop; // false means break for switch
312 spv::ExecutionModel TranslateExecutionModel(EShLanguage stage, bool isMeshShaderEXT = false)
1460 return false;
1536 TIntermTraverser(true, false, true),
1541 inEntryPoint(false), entryPointTerminated(false), linkageOnly(false),
1749 bool needSizeId = false;
2007 // continue on to children. Return false if children were
2205 return false;
2275 return false;
2315 return false;
2327 return false;
2346 return false;
2377 return false;
2523 return false; // done with this node
2573 return false;
2581 return false;
2632 return false;
2687 idImmOp = {false, literals[0]};
2701 return false; // done with this node
2714 return false; // done with this node
2764 return false;
2768 return false;
2771 return false;
2774 return false;
2777 return false;
2780 return false;
2783 return false;
2847 return false;
2852 return false;
2857 bool isMatrix = false;
2858 bool noReturnValue = false;
2859 bool atomic = false;
2894 return false;
2912 linkageOnly = false;
2924 return false;
2946 inEntryPoint = false;
2954 return false;
2966 return false;
3112 return false;
3126 reduceComparison = false;
3377 return false;
3388 bool lvalue = false;
3565 memoryAccessOperands.push_back(spv::IdImmediate(false, memoryAccess));
3568 memoryAccessOperands.push_back(spv::IdImmediate(false, alignment));
3734 idImmOps.push_back(spv::IdImmediate(false, matrixOperands));
3754 idImmOps.push_back({false, literals[0]});
3808 return false;
3816 return false;
3834 return false;
3839 return false;
3848 // false otherwise.
3853 return false;
3863 return false;
4014 return false;
4056 breakForLoop.push(false);
4068 return false;
4077 spv::Id constant = createSpvConstantFromConstUnionArray(node->getType(), node->getConstArray(), nextConst, false);
4149 return false;
4198 builder.makeReturn(false, returnId);
4200 builder.makeReturn(false);
4222 return false;
4309 false /* specConst */);
4314 return builder.createVariable(spv::NoPrecision, storageClass, spvType, name, initializer, false);
4377 return convertGlslangToSpvType(type, getExplicitLayout(type), type.getQualifier(), false, forwardReferenceOnly);
4562 operands.push_back({false, literal});
4565 operands.push_back({false, literal});
4568 operands.push_back({false, literal});
4571 operands.push_back({false, literal});
4583 operands.push_back({false, literal});
4593 operands.push_back({false, literal});
4802 return false;
4876 spv::Id spvType = builder.makeStructType(spvMembers, type.getTypeName().c_str(), false);
4885 convertGlslangToSpvType(*it.first, explicitLayout, it.second, false);
4901 (type.isArray() && (type.getQualifier().isArrayedIo(glslangIntermediate->getStage()) == false));
5373 TranslateBuiltInDecoration(glslangBuiltIn, false);
5426 if (originalParam(type.getQualifier().storage, type, false) ||
5473 bool implicitThis = false;
5602 bool cubeCompare = false;
5603 bool f16ShadowCompare = false;
5616 bool lvalue = false;
5751 : false;
5849 spv::IdImmediate imageOperands = { false, spv::ImageOperandsMaskNone };
5893 spv::IdImmediate imageOperands = { false, (unsigned int)mask };
5945 spv::IdImmediate imageOperands = { false, (unsigned int)mask };
5986 spv::IdImmediate imageOperands = { false, (unsigned int)mask };
6088 bool bias = false;
6127 bool noImplicitLod = false;
6434 bool comparison = false;
6464 needMatchingVectors = false;
6488 needMatchingVectors = false;
6525 needMatchingVectors = false;
6533 needMatchingVectors = false;
6541 needMatchingVectors = false;
6585 assert(comparison == false);
6705 firstClass = false;
6725 firstClass = false;
7401 assert(false && "Default missing");
7738 assert(false && "Default missing");
8063 spv::IdImmediate groupOp = { false, (unsigned)groupOperation };
8256 spv::IdImmediate groupOp = { false, (unsigned)groupOperation };
8585 spv::IdImmediate groupOperand = { false, (unsigned)groupOperation };
9459 spv::BuiltIn builtIn = TranslateBuiltInDecoration(symbol->getQualifier().builtIn, false);
9723 nextConst, false);
9800 spvConsts.push_back(createSpvConstantFromConstUnionArray(elementType, consts, nextConst, false));
9804 spvConsts.push_back(createSpvConstantFromConstUnionArray(vectorType, consts, nextConst, false));
9807 spvConsts.push_back(createSpvConstantFromConstUnionArray(componentType, consts, nextConst, false));
9811 spvConsts.push_back(createSpvConstantFromConstUnionArray(*iter->type, consts, nextConst, false));
9826 spvConsts.push_back(builder.makeBoolConstant(zero ? false : consts[nextConst].getBConst()));
9878 scalar = builder.makeBoolConstant(zero ? false : consts[nextConst].getBConst(), specConstant);
9933 return false;
9941 return false;
9954 return false;
9965 return false;
9981 return false;
9985 return false;
9988 return false;
10010 return false;
10015 // the left side is true (for &&) or false (for ||).
10112 return false;
10129 return false;
10193 prelegalization = false;