Searched refs:nvc0_resident (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_tex.c | 883 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()
|
D | nvc0_context.c | 218 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()
|
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 | 993 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()
|