Lines Matching refs:accessChainLoad
177 spv::Id accessChainLoad(const glslang::TType& type);
2173 spv::Id rValue = accessChainLoad(node->getRight()->getType());
2181 spv::Id leftRValue = accessChainLoad(node->getLeft()->getType());
2240 spv::Id left = accessChainLoad(node->getLeft()->getType());
2293 spv::Id index = accessChainLoad(node->getRight()->getType());
2356 spv::Id left = accessChainLoad(node->getLeft()->getType());
2361 spv::Id right = accessChainLoad(node->getRight()->getType());
2481 object = builder.accessChainLoad(spv::NoPrecision, spv::DecorationMax, spv::DecorationMax, objectTypeId);
2497 object = builder.accessChainLoad(spv::NoPrecision, spv::DecorationMax, spv::DecorationMax, objectTypeId);
2658 operand = accessChainLoad(node->getOperand()->getType());
3358 spv::Id leftId = accessChainLoad(left->getType());
3362 spv::Id rightId = accessChainLoad(right->getType());
3541 spv::Id elementId = accessChainLoad(glslangOperands[2]->getAsTyped()->getType());
3646 operands.push_back(accessChainLoad(glslangOperands[arg]->getAsTyped()->getType()));
3880 spv::Id condition = accessChainLoad(node->getCondition()->getType());
3887 spv::Id trueValue = accessChainLoad(node->getTrueBlock()->getAsTyped()->getType());
3889 spv::Id falseValue = accessChainLoad(node->getFalseBlock()->getAsTyped()->getType());
3975 spv::Id load = accessChainLoad(node->getTrueBlock()->getAsTyped()->getType());
3988 spv::Id load = accessChainLoad(node->getFalseBlock()->getAsTyped()->getType());
4021 spv::Id selector = accessChainLoad(node->getCondition()->getAsTyped()->getType());
4107 spv::Id condition = accessChainLoad(node->getTest()->getType());
4138 accessChainLoad(node->getTest()->getType());
4188 spv::Id returnId = accessChainLoad(glslangReturnType);
5042 return accessChainLoad(specNode->getAsTyped()->getType());
5054 // Wrap the builder's accessChainLoad to:
5059 spv::Id TGlslangToSpvTraverser::accessChainLoad(const glslang::TType& type)
5079 spv::Id loadedId = builder.accessChainLoad(TranslatePrecisionDecoration(type),
5725 arguments.push_back(accessChainLoad(glslangArguments[i]->getAsTyped()->getType()));
5733 arguments.push_back(accessChainLoad(node.getOperand()->getType()));
6352 rValues.push_back(accessChainLoad(*argTypes.back()));
6376 spv::Id copy = accessChainLoad(*argTypes[a]);
9764 result = accessChainLoad(sub_tree->getType());
10024 spv::Id leftId = accessChainLoad(left.getType());
10047 spv::Id rightId = accessChainLoad(right.getType());