Lines Matching refs:one
2048 // Only looking at structures if they have at least one member.
2725 spv::Id one = 0;
2727 one = builder.makeFloatConstant(1.0F);
2729 one = builder.makeDoubleConstant(1.0);
2731 one = builder.makeFloat16Constant(1.0F);
2733 one = builder.makeInt8Constant(1);
2735 one = builder.makeInt16Constant(1);
2737 one = builder.makeInt64Constant(1);
2739 one = builder.makeIntConstant(1);
2748 convertGlslangToSpvType(node->getType()), operand, one,
3153 // which can be emitted by the one in createBinaryOperation()
3957 // Execute the one side needed, as per the condition
4668 // arrays of arrays, but using just a one-dimensional array.
5110 spv::Id one = builder.makeUintConstant(1);
5112 rvalue = builder.createTriOp(spv::OpSelect, nominalTypeId, rvalue, one, zero);
5121 spv::Id one = makeSmearedConstant(builder.makeUintConstant(1), vecSize);
5123 rvalue = builder.createTriOp(spv::OpSelect, nominalTypeId, rvalue, one, zero);
6753 // one time set up...
7076 // Handle all of the atomics in one place, in createAtomicOperation()
7447 spv::Id one = 0;
7464 one = builder.makeFloatConstant(1.0F);
7471 one = builder.makeInt64Constant(1);
7474 one = builder.makeIntConstant(1);
7484 one = builder.makeUint64Constant(1);
7487 one = builder.makeUintConstant(1);
7607 one = builder.makeDoubleConstant(1.0);
7612 one = builder.makeFloat16Constant(1.0F);
7616 one = builder.makeInt8Constant(1);
7621 one = builder.makeUint8Constant(1);
7626 one = builder.makeInt16Constant(1);
7631 one = builder.makeUint16Constant(1);
7770 one = makeSmearedConstant(one, vectorSize);
7771 result = builder.createTriOp(convOp, destType, operand, one, zero);
9465 // with the same BuiltIn in the same storage class, so we must re-use one.
9975 // otherwise, it needs to be a simple operation or one or two leaf nodes