Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_context.c270 list_for_each_entry_safe(struct nvc0_resident, pos, &nvc0->img_head, list) { in nvc0_destroy()
477 list_inithead(&nvc0->img_head); in nvc0_create()
Dnvc0_context.h237 struct list_head img_head; member
Dnvc0_tex.c1408 list_add(&res->list, &nvc0->img_head); in nve4_make_image_handle_resident()
1410 list_for_each_entry_safe(struct nvc0_resident, pos, &nvc0->img_head, list) { in nve4_make_image_handle_resident()
1499 list_add(&res->list, &nvc0->img_head); in gm107_make_image_handle_resident()
1501 list_for_each_entry_safe(struct nvc0_resident, pos, &nvc0->img_head, list) { in gm107_make_image_handle_resident()
Dnve4_compute.c865 list_for_each_entry(struct nvc0_resident, resident, &nvc0->img_head, list) { in nve4_launch_grid()
Dnvc0_vbo.c1019 list_for_each_entry(struct nvc0_resident, resident, &nvc0->img_head, list) { in nvc0_draw_vbo()