Lines Matching refs:objectTy
333 auto &objectTy = getType(object); local
334 for(auto i = 0u; i < objectTy.componentCount; i++)
832 auto &objectTy = getType(typeId); in CreateConstant() local
835 object.constantValue.resize(objectTy.componentCount); in CreateConstant()
842 auto &objectTy = getType(object); in ProcessInterfaceVariable() local
843 …ASSERT(objectTy.storageClass == spv::StorageClassInput || objectTy.storageClass == spv::StorageCla… in ProcessInterfaceVariable()
845 ASSERT(objectTy.opcode() == spv::OpTypePointer); in ProcessInterfaceVariable()
846 auto pointeeTy = getType(objectTy.element); in ProcessInterfaceVariable()
848 …auto &builtinInterface = (objectTy.storageClass == spv::StorageClassInput) ? inputBuiltins : outpu… in ProcessInterfaceVariable()
849 auto &userDefinedInterface = (objectTy.storageClass == spv::StorageClassInput) ? inputs : outputs; in ProcessInterfaceVariable()
854 if(objectTy.isBuiltInBlock) in ProcessInterfaceVariable()
857 auto m = memberDecorations.find(objectTy.element); in ProcessInterfaceVariable()
2481 auto &objectTy = getType(object); in emitEpilog() local
2482 …if(object.kind == Object::Kind::InterfaceVariable && objectTy.storageClass == spv::StorageClassOut… in emitEpilog()