Home
last modified time | relevance | path

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

/third_party/mesa3d/src/broadcom/simulator/
Dv3d_simulator_wrapper.h39 int v3d_hw_get_version(struct v3d_hw *hw);
Dv3d_simulator_wrapper.cpp74 int v3d_hw_get_version(struct v3d_hw *hw) in v3d_hw_get_version() function
Dv3d_simulator.c777 sim_state.ver = v3d_hw_get_version(sim_state.v3d); in v3d_simulator_init_global()
/third_party/mesa3d/src/broadcom/drm-shim/
Dv3d.c93 v3d.devinfo->ver = v3d_hw_get_version(v3d.hw); in drm_shim_driver_init()