Searched refs:isLegacy (Results 1 – 5 of 5) sorted by relevance
92 isLegacy()) || in isValid()100 bool isLegacy() const { return m_IsLegacy; } in isLegacy() function in VKSCPipelineCacheHeaderReader114 if (isLegacy()) in getValidationVersion()130 if (isLegacy()) in getImplementationData()144 if (isLegacy()) in getPipelineIndexCount()159 if (isLegacy()) in getPipelineIndexStride()174 if (isLegacy()) in getPipelineIndexOffset()
174 if (!isLegacy()) { in setRegister()188 if (isLegacy()) in setEntryPoint()199 if (isLegacy()) { in setNumUsedVgprs()215 if (isLegacy()) { in setNumUsedSgprs()229 if (isLegacy()) { in setScratchSize()550 if (isLegacy()) { in toString()705 return isLegacy() ? ElfNote::NoteNameV2 : ElfNote::NoteNameV3; in getVendor()717 bool AMDGPUPALMetadata::isLegacy() const { in isLegacy() function in AMDGPUPALMetadata
115 bool isLegacy() const;
128 boolean isLegacy = false; in parse()145 isLegacy = true; in parse()164 if (isLegacy) { in parse()
98381 int isLegacy;98383 isLegacy = (db->flags & SQLITE_LegacyAlter);98398 if( isLegacy==0 ) db->flags &= ~(u64)SQLITE_LegacyAlter;113837 int isLegacy = (db->flags & SQLITE_LegacyAlter);113842 if( isLegacy==0 ){113860 if( (isLegacy==0 || (db->flags & SQLITE_ForeignKeys))113878 if( isLegacy==0 ){113888 if( isLegacy==0 ){113903 if( isLegacy==0 ){114107 int isLegacy = (db->flags & SQLITE_LegacyAlter);[all …]