Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_tex.c883 struct nvc0_resident *res = calloc(1, sizeof(struct nvc0_resident)); in nve4_make_texture_handle_resident()
894 list_for_each_entry_safe(struct nvc0_resident, pos, &nvc0->tex_head, list) { in nve4_make_texture_handle_resident()
1384 struct nvc0_resident *res = calloc(1, sizeof(struct nvc0_resident)); in nve4_make_image_handle_resident()
1397 list_for_each_entry_safe(struct nvc0_resident, pos, &nvc0->img_head, list) { in nve4_make_image_handle_resident()
1472 struct nvc0_resident *res = calloc(1, sizeof(struct nvc0_resident)); in gm107_make_image_handle_resident()
1488 list_for_each_entry_safe(struct nvc0_resident, pos, &nvc0->img_head, list) { in gm107_make_image_handle_resident()
Dnvc0_context.c218 list_for_each_entry_safe(struct nvc0_resident, pos, &nvc0->tex_head, list) { in nvc0_destroy()
223 list_for_each_entry_safe(struct nvc0_resident, pos, &nvc0->img_head, list) { in nvc0_destroy()
Dnvc0_context.h168 struct nvc0_resident { struct
Dnvc0_vbo.c993 list_for_each_entry(struct nvc0_resident, resident, &nvc0->tex_head, list) { in nvc0_draw_vbo()
998 list_for_each_entry(struct nvc0_resident, resident, &nvc0->img_head, list) { in nvc0_draw_vbo()
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()