Lines Matching defs:results
3115 // These six are component-wise compares with component-wise results.
6334 // 4. Copy back the results
6745 // - make a matrix out the vector results
6760 std::vector<spv::Id> results;
6776 results.push_back(builder.setPrecision(result, decorations.precision));
6780 spv::Id result = builder.setPrecision(builder.createCompositeConstruct(typeId, results), decorations.precision);
7331 // - make a matrix out the vector results
7338 std::vector<spv::Id> results;
7348 results.push_back(builder.setPrecision(destVec, decorations.precision));
7352 spv::Id result = builder.setPrecision(builder.createCompositeConstruct(typeId, results), decorations.precision);
8228 // - make a vector out the scalar results
8233 std::vector<spv::Id> results;
8261 results.push_back(builder.createOp(op, scalarType, spvGroupOperands));
8265 return builder.createCompositeConstruct(typeId, results);
10056 // phi together the two results