Home
last modified time | relevance | path

Searched refs:NOUVEAU_BO_MAP (Results 1 – 21 of 21) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_scratch.c62 NOUVEAU_BO_MAP, 0, size, NULL, bo); in nouveau_get_scratch()
82 NOUVEAU_BO_MAP, 0, NOUVEAU_SCRATCH_SIZE, in nouveau_scratch_init()
Dnouveau_texture.c356 ret = nouveau_bo_new(context_dev(ctx), NOUVEAU_BO_MAP | in relayout_texture()
413 return NOUVEAU_BO_MAP; in get_teximage_placement()
415 return NOUVEAU_BO_GART | NOUVEAU_BO_MAP; in get_teximage_placement()
Dnouveau_bufferobj.c101 NOUVEAU_BO_GART | NOUVEAU_BO_MAP, in nouveau_bufferobj_data()
Dnouveau_fbo.c97 nouveau_surface_alloc(ctx, s, TILED, NOUVEAU_BO_VRAM | NOUVEAU_BO_MAP, in nouveau_renderbuffer_storage()
Dnv04_context.c116 NOUVEAU_BO_MAP | NOUVEAU_BO_VRAM, in init_dummy_texture()
/external/igt-gpu-tools/tests/
Dprime_nv_test.c116 igt_assert(nouveau_bo_new(ndev, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, in test_nv_i915_sharing()
202 igt_assert(nouveau_bo_new(ndev, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, in test_i915_import_cpu_mmap()
233 igt_assert(nouveau_bo_new(ndev, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, in test_i915_import_gtt_mmap()
265 igt_assert(nouveau_bo_new(ndev, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, in test_i915_import_pread_pwrite()
Dprime_nv_api.c151 igt_assert(nouveau_bo_new(ndev, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, in test_nv_i915_import_twice_check_flink_name()
180 igt_assert(nouveau_bo_new(ndev, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, in test_nv_i915_reimport_twice_check_flink_name()
300 igt_assert(nouveau_bo_new(ndev, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, in test_nv_self_import()
337 igt_assert(nouveau_bo_new(ndev, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, in test_nv_self_import_to_different_fd()
Dprime_nv_pcopy.c102 dom |= NOUVEAU_BO_MAP; in nv_bo_alloc()
229 igt_assert(nouveau_bo_new(ndev, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, in init_nouveau()
/external/libdrm/nouveau/
Dabi16.c290 bo->flags |= NOUVEAU_BO_MAP; in abi16_bo_info()
324 if (bo->flags & NOUVEAU_BO_MAP) in abi16_bo_init()
Dnouveau.h122 #define NOUVEAU_BO_MAP 0x80000000 macro
Dpushbuf.c593 nvpb->type |= NOUVEAU_BO_MAP; in nouveau_pushbuf_new()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_video.c569 ret = nouveau_bo_new(dec->screen->device, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, in nouveau_create_decoder()
574 ret = nouveau_bo_new(dec->screen->device, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, in nouveau_create_decoder()
581 ret = nouveau_bo_new(dec->screen->device, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, in nouveau_create_decoder()
Dnouveau_screen.c338 NOUVEAU_BO_GART | NOUVEAU_BO_MAP, in nouveau_screen_init()
Dnouveau_buffer.c950 return nouveau_bo_new(nv->screen->device, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, in nouveau_scratch_bo_alloc()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv98_video.c266 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_GART|NOUVEAU_BO_MAP, in nv98_create_decoder()
Dnv50_transfer.c289 ret = nouveau_bo_new(dev, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, 0, in nv50_miptree_transfer_map()
Dnv50_screen.c1031 ret = nouveau_bo_new(dev, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, 0, 4096, in nv50_screen_create()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_video.c290 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_GART|NOUVEAU_BO_MAP, in nvc0_create_decoder()
Dnvc0_transfer.c440 ret = nouveau_bo_new(dev, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, 0, in nvc0_miptree_transfer_map()
Dnvc0_screen.c1087 flags = NOUVEAU_BO_GART | NOUVEAU_BO_MAP; in nvc0_screen_create()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_miptree.c305 ret = nouveau_bo_new(dev, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, 0, in nv30_miptree_transfer_map()