Home
last modified time | relevance | path

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

/third_party/mesa3d/src/broadcom/simulator/
H A Dv3d_simulator.c154 perfmons_next_id(struct v3d_simulator_file *sim_file) { in perfmons_next_id() argument
156 if (sim_state.last_perfid > sim_file->perfmons_size) { in perfmons_next_id()
157 sim_file->perfmons_size += PERFMONS_ALLOC_SIZE; in perfmons_next_id()
158 sim_file->perfmons = reralloc(sim_file, in perfmons_next_id()
159 sim_file->perfmons, in perfmons_next_id()
161 sim_file->perfmons_size); in perfmons_next_id()
328 struct v3d_simulator_file *sim_file = sim_bo->file; in v3d_free_simulator_bo() local
330 set_gmp_flags(sim_file, sim_bo->block->ofs, sim_bo->size, 0x0); in v3d_free_simulator_bo()
338 _mesa_hash_table_remove_key(sim_file in v3d_free_simulator_bo()
883 struct v3d_simulator_file *sim_file = rzalloc(NULL, struct v3d_simulator_file); v3d_simulator_init() local
913 v3d_simulator_destroy(struct v3d_simulator_file *sim_file) v3d_simulator_destroy() argument
[all...]
H A Dv3d_simulator.h38 void v3d_simulator_destroy(struct v3d_simulator_file *sim_file);
/third_party/mesa3d/src/gallium/drivers/vc4/
H A 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()
H A Dvc4_screen.h104 struct vc4_simulator_file *sim_file; member
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_screen.h87 struct v3d_simulator_file *sim_file; member
H A Dv3d_screen.c83 v3d_simulator_destroy(screen->sim_file); in v3d_screen_destroy()
866 screen->sim_file = v3d_simulator_init(screen->fd); in v3d_screen_create()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_device.c301 v3d_simulator_destroy(device->sim_file); in physical_device_finish()
801 device->sim_file = v3d_simulator_init(render_fd); in physical_device_init()
H A Dv3dv_private.h163 struct v3d_simulator_file *sim_file; member

Completed in 12 milliseconds