Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_simulator_wrapper.h35 bool v3d_hw_alloc_mem(struct v3d_hw *hw, size_t min_size);
Dvc5_simulator_wrapper.cpp54 bool v3d_hw_alloc_mem(struct v3d_hw *hw, size_t min_size) in v3d_hw_alloc_mem() function
Dvc5_simulator.c579 v3d_hw_alloc_mem(sim_state.v3d, 1024 * 1024 * 1024); in vc5_simulator_init_global()