Home
last modified time | relevance | path

Searched refs:undef_set (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/scripts/
H A Dvk_validation_stats.py415 undef_set = undef_set - unassigned
416 if (len(undef_set) > 0):
418 undef = list(undef_set)
427 undef_set = self.tests - self.valid
431 undef_set = undef_set - unassigned
432 if (len(undef_set) > 0):
435 undef = list(undef_set)
448 for vuid in undef_set:
451 undef_set = undef_set - unassigned
452 if (len(undef_set) > 0):
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-validation-layers/src/scripts/
H A Dvk_validation_stats.py407 undef_set = undef_set - unassigned
408 if (len(undef_set) > 0):
410 undef = list(undef_set)
419 undef_set = self.tests - self.valid
423 undef_set = undef_set - unassigned
424 if (len(undef_set) > 0):
427 undef = list(undef_set)
440 for vuid in undef_set:
443 undef_set = undef_set - unassigned
444 if (len(undef_set) > 0):
[all …]
/dports/databases/grass7/grass-7.8.6/lib/raster/
H A Dcolor_get.c135 else if (colors->undef_set) { in Rast_get_null_value_color()
158 if (colors->undef_set) { in Rast_get_default_color()
H A Dcolor_set.c105 colors->undef_set = 1; in Rast_set_default_color()
H A Dcolor_write.c142 if (colors->undef_set) { in write_new_colors()
H A Drasterlib.dox1281 int undef_set; /* the colors for cells not in range are set? */
/dports/databases/grass7/grass-7.8.6/include/
H A Dgis.h676 int undef_set; /* the colors for cells not in range are set? */ member
/dports/databases/grass7/grass-7.8.6/lib/gis/
H A Dgislib.dox1423 int undef_set; /* the colors for cells not in range are set? */