Home
last modified time | relevance | path

Searched refs:getIdOperand (Results 1 – 5 of 5) sorted by relevance

/third_party/glslang/SPIRV/
DSpvPostProcess.cpp85 StorageClass storageClass = getStorageClass(inst.getIdOperand(0)); in postProcessType()
234 Instruction *accessChain = module.getInstruction(inst.getIdOperand(0)); in postProcess()
236 Instruction *base = module.getInstruction(accessChain->getIdOperand(0)); in postProcess()
245 typeId = type->getIdOperand(1); in postProcess()
253 Instruction *idx = module.getInstruction(accessChain->getIdOperand(i)); in postProcess()
260 decoration.get()->getIdOperand(0) == typeId && in postProcess()
269 typeId = type->getIdOperand(c); in postProcess()
275 decoration.get()->getIdOperand(0) == typeId && in postProcess()
282 typeId = type->getIdOperand(0); in postProcess()
318 if (getTypeId(inst.getIdOperand(op)) != NoType) in postProcess()
[all …]
DInReadableOrder.cpp85 Id mergeId = mergeInst->getIdOperand(0); in visit()
89 Id continueId = mergeInst->getIdOperand(1); in visit()
DSpvBuilder.cpp185 type->getIdOperand(1) == pointee) in makePointer()
220 type->getIdOperand(1) == pointee) in makePointerFromForwardPointer()
342 if (type->getIdOperand(0) != type0 || in makeStructResultType()
343 type->getIdOperand(1) != type1) in makeStructResultType()
362 if (type->getIdOperand(0) == component && in makeVectorType()
388 if (type->getIdOperand(0) == column && in makeMatrixType()
410 if (type->getIdOperand(0) == component && in makeCooperativeMatrixType()
411 type->getIdOperand(1) == scope && in makeCooperativeMatrixType()
412 type->getIdOperand(2) == rows && in makeCooperativeMatrixType()
413 type->getIdOperand(3) == cols) in makeCooperativeMatrixType()
[all …]
DspvIR.h149 Id getIdOperand(int op) const { in getIdOperand() function
476 …Instruction* param = new Instruction(firstParamId + p, typeInst->getIdOperand(p + 1), OpFunctionPa… in Function()
DSpvBuilder.h287 return isSampledImageType(typeId) ? module.getInstruction(typeId)->getIdOperand(0) : typeId; in getImageType()