Home
last modified time | relevance | path

Searched defs:radeon_set_context_reg (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_cs.h150 static inline void radeon_set_context_reg(struct radeon_cmdbuf *cs, unsigned reg, unsigned value) in radeon_set_context_reg() function
/third_party/mesa3d/src/amd/vulkan/
Dradv_cs.h70 radeon_set_context_reg(struct radeon_cmdbuf *cs, unsigned reg, unsigned value) in radeon_set_context_reg() function
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_build_pm4.h95 #define radeon_set_context_reg(reg, value) do { \ macro