Home
last modified time | relevance | path

Searched refs:nvc0_resident (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_tex.c881 struct nvc0_resident *res = calloc(1, sizeof(struct nvc0_resident)); in nve4_make_texture_handle_resident()
892 list_for_each_entry_safe(struct nvc0_resident, pos, &nvc0->tex_head, list) { in nve4_make_texture_handle_resident()
1397 struct nvc0_resident *res = calloc(1, sizeof(struct nvc0_resident)); in nve4_make_image_handle_resident()
1410 list_for_each_entry_safe(struct nvc0_resident, pos, &nvc0->img_head, list) { in nve4_make_image_handle_resident()
1485 struct nvc0_resident *res = calloc(1, sizeof(struct nvc0_resident)); in gm107_make_image_handle_resident()
1501 list_for_each_entry_safe(struct nvc0_resident, pos, &nvc0->img_head, list) { in gm107_make_image_handle_resident()
Dnvc0_context.c265 list_for_each_entry_safe(struct nvc0_resident, pos, &nvc0->tex_head, list) { in nvc0_destroy()
270 list_for_each_entry_safe(struct nvc0_resident, pos, &nvc0->img_head, list) { in nvc0_destroy()
Dnvc0_context.h168 struct nvc0_resident { struct
Dnve4_compute.c860 list_for_each_entry(struct nvc0_resident, resident, &nvc0->tex_head, list) { in nve4_launch_grid()
865 list_for_each_entry(struct nvc0_resident, resident, &nvc0->img_head, list) { in nve4_launch_grid()
Dnvc0_vbo.c1014 list_for_each_entry(struct nvc0_resident, resident, &nvc0->tex_head, list) { in nvc0_draw_vbo()
1019 list_for_each_entry(struct nvc0_resident, resident, &nvc0->img_head, list) { in nvc0_draw_vbo()