Searched refs:sim_file (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/broadcom/simulator/ |
D | v3d_simulator.c | 277 struct v3d_simulator_file *sim_file = sim_bo->file; in v3d_free_simulator_bo() local 279 set_gmp_flags(sim_file, sim_bo->block->ofs, sim_bo->size, 0x0); in v3d_free_simulator_bo() 287 _mesa_hash_table_remove_key(sim_file->bo_map, in v3d_free_simulator_bo() 642 struct v3d_simulator_file *sim_file = rzalloc(NULL, struct v3d_simulator_file); in v3d_simulator_init() local 646 sim_file->is_i915 = true; in v3d_simulator_init() 649 sim_file->bo_map = in v3d_simulator_init() 650 _mesa_hash_table_create(sim_file, in v3d_simulator_init() 656 sim_file); in v3d_simulator_init() 659 sim_file->gmp = u_mmAllocMem(sim_state.heap, 8096, GMP_ALIGN2, 0); in v3d_simulator_init() 660 sim_file->gmp_vaddr = (sim_state.mem + sim_file->gmp->ofs - in v3d_simulator_init() [all …]
|
D | v3d_simulator.h | 38 void v3d_simulator_destroy(struct v3d_simulator_file *sim_file);
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_simulator.c | 196 struct vc4_simulator_file *sim_file = sim_bo->file; in vc4_free_simulator_bo() local 211 _mesa_hash_table_remove_key(sim_file->bo_map, in vc4_free_simulator_bo() 673 screen->sim_file = rzalloc(screen, struct vc4_simulator_file); in vc4_simulator_init() 675 screen->sim_file->bo_map = in vc4_simulator_init() 676 _mesa_hash_table_create(screen->sim_file, in vc4_simulator_init() 682 screen->sim_file); in vc4_simulator_init() 685 screen->sim_file->dev.screen = screen; in vc4_simulator_init()
|
D | vc4_screen.h | 103 struct vc4_simulator_file *sim_file; member
|
/external/mesa3d/src/gallium/drivers/v3d/ |
D | v3d_screen.h | 84 struct v3d_simulator_file *sim_file; member
|
D | v3d_screen.c | 82 v3d_simulator_destroy(screen->sim_file); in v3d_screen_destroy() 692 screen->sim_file = v3d_simulator_init(screen->fd); in v3d_screen_create()
|
/external/mesa3d/src/broadcom/vulkan/ |
D | v3dv_device.c | 275 v3d_simulator_destroy(device->sim_file); in physical_device_finish() 480 device->sim_file = v3d_simulator_init(device->render_fd); in physical_device_init()
|
D | v3dv_private.h | 152 struct v3d_simulator_file *sim_file; member
|