Home
last modified time | relevance | path

Searched refs:v3d_simulator_init (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/broadcom/simulator/
Dv3d_simulator.h37 struct v3d_simulator_file* v3d_simulator_init(int fd);
Dv3d_simulator.c638 v3d_simulator_init(int fd) in v3d_simulator_init() function
/external/mesa3d/src/gallium/drivers/v3d/
Dv3d_screen.c692 screen->sim_file = v3d_simulator_init(screen->fd); in v3d_screen_create()
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_device.c480 device->sim_file = v3d_simulator_init(device->render_fd); in physical_device_init()