Home
last modified time | relevance | path

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

/third_party/mesa3d/src/broadcom/simulator/
Dv3d_simulator_wrapper.h34 uint32_t v3d_hw_get_mem(const struct v3d_hw *hw, uint32_t *size, void **p);
Dv3d_simulator_wrapper.cpp49 uint32_t v3d_hw_get_mem(const struct v3d_hw *hw, uint32_t *size, void **p) in v3d_hw_get_mem() function
Dv3d_simulator.c762 v3d_hw_get_mem(sim_state.v3d, &sim_state.mem_size, in v3d_simulator_init_global()
/third_party/mesa3d/src/broadcom/drm-shim/
Dv3dx.c365 v3d_hw_get_mem(v3d.hw, &v3d.mem_size, in v3dX()