Home
last modified time | relevance | path

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

/external/mesa3d/src/broadcom/simulator/
Dv3d_simulator.c277 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 …]
Dv3d_simulator.h38 void v3d_simulator_destroy(struct v3d_simulator_file *sim_file);
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_simulator.c196 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()
Dvc4_screen.h103 struct vc4_simulator_file *sim_file; member
/external/mesa3d/src/gallium/drivers/v3d/
Dv3d_screen.h84 struct v3d_simulator_file *sim_file; member
Dv3d_screen.c82 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/
Dv3dv_device.c275 v3d_simulator_destroy(device->sim_file); in physical_device_finish()
480 device->sim_file = v3d_simulator_init(device->render_fd); in physical_device_init()
Dv3dv_private.h152 struct v3d_simulator_file *sim_file; member