Home
last modified time | relevance | path

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

/external/mesa3d/src/broadcom/simulator/
Dv3d_simulator.h40 int v3d_simulator_ioctl(int fd, unsigned long request, void *arg);
Dv3d_simulator.c546 v3d_simulator_ioctl(int fd, unsigned long request, void *args) in v3d_simulator_ioctl() function
/external/mesa3d/src/gallium/drivers/v3d/
Dv3d_context.h624 return v3d_simulator_ioctl(fd, request, arg); in v3d_ioctl()
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_private.h2001 return v3d_simulator_ioctl(fd, request, arg); in V3DV_DEFINE_HANDLE_CASTS()