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 Dnvc0_tex.c883 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 Dnvc0_context.c212 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 Dnvc0_context.h167 struct nvc0_resident { struct
H A Dnvc0_vbo.c976 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 Dnve4_compute.c723 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 Dnvc0_tex.c881 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 Dnvc0_context.c265 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 Dnvc0_context.h168 struct nvc0_resident { struct
H A Dnvc0_vbo.c1014 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 Dnve4_compute.c860 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