Searched refs:img_head (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_context.c217 list_for_each_entry_safe(struct nvc0_resident, pos, &nvc0->img_head, list) {
421 list_inithead(&nvc0->img_head);
H A Dnvc0_context.h236 struct list_head img_head; member in struct:nvc0_context
H A Dnvc0_tex.c1395 list_add(&res->list, &nvc0->img_head);
1397 list_for_each_entry_safe(struct nvc0_resident, pos, &nvc0->img_head, list) {
1478 list_add(&res->list, &nvc0->img_head);
1480 list_for_each_entry_safe(struct nvc0_resident, pos, &nvc0->img_head, list) {
H A Dnvc0_vbo.c981 list_for_each_entry(struct nvc0_resident, resident, &nvc0->img_head, list) {
H A Dnve4_compute.c728 list_for_each_entry(struct nvc0_resident, resident, &nvc0->img_head, list) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_context.c270 list_for_each_entry_safe(struct nvc0_resident, pos, &nvc0->img_head, list) {
477 list_inithead(&nvc0->img_head);
H A Dnvc0_context.h237 struct list_head img_head; member in struct:nvc0_context
H A Dnvc0_tex.c1408 list_add(&res->list, &nvc0->img_head);
1410 list_for_each_entry_safe(struct nvc0_resident, pos, &nvc0->img_head, list) {
1499 list_add(&res->list, &nvc0->img_head);
1501 list_for_each_entry_safe(struct nvc0_resident, pos, &nvc0->img_head, list) {
H A Dnvc0_vbo.c1019 list_for_each_entry(struct nvc0_resident, resident, &nvc0->img_head, list) {
H A Dnve4_compute.c865 list_for_each_entry(struct nvc0_resident, resident, &nvc0->img_head, list) {

Completed in 16 milliseconds