Home
last modified time | relevance | path

Searched refs:extType (Results 1 – 9 of 9) sorted by relevance

/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
DXmlRangesSchema.java116 for (ExtType extType : src.getAssignedValues(RangesTableSchema.TYPE)) { in fromExternalTable()
117 RangeTree ranges = src.getRanges(RangesTableSchema.TYPE, extType); in fromExternalTable()
118 Optional<ValidNumberType> t = extType.toValidNumberType(); in fromExternalTable()
/third_party/vk-gl-cts/external/vulkancts/scripts/
Dgen_framework_sc.py2329 extType = sType
2330 if extType == "DISCARD_RECTANGLE":
2331 extType = "DISCARD_RECTANGLES"
2332 elif extType == "DRIVER":
2333 extType = "DRIVER_PROPERTIES"
2334 elif extType == "POINT_CLIPPING":
2335 extType = "MAINTENANCE_2"
2336 elif extType == "SHADER_CORE":
2337 extType = "SHADER_CORE_PROPERTIES"
2338 elif extType == "DRM":
[all …]
Dgen_framework.py2336 extType = sType
2338 if extType == "MAINTENANCE_3":
2339 extType = "MAINTENANCE3"
2340 elif extType == "MAINTENANCE_4":
2341 extType = "MAINTENANCE4"
2342 elif extType == "POINT_CLIPPING":
2343 extType = "MAINTENANCE2"
2345 …ptrnExtensionName = r'^\s*#define\s+(\w+' + sExtSuffix + '_' + extType + sVerSuffix +'[_0-9]*_EXTE…
2349 …ptrnSpecVersion = r'^\s*#define\s+(\w+' + sExtSuffix + '_' + extType + sVerSuffix + '[_0-9]*_SPEC…
2987 def genExtDepArray(extType): argument
[all …]
Dohos_gen_framework.py2354 extType = sType
2356 if extType == "MAINTENANCE_3":
2357 extType = "MAINTENANCE3"
2358 elif extType == "MAINTENANCE_4":
2359 extType = "MAINTENANCE4"
2360 elif extType == "POINT_CLIPPING":
2361 extType = "MAINTENANCE2"
2363 …ptrnExtensionName = r'^\s*#define\s+(\w+' + sExtSuffix + '_' + extType + sVerSuffix +'[_0-9]*_EXTE…
2367 …ptrnSpecVersion = r'^\s*#define\s+(\w+' + sExtSuffix + '_' + extType + sVerSuffix + '[_0-9]*_SPEC…
3005 def genExtDepArray(extType): argument
[all …]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/
DesextcTestCaseBase.hpp102 ExtensionType extType; member
104 …u::GLSLVersion _glslVersion, ExtensionType _extType) : glslVersion(_glslVersion), extType(_extType) in ExtParameters()
DesextcTestPackage.cpp135 extParams.extType = glcts::EXTENSIONTYPE_NONE; in init()
DesextcTestCaseBase.cpp59 , m_extType(extParam.extType) in TestCaseBase()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp5300 const VkMemoryType *extType = &extProperties.memoryProperties.memoryTypes[i]; in deviceMemoryProperties2() local
5301 …if (coreType->propertyFlags != extType->propertyFlags || coreType->heapIndex != extType->heapIndex) in deviceMemoryProperties2()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiFeatureInfo.cpp5300 const VkMemoryType *extType = &extProperties.memoryProperties.memoryTypes[i]; in deviceMemoryProperties2() local
5301 …if (coreType->propertyFlags != extType->propertyFlags || coreType->heapIndex != extType->heapIndex) in deviceMemoryProperties2()