Home
last modified time | relevance | path

Searched refs:has_type (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gem/
H A Di915_gem_pages.c399 enum i915_map_type has_type; in i915_gem_object_pin_map() local
431 ptr = page_unpack_bits(obj->mm.mapping, &has_type); in i915_gem_object_pin_map()
432 if (ptr && has_type != type) { in i915_gem_object_pin_map()
468 enum i915_map_type has_type; in __i915_gem_object_flush_map() local
480 ptr = page_unpack_bits(obj->mm.mapping, &has_type); in __i915_gem_object_flush_map()
481 if (has_type == I915_MAP_WC) in __i915_gem_object_flush_map()
/netbsd-src/sys/external/bsd/drm2/dist/drm/ttm/
H A Dttm_bo.c109 drm_printf(p, " has_type: %d\n", man->has_type); in ttm_mem_type_debug()
1065 if (!man->has_type || !man->use_type) in ttm_bo_mem_placement()
1553 if (!man->has_type) { in ttm_bo_clean_mm()
1560 man->has_type = false; in ttm_bo_clean_mm()
1589 if (!man->has_type) { in ttm_bo_evict_mm()
1607 BUG_ON(man->has_type); in ttm_bo_init_mm()
1624 man->has_type = true; in ttm_bo_init_mm()
1727 if (man->has_type) { in ttm_bo_device_release()
1734 man->has_type = false; in ttm_bo_device_release()
/netbsd-src/sys/external/bsd/drm2/dist/include/drm/ttm/
H A Dttm_bo_driver.h179 bool has_type; member
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dmodule.cc7587 bool has_type = (type == TYPE_MAIN_VARIANT (type) in decl_value() local
7591 u (has_type ? TREE_CODE (type) : 0); in decl_value()
7593 if (has_type) in decl_value()
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-19972709 (struct partial_die_info): Add sibling and has_type fields, remove
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-19972709 (struct partial_die_info): Add sibling and has_type fields, remove