Home
last modified time | relevance | path

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

/external/igt-gpu-tools/tests/
Dprime_nv_api.c104 igt_assert(nouveau_bo_name_get(nvbo, &flink_name1) == 0); in test_i915_nv_import_twice_check_flink_name()
105 igt_assert(nouveau_bo_name_get(nvbo2, &flink_name2) == 0); in test_i915_nv_import_twice_check_flink_name()
134 igt_assert(nouveau_bo_name_get(nvbo, &flink_name1) == 0); in test_i915_nv_reimport_twice_check_flink_name()
135 igt_assert(nouveau_bo_name_get(nvbo2, &flink_name2) == 0); in test_i915_nv_reimport_twice_check_flink_name()
/external/libdrm/nouveau/
Dnouveau-symbol-check16 nouveau_bo_name_get
Dnouveau.h144 int nouveau_bo_name_get(struct nouveau_bo *, uint32_t *name);
Dnouveau.c754 nouveau_bo_name_get(struct nouveau_bo *bo, uint32_t *name) in nouveau_bo_name_get() function
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_screen.c146 return nouveau_bo_name_get(bo, &whandle->handle) == 0; in nouveau_screen_bo_get_handle()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_context.c300 ret = nouveau_bo_name_get(s->bo, &old_name); in nouveau_update_renderbuffers()