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 D | nvc0_context.c | 217 list_for_each_entry_safe(struct nvc0_resident, pos, &nvc0->img_head, list) { 421 list_inithead(&nvc0->img_head);
|
| H A D | nvc0_context.h | 236 struct list_head img_head; member in struct:nvc0_context
|
| H A D | nvc0_tex.c | 1395 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 D | nvc0_vbo.c | 981 list_for_each_entry(struct nvc0_resident, resident, &nvc0->img_head, list) {
|
| H A D | nve4_compute.c | 728 list_for_each_entry(struct nvc0_resident, resident, &nvc0->img_head, list) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_context.c | 270 list_for_each_entry_safe(struct nvc0_resident, pos, &nvc0->img_head, list) { 477 list_inithead(&nvc0->img_head);
|
| H A D | nvc0_context.h | 237 struct list_head img_head; member in struct:nvc0_context
|
| H A D | nvc0_tex.c | 1408 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 D | nvc0_vbo.c | 1019 list_for_each_entry(struct nvc0_resident, resident, &nvc0->img_head, list) {
|
| H A D | nve4_compute.c | 865 list_for_each_entry(struct nvc0_resident, resident, &nvc0->img_head, list) {
|
Completed in 16 milliseconds