Home
last modified time | relevance | path

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

/external/mesa3d/src/broadcom/simulator/
Dv3d_simulator_wrapper.h35 bool v3d_hw_alloc_mem(struct v3d_hw *hw, size_t min_size);
Dv3d_simulator_wrapper.cpp54 bool v3d_hw_alloc_mem(struct v3d_hw *hw, size_t min_size) in v3d_hw_alloc_mem() function
Dv3d_simulator.c603 v3d_hw_alloc_mem(sim_state.v3d, 1024 * 1024 * 1024); in v3d_simulator_init_global()
/external/mesa3d/src/broadcom/drm-shim/
Dv3dx.c363 v3d_hw_alloc_mem(v3d.hw, 1024 * 1024 * 1024); in v3dX()