Searched refs:sim_file (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/vc5/ |
D | vc5_simulator.c | 201 struct vc5_simulator_file *sim_file = sim_bo->file; in vc5_free_simulator_bo() local 206 set_gmp_flags(sim_file, sim_bo->block->ofs, sim_bo->size, 0x0); in vc5_free_simulator_bo() 212 _mesa_hash_table_search(sim_file->bo_map, in vc5_free_simulator_bo() 214 _mesa_hash_table_remove(sim_file->bo_map, entry); in vc5_free_simulator_bo() 612 screen->sim_file = rzalloc(screen, struct vc5_simulator_file); in vc5_simulator_init() 613 struct vc5_simulator_file *sim_file = screen->sim_file; in vc5_simulator_init() local 615 screen->sim_file->bo_map = in vc5_simulator_init() 616 _mesa_hash_table_create(screen->sim_file, in vc5_simulator_init() 622 screen->sim_file); in vc5_simulator_init() 625 sim_file->gmp = u_mmAllocMem(sim_state.heap, 8096, GMP_ALIGN2, 0); in vc5_simulator_init() [all …]
|
D | vc5_screen.h | 83 struct vc5_simulator_file *sim_file; member
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_simulator.c | 173 struct vc4_simulator_file *sim_file = sim_bo->file; in vc4_free_simulator_bo() local 184 _mesa_hash_table_search(sim_file->bo_map, in vc4_free_simulator_bo() 186 _mesa_hash_table_remove(sim_file->bo_map, entry); in vc4_free_simulator_bo() 733 screen->sim_file = rzalloc(screen, struct vc4_simulator_file); in vc4_simulator_init() 735 screen->sim_file->bo_map = in vc4_simulator_init() 736 _mesa_hash_table_create(screen->sim_file, in vc4_simulator_init() 742 screen->sim_file); in vc4_simulator_init() 745 screen->sim_file->dev.screen = screen; in vc4_simulator_init()
|
D | vc4_screen.h | 101 struct vc4_simulator_file *sim_file; member
|