Searched refs:nouveau_scratch_get (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
H A D | nouveau_context.h | 90 nouveau_scratch_get(struct nouveau_context *, unsigned size, uint64_t *gpu_addr,
|
H A D | nouveau_buffer.c | 1076 nouveau_scratch_get(struct nouveau_context *nv, in nouveau_scratch_get() function
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_vbo_translate.c | 227 void *const dest = nouveau_scratch_get(&nvc0->base, size, &va, &bo); in nvc0_push_setup_vertex_array() 729 data = (uint32_t *)nouveau_scratch_get(&nvc0->base, in nvc0_push_upload_vertex_ids()
|
H A D | nve4_compute.c | 808 uint8_t *ptr = nouveau_scratch_get(nv, 512, pgpuaddr, pbo); in nve4_compute_alloc_launch_desc()
|
H A D | nvc0_surface.c | 1320 vbuf = nouveau_scratch_get(&nvc0->base, length, &vtxbuf, &vtxbuf_bo); in nvc0_blit_3d()
|
Completed in 8 milliseconds