Searched refs:v3d_hw_read_reg (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/broadcom/simulator/
H A Dv3d_simulator_wrapper.h36 uint32_t v3d_hw_read_reg(struct v3d_hw *hw, uint32_t reg);
H A Dv3d_simulator_wrapper.cpp59 uint32_t v3d_hw_read_reg(struct v3d_hw *hw, uint32_t reg) function in typeref:typename:uint32_t
H A Dv3dx_simulator.c56 #define V3D_READ(reg) v3d_hw_read_reg(v3d, reg)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
H A Dv3d_simulator_wrapper.h37 uint32_t v3d_hw_read_reg(struct v3d_hw *hw, uint32_t reg);
H A Dv3d_simulator_wrapper.cpp64 uint32_t v3d_hw_read_reg(struct v3d_hw *hw, uint32_t reg) function in typeref:typename:uint32_t
H A Dv3dx_simulator.c49 #define V3D_READ(reg) v3d_hw_read_reg(v3d, reg)
/xsrc/external/mit/MesaLib/dist/src/broadcom/drm-shim/
H A Dv3dx.c54 #define V3D_READ(reg) v3d_hw_read_reg(v3d.hw, reg)

Completed in 5 milliseconds