Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/vkscserver/
Dpcreader.hpp92 isLegacy()) || in isValid()
100 bool isLegacy() const { return m_IsLegacy; } in isLegacy() function in VKSCPipelineCacheHeaderReader
114 if (isLegacy()) in getValidationVersion()
130 if (isLegacy()) in getImplementationData()
144 if (isLegacy()) in getPipelineIndexCount()
159 if (isLegacy()) in getPipelineIndexStride()
174 if (isLegacy()) in getPipelineIndexOffset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUPALMetadata.cpp174 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
DAMDGPUPALMetadata.h115 bool isLegacy() const;
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DLanguageTag.java128 boolean isLegacy = false; in parse()
145 isLegacy = true; in parse()
164 if (isLegacy) { in parse()
/third_party/sqlite/src/
Dsqlite3.c98381 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 …]