Searched refs:nvc0_resident (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_tex.c | 881 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()
|
D | nvc0_context.c | 265 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()
|
D | nvc0_context.h | 168 struct nvc0_resident { struct
|
D | nve4_compute.c | 860 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()
|
D | nvc0_vbo.c | 1014 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()
|