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 Dnvc0_context.c212 list_for_each_entry_safe(struct nvc0_resident, pos, &nvc0->tex_head, list) {
420 list_inithead(&nvc0->tex_head);
H A Dnvc0_context.h235 struct list_head tex_head; member in struct:nvc0_context
H A Dnvc0_tex.c892 list_add(&res->list, &nvc0->tex_head);
894 list_for_each_entry_safe(struct nvc0_resident, pos, &nvc0->tex_head, list) {
H A Dnvc0_vbo.c976 list_for_each_entry(struct nvc0_resident, resident, &nvc0->tex_head, list) {
H A Dnve4_compute.c723 list_for_each_entry(struct nvc0_resident, resident, &nvc0->tex_head, list) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_context.c265 list_for_each_entry_safe(struct nvc0_resident, pos, &nvc0->tex_head, list) {
476 list_inithead(&nvc0->tex_head);
H A Dnvc0_context.h236 struct list_head tex_head; member in struct:nvc0_context
H A Dnvc0_tex.c890 list_add(&res->list, &nvc0->tex_head);
892 list_for_each_entry_safe(struct nvc0_resident, pos, &nvc0->tex_head, list) {
H A Dnvc0_vbo.c1014 list_for_each_entry(struct nvc0_resident, resident, &nvc0->tex_head, list) {
H A Dnve4_compute.c860 list_for_each_entry(struct nvc0_resident, resident, &nvc0->tex_head, list) {

Completed in 15 milliseconds