Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_buffer.h96 nouveau_resource_mapped_by_gpu(struct pipe_resource *resource) in nouveau_resource_mapped_by_gpu() function
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_vbo.c109 if (!nouveau_resource_mapped_by_gpu(vb->buffer.resource)) { in nv30_prevalidate_vbufs()
481 assert(nouveau_resource_mapped_by_gpu(&res->base));
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_vbo.c837 assert(nouveau_resource_mapped_by_gpu(info->index.resource)); in nvc0_draw_indirect()
990 assert(nouveau_resource_mapped_by_gpu(&buf->base)); in nvc0_draw_vbo()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_compute.c250 assert(nouveau_resource_mapped_by_gpu(&res->base)); in nv50_compute_validate_constbufs()
Dnv50_shader_state.c89 assert(nouveau_resource_mapped_by_gpu(&res->base)); in nv50_constbufs_validate()
Dnv50_vbo.c619 assert(nouveau_resource_mapped_by_gpu(info->index.resource)); in nv50_draw_elements()