Searched refs:nvc0_resident (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_tex.c | 883 struct nvc0_resident *res = calloc(1, sizeof(struct nvc0_resident)); 894 list_for_each_entry_safe(struct nvc0_resident, pos, &nvc0->tex_head, list) { 1384 struct nvc0_resident *res = calloc(1, sizeof(struct nvc0_resident)); 1397 list_for_each_entry_safe(struct nvc0_resident, pos, &nvc0->img_head, list) { 1464 struct nvc0_resident *res = calloc(1, sizeof(struct nvc0_resident)); 1480 list_for_each_entry_safe(struct nvc0_resident, pos, &nvc0->img_head, list) {
|
| H A D | nvc0_context.c | 212 list_for_each_entry_safe(struct nvc0_resident, pos, &nvc0->tex_head, list) { 217 list_for_each_entry_safe(struct nvc0_resident, pos, &nvc0->img_head, list) {
|
| H A D | nvc0_context.h | 167 struct nvc0_resident { struct
|
| H A D | nvc0_vbo.c | 976 list_for_each_entry(struct nvc0_resident, resident, &nvc0->tex_head, list) { 981 list_for_each_entry(struct nvc0_resident, resident, &nvc0->img_head, list) {
|
| H A D | nve4_compute.c | 723 list_for_each_entry(struct nvc0_resident, resident, &nvc0->tex_head, list) { 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_tex.c | 881 struct nvc0_resident *res = calloc(1, sizeof(struct nvc0_resident)); 892 list_for_each_entry_safe(struct nvc0_resident, pos, &nvc0->tex_head, list) { 1397 struct nvc0_resident *res = calloc(1, sizeof(struct nvc0_resident)); 1410 list_for_each_entry_safe(struct nvc0_resident, pos, &nvc0->img_head, list) { 1485 struct nvc0_resident *res = calloc(1, sizeof(struct nvc0_resident)); 1501 list_for_each_entry_safe(struct nvc0_resident, pos, &nvc0->img_head, list) {
|
| H A D | nvc0_context.c | 265 list_for_each_entry_safe(struct nvc0_resident, pos, &nvc0->tex_head, list) { 270 list_for_each_entry_safe(struct nvc0_resident, pos, &nvc0->img_head, list) {
|
| H A D | nvc0_context.h | 168 struct nvc0_resident { struct
|
| H A D | nvc0_vbo.c | 1014 list_for_each_entry(struct nvc0_resident, resident, &nvc0->tex_head, list) { 1019 list_for_each_entry(struct nvc0_resident, resident, &nvc0->img_head, list) {
|
| H A D | nve4_compute.c | 860 list_for_each_entry(struct nvc0_resident, resident, &nvc0->tex_head, list) { 865 list_for_each_entry(struct nvc0_resident, resident, &nvc0->img_head, list) {
|
Completed in 17 milliseconds