Searched refs:extType (Results 1 – 9 of 9) sorted by relevance
116 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()
2329 extType = sType2330 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 …]
2336 extType = sType2338 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 …]
2354 extType = sType2356 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 …]
102 ExtensionType extType; member104 …u::GLSLVersion _glslVersion, ExtensionType _extType) : glslVersion(_glslVersion), extType(_extType) in ExtParameters()
135 extParams.extType = glcts::EXTENSIONTYPE_NONE; in init()
59 , m_extType(extParam.extType) in TestCaseBase()
5300 const VkMemoryType *extType = &extProperties.memoryProperties.memoryTypes[i]; in deviceMemoryProperties2() local5301 …if (coreType->propertyFlags != extType->propertyFlags || coreType->heapIndex != extType->heapIndex) in deviceMemoryProperties2()