Searched refs:img_head (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_context.c | 214 list_for_each_entry_safe(struct nvc0_resident, pos, &nvc0->img_head, list) { in nvc0_destroy() 418 list_inithead(&nvc0->img_head); in nvc0_create()
|
D | nvc0_context.h | 229 struct list_head img_head; member
|
D | nvc0_tex.c | 1377 list_add(&res->list, &nvc0->img_head); 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()
|
D | nve4_compute.c | 689 list_for_each_entry(struct nvc0_resident, resident, &nvc0->img_head, list) { in nve4_launch_grid()
|
D | nvc0_vbo.c | 980 list_for_each_entry(struct nvc0_resident, resident, &nvc0->img_head, list) { in nvc0_draw_vbo()
|