Lines Matching defs:name
778 const char *name,
846 bo->name = name;
990 .base = { .name = I915_GEM_CREATE_EXT_MEMORY_REGIONS },
1057 const char *name,
1072 bo = alloc_bo_from_slabs(bufmgr, name, size, alignment, flags);
1127 bo->name = name;
1158 bo->name, memzone_name(memzone), iris_heap_to_string[bo->real.heap],
1171 iris_bo_create_userptr(struct iris_bufmgr *bufmgr, const char *name,
1201 bo->name = name;
1239 const char *name, unsigned int handle)
1254 struct drm_gem_open open_arg = { .name = handle };
1258 name, handle, strerror(errno));
1282 bo->name = name;
1299 DBG("bo_create_from_handle: %d (%s)\n", handle, bo->name);
1342 bo->gem_handle, bo->name, strerror(errno));
1455 DBG("bo_unreference final: %d (%s)\n", bo->gem_handle, bo->name);
1465 bo->name = NULL;
1516 action, bo->name, elapsed * 1000);
1558 __FILE__, __LINE__, bo->gem_handle, bo->name, strerror(errno));
1610 __FILE__, __LINE__, bo->gem_handle, bo->name, strerror(errno));
1619 __FILE__, __LINE__, bo->gem_handle, bo->name, strerror(errno));
1643 DBG("iris_bo_map: %d (%s)\n", bo->gem_handle, bo->name);
1662 bo->gem_handle, bo->name, bo->real.map);
1911 bo->name = "prime";
2012 iris_bo_flink(struct iris_bo *bo, uint32_t *name)
2028 bo->real.global_name = flink.name;
2034 *name = bo->real.global_name;
2304 bo->name = "aux-map";
2332 gem_param(int fd, int name)
2336 struct drm_i915_getparam gp = { .param = name, .value = &v };