Home | History | Annotate | Download | only in SPIRV

Lines Matching refs:NoType

76     Instruction* import = new Instruction(getUniqueId(), NoType, OpExtInstImport);
88 type = new Instruction(getUniqueId(), NoType, OpTypeVoid);
102 type = new Instruction(getUniqueId(), NoType, OpTypeBool);
116 type = new Instruction(getUniqueId(), NoType, OpTypeSampler);
138 type = new Instruction(getUniqueId(), NoType, OpTypePointer);
160 type = new Instruction(getUniqueId(), NoType, OpTypeInt);
193 type = new Instruction(getUniqueId(), NoType, OpTypeFloat);
224 Instruction* type = new Instruction(getUniqueId(), NoType, OpTypeStruct);
271 type = new Instruction(getUniqueId(), NoType, OpTypeVector);
297 type = new Instruction(getUniqueId(), NoType, OpTypeMatrix);
325 type = new Instruction(getUniqueId(), NoType, OpTypeArray);
337 Instruction* type = new Instruction(getUniqueId(), NoType, OpTypeRuntimeArray);
365 type = new Instruction(getUniqueId(), NoType, OpTypeFunction);
393 type = new Instruction(getUniqueId(), NoType, OpTypeImage);
462 type = new Instruction(getUniqueId(), NoType, OpTypeSampledImage);
980 Instruction* inst = new Instruction(NoResult, NoType, OpReturnValue);
984 buildPoint->addInstruction(std::unique_ptr<Instruction>(new Instruction(NoResult, NoType, OpReturn)));
1987 Instruction* switchInst = new Instruction(NoResult, NoType, OpSwitch);
2087 accessChain.preSwizzleBaseType = NoType;
2096 if (accessChain.preSwizzleBaseType == NoType)
2153 Id swizzleBase = accessChain.preSwizzleBaseType != NoType ? accessChain.preSwizzleBaseType : resultType;
2235 return NoType;
2396 accessChain.preSwizzleBaseType = NoType;
2430 accessChain.preSwizzleBaseType = NoType;
2435 accessChain.preSwizzleBaseType = NoType;