Home
last modified time | relevance | path

Searched refs:nouveau_resource_mapped_by_gpu (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_buffer.h75 nouveau_resource_mapped_by_gpu(struct pipe_resource *resource) in nouveau_resource_mapped_by_gpu() function
/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_vbo.c107 if (!nouveau_resource_mapped_by_gpu(vb->buffer)) { in nv30_prevalidate_vbufs()
474 assert(nouveau_resource_mapped_by_gpu(&res->base)); in nv30_draw_elements()
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_shader_state.c89 assert(nouveau_resource_mapped_by_gpu(&res->base)); in nv50_constbufs_validate()
Dnv50_vbo.c587 assert(nouveau_resource_mapped_by_gpu(nv50->idxbuf.buffer)); in nv50_draw_elements()
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_vbo.c510 assert(nouveau_resource_mapped_by_gpu(&buf->base)); in nvc0_idxbuf_validate()