Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_tex.c858 struct nvc0_resident *res = calloc(1, sizeof(struct nvc0_resident)); in nve4_make_texture_handle_resident()
869 list_for_each_entry_safe(struct nvc0_resident, pos, &nvc0->tex_head, list) { in nve4_make_texture_handle_resident()
1366 struct nvc0_resident *res = calloc(1, sizeof(struct nvc0_resident)); in nve4_make_image_handle_resident()
1379 list_for_each_entry_safe(struct nvc0_resident, pos, &nvc0->img_head, list) { in nve4_make_image_handle_resident()
Dnvc0_context.c209 list_for_each_entry_safe(struct nvc0_resident, pos, &nvc0->tex_head, list) { in nvc0_destroy()
214 list_for_each_entry_safe(struct nvc0_resident, pos, &nvc0->img_head, list) { in nvc0_destroy()
Dnvc0_context.h160 struct nvc0_resident { struct
Dnve4_compute.c684 list_for_each_entry(struct nvc0_resident, resident, &nvc0->tex_head, list) { in nve4_launch_grid()
689 list_for_each_entry(struct nvc0_resident, resident, &nvc0->img_head, list) { in nve4_launch_grid()
Dnvc0_vbo.c975 list_for_each_entry(struct nvc0_resident, resident, &nvc0->tex_head, list) { in nvc0_draw_vbo()
980 list_for_each_entry(struct nvc0_resident, resident, &nvc0->img_head, list) { in nvc0_draw_vbo()