Searched refs:PKT3_SET_CONFIG_REG (Results 1 – 11 of 11) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | eg_debug.c | 163 op == PKT3_SET_CONFIG_REG || in ac_parse_packet3() 180 case PKT3_SET_CONFIG_REG: in ac_parse_packet3()
|
D | r600d_common.h | 79 #define PKT3_SET_CONFIG_REG 0x68 macro
|
D | r600_cs.h | 132 radeon_emit(cs, PKT3(PKT3_SET_CONFIG_REG, num, 0)); in radeon_set_config_reg_seq()
|
D | r600_pipe.h | 869 #define PKT3_SET_CONFIG_REG 0x68 macro 907 cb->buf[cb->num_dw++] = PKT3(PKT3_SET_CONFIG_REG, num, 0); in r600_store_config_reg_seq()
|
D | evergreend.h | 104 #define PKT3_SET_CONFIG_REG 0x68 macro
|
D | r600d.h | 112 #define PKT3_SET_CONFIG_REG 0x68 macro
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_pm4.c | 84 opcode = PKT3_SET_CONFIG_REG; in si_pm4_set_reg()
|
D | si_build_pm4.h | 79 radeon_emit(PKT3(PKT3_SET_CONFIG_REG, num, 0)); \
|
/third_party/mesa3d/src/amd/common/ |
D | sid.h | 238 #define PKT3_SET_CONFIG_REG 0x68 macro
|
D | ac_debug.c | 275 if (op == PKT3_SET_CONTEXT_REG || op == PKT3_SET_CONFIG_REG || op == PKT3_SET_UCONFIG_REG || in ac_parse_packet3() 288 case PKT3_SET_CONFIG_REG: in ac_parse_packet3()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_cs.h | 48 radeon_emit(cs, PKT3(PKT3_SET_CONFIG_REG, num, 0)); in radeon_set_config_reg_seq()
|