Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_simulator_wrapper.h38 void v3d_hw_write_reg(struct v3d_hw *hw, uint32_t reg, uint32_t val);
Dvc5_simulator_wrapper.cpp69 void v3d_hw_write_reg(struct v3d_hw *hw, uint32_t reg, uint32_t val) in v3d_hw_write_reg() function
Dv3dx_simulator.c48 #define V3D_WRITE(reg, val) v3d_hw_write_reg(v3d, reg, val)