Home
last modified time | relevance | path

Searched refs:v3d_simulator_open_from_handle (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/broadcom/simulator/
Dv3d_simulator.h41 void v3d_simulator_open_from_handle(int fd, int handle, uint32_t size);
Dv3d_simulator.c472 void v3d_simulator_open_from_handle(int fd, int handle, uint32_t size) in v3d_simulator_open_from_handle() function
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_bufmgr.c349 v3d_simulator_open_from_handle(screen->fd, bo->handle, bo->size); in v3d_bo_open_handle()