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/
H A 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/
H A 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
H A DAMDGPUPALMetadata.h115 bool isLegacy() const;
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DLanguageTag.java128 boolean isLegacy = false; in parse()
145 isLegacy = true; in parse()
164 if (isLegacy) { in parse()
/third_party/sqlite/src/
H A Dsqlite3.c98594 int isLegacy; global() local
114050 int isLegacy = (db->flags & SQLITE_LegacyAlter); global() local
114320 int isLegacy = (db->flags & SQLITE_LegacyAlter); global() local
[all...]

Completed in 127 milliseconds