Lines Matching defs:loadedId
180 spv::Id convertLoadedBoolInUniformToUint(const glslang::TType& type, spv::Id nominalTypeId, spv::Id loadedId);
2383 spv::Id loadedId)
2389 return builder.createBinOp(spv::OpINotEqual, boolType, loadedId, builder.makeUintConstant(0));
2395 loadedId = builder.createBinOp(spv::OpINotEqual, bvecType, loadedId,
2404 return builder.createUnaryOp(spv::OpCopyLogical, boolArrayTypeId, loadedId);
2411 spv::Id elementValue = builder.createCompositeExtract(loadedId, elementNominalTypeId, index);
2421 return loadedId;
5079 spv::Id loadedId = builder.accessChainLoad(TranslatePrecisionDecoration(type),
5089 loadedId = convertLoadedBoolInUniformToUint(type, nominalTypeId, loadedId);
5092 return loadedId;