Home
last modified time | relevance | path

Searched refs:sim_file (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_simulator.c172 struct vc4_simulator_file *sim_file = sim_bo->file; in vc4_free_simulator_bo() local
183 _mesa_hash_table_search(sim_file->bo_map, in vc4_free_simulator_bo()
185 _mesa_hash_table_remove(sim_file->bo_map, entry); in vc4_free_simulator_bo()
715 screen->sim_file = rzalloc(screen, struct vc4_simulator_file); in vc4_simulator_init()
717 screen->sim_file->bo_map = in vc4_simulator_init()
718 _mesa_hash_table_create(screen->sim_file, in vc4_simulator_init()
724 screen->sim_file); in vc4_simulator_init()
727 screen->sim_file->dev.screen = screen; in vc4_simulator_init()
Dvc4_screen.h95 struct vc4_simulator_file *sim_file; member