Searched refs:tex_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 | 212 list_for_each_entry_safe(struct nvc0_resident, pos, &nvc0->tex_head, list) { 420 list_inithead(&nvc0->tex_head);
|
| H A D | nvc0_context.h | 235 struct list_head tex_head; member in struct:nvc0_context
|
| H A D | nvc0_tex.c | 892 list_add(&res->list, &nvc0->tex_head); 894 list_for_each_entry_safe(struct nvc0_resident, pos, &nvc0->tex_head, list) {
|
| H A D | nvc0_vbo.c | 976 list_for_each_entry(struct nvc0_resident, resident, &nvc0->tex_head, list) {
|
| H A D | nve4_compute.c | 723 list_for_each_entry(struct nvc0_resident, resident, &nvc0->tex_head, list) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_context.c | 265 list_for_each_entry_safe(struct nvc0_resident, pos, &nvc0->tex_head, list) { 476 list_inithead(&nvc0->tex_head);
|
| H A D | nvc0_context.h | 236 struct list_head tex_head; member in struct:nvc0_context
|
| H A D | nvc0_tex.c | 890 list_add(&res->list, &nvc0->tex_head); 892 list_for_each_entry_safe(struct nvc0_resident, pos, &nvc0->tex_head, list) {
|
| H A D | nvc0_vbo.c | 1014 list_for_each_entry(struct nvc0_resident, resident, &nvc0->tex_head, list) {
|
| H A D | nve4_compute.c | 860 list_for_each_entry(struct nvc0_resident, resident, &nvc0->tex_head, list) {
|
Completed in 15 milliseconds